Documentation
¶
Index ¶
- func CamelToSnake(camel string) string
- func ContainString(src []string, tag string) bool
- func ConvertPointer(t reflect.Type) reflect.Type
- func IsFunc(i interface{}) bool
- func IsNilPointer(i interface{}) bool
- func PasswordEncode(password string) string
- func RemoveTypePtr(t reflect.Type) reflect.Type
- func RemoveValuePtr(v reflect.Value) reflect.Value
- func SnakeToCamel(snake string) string
- func StructToMap(in interface{}, omits ...string) (map[string]interface{}, error)
- func UUID() string
- func Verify(plaintext, encrypt string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamelToSnake ¶
func ContainString ¶
func IsNilPointer ¶
func IsNilPointer(i interface{}) bool
func PasswordEncode ¶
func SnakeToCamel ¶
func StructToMap ¶
StructToMap 将一个结构体转换为
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.