Documentation ¶
Index ¶
- type WArray
- type WMap
- func (m WMap) Bool() bool
- func (m WMap) Bytes() []byte
- func (m WMap) ContainsKey(key string) bool
- func (m WMap) Float32() float32
- func (m WMap) Float64() float64
- func (m WMap) Get(key string) interface{}
- func (m WMap) GetArrayMap(key string) []WMap
- func (m WMap) GetBool(key string) bool
- func (m WMap) GetFloat32(key string) float32
- func (m WMap) GetFloat64(key string) float64
- func (m WMap) GetInt(key string) int
- func (m WMap) GetMap(key string) WMap
- func (m WMap) GetString(key string) string
- func (m WMap) Int() int
- func (m WMap) Int32() int32
- func (m WMap) Int64() int64
- func (m WMap) Object() interface{}
- func (m WMap) Put(key string, value interface{}) WMap
- func (m WMap) PutValue(value interface{}) WMap
- func (m WMap) Size() int
- func (m WMap) String() string
- func (m WMap) ToJSON() (r []byte, err error)
- func (m WMap) ToString() string
- func (m WMap) Type(key string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WMap ¶
type WMap map[string]interface{}
func ConvertByJSON ¶
func ConvertByMap ¶
func (WMap) ContainsKey ¶
func (WMap) GetArrayMap ¶
func (WMap) GetFloat32 ¶
func (WMap) GetFloat64 ¶
Click to show internal directories.
Click to hide internal directories.