Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetArrayOfType ¶
func GetArrayOfType(value interface{}) interface{}
GetArrayOfType returns an array of the same type given.
func GetNewOfType ¶
func GetNewOfType(value interface{}) interface{}
GetNewOfType returns a pointer to a new structure of the same type given.
func GetStructName ¶
func GetStructName(value interface{}) string
GetStructName returns the name of the given structure.
func SetObjectFields ¶
func SetObjectFields(object interface{}, fields map[string]interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.