Documentation ¶
Overview ¶
Package populate implements convertation from interface{} to map
Index ¶
- type Fields
- func (f Fields) Bool(name string) (val bool, exists bool, err error)
- func (f Fields) Float64(name string) (val float64, exists bool, err error)
- func (f Fields) Int32(name string) (val int32, exists bool, err error)
- func (f Fields) Int64(name string) (val int64, exists bool, err error)
- func (f Fields) String(name string) (val string, exists bool, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.