Documentation ¶
Index ¶
- type JSONList
- type JSONMap
- func (a *JSONMap) GetBool(key string) bool
- func (a *JSONMap) GetFloat64(key string) float64
- func (a *JSONMap) GetInt64(key string) int64
- func (a *JSONMap) GetMap(key string) JSONMap
- func (a *JSONMap) GetString(key string) string
- func (a *JSONMap) Scan(value interface{}) error
- func (a *JSONMap) SetValue(key string, value interface{})
- func (a JSONMap) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONList ¶
type JSONList []interface{}
func (*JSONList) LoadFromStringArray ¶
func (*JSONList) ToInt64Array ¶
func (*JSONList) ToStringArray ¶
func (*JSONList) ToUint64Array ¶
type JSONMap ¶
type JSONMap map[string]interface{}
func NewJSONMap ¶
func NewJSONMap() JSONMap
func (*JSONMap) GetFloat64 ¶
Click to show internal directories.
Click to hide internal directories.