package
0.2.16
Repository: https://github.com/xingcxb/gokit.git
Documentation: pkg.go.dev

# Functions

StructDefault 给结构体增加默认值* * @param t 结构体 * @return 返回错误信息 */.
StructToMapSI 结构体转换为map[string]interface* * @param body 待转换的结构体 * @return map[string]interface */.
StructToMapSS 结构体转换为map[string]string* * @param body 待转换的结构体 * @return map[string]string */.

# Constants

No description provided by the author
No description provided by the author

# Structs

ErrorUnsupportedType 指示结构字段的类型还不是此包中的支持.
No description provided by the author
No description provided by the author

# Type aliases

ErrNotAStructPointer 一个指向struct的指针,.
ErrorUnsettable 当不能设置字段时使用.