# 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
*/.
# Structs
ErrorUnsupportedType 指示结构字段的类型还不是此包中的支持.
No description provided by the author
No description provided by the author
# Type aliases
ErrNotAStructPointer 一个指向struct的指针,.
ErrorUnsettable 当不能设置字段时使用.