convertor

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2022 License: MIT Imports: 8 Imported by: 9

Documentation

Overview

Package convertor implements some functions to convert data.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ColorHexToRGB

func ColorHexToRGB(colorHex string) (red, green, blue int)

ColorHexToRGB convert hex color to rgb color

func ColorRGBToHex

func ColorRGBToHex(red, green, blue int) string

ColorRGBToHex convert rgb color to hex color

func StructToMap

func StructToMap(value interface{}) (map[string]interface{}, error)

StructToMap convert struct to map, only convert exported struct field map key is specified same as struct field tag `json` value

func ToBool

func ToBool(s string) (bool, error)

ToBool convert string to a boolean

func ToBytes

func ToBytes(data interface{}) ([]byte, error)

ToBytes convert interface to bytes

func ToChar

func ToChar(s string) []string

ToChar convert string to char slice

func ToFloat

func ToFloat(value interface{}) (float64, error)

ToFloat convert value to a float64, if input is not a float return 0.0 and error

func ToInt

func ToInt(value interface{}) (int64, error)

ToInt convert value to a int64, if input is not a numeric format return 0 and error

func ToJson

func ToJson(value interface{}) (string, error)

ToJson convert value to a valid json string

func ToString

func ToString(value interface{}) string

ToString convert value to string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL