Documentation ¶
Index ¶
- func ArrayKeyExits(key string, dataKeys *gabs.Container) bool
- func DBFields(values interface{}) []string
- func FieldName(fields []string) string
- func FieldPrepare(fields []string) string
- func FieldValue(fields []string) string
- func GenerateArg(values interface{}) []interface{}
- func KeyExits(value interface{}, keyMap []interface{}) bool
- func StringToTime(s string) (time.Time, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayKeyExits ¶
func DBFields ¶
func DBFields(values interface{}) []string
DBFields reflects on a struct and returns the values of fields with `db` tags, or a map[string]interface{} and returns the keys.
func FieldPrepare ¶
func FieldValue ¶
func GenerateArg ¶
func GenerateArg(values interface{}) []interface{}
DBFields reflects on a struct and returns the values of fields with `db` tags, or a map[string]interface{} and returns the keys.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.