Documentation ¶
Index ¶
- func Contains(search interface{}, target interface{}) bool
- func ContainsIgnoreCase(search string, target []string) bool
- func InterfaceToString(value interface{}) string
- func MD5(str string) string
- func MD5Bytes(data []byte) string
- func MapToStruct(obj interface{}, data map[string]interface{}) error
- func StructFields(s interface{}) []reflect.StructField
- func StructName(s interface{}) string
- func StructToMap(obj interface{}, excludes ...string) map[string]interface{}
- func StructTypeOf(s interface{}) reflect.Type
- type M
- type S
- type V
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsIgnoreCase ¶
func InterfaceToString ¶
func InterfaceToString(value interface{}) string
func MapToStruct ¶
func StructToMap ¶
func StructTypeOf ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.