Documentation ¶
Index ¶
- func ConvertStruct(src, dest interface{}) error
- func CopyStruct(src, dst interface{}) error
- func FillStruct(dest interface{}) error
- func MapStruct(m map[string]interface{}, dst interface{}) error
- func MapToStruct(m map[string]interface{}, dst interface{}) error
- func StructToStringMap(src interface{}, tags ...string) (result map[string]string, err error)
- func StructToStringSlice(src interface{}) (result []string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertStruct ¶
func ConvertStruct(src, dest interface{}) error
func CopyStruct ¶
func CopyStruct(src, dst interface{}) error
func FillStruct ¶
func FillStruct(dest interface{}) error
func MapToStruct ¶
func StructToStringMap ¶
func StructToStringSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.