Documentation
¶
Index ¶
- Constants
- type Attach
- type Bitwise
- type Byte
- type Bytes
- type Message
- type Values
- func (m Values) Get(key string) interface{}
- func (m Values) GetFloat32(key string) float32
- func (m Values) GetFloat64(key string) (r float64)
- func (m Values) GetInt(key string) int
- func (m Values) GetInt32(key string) int32
- func (m Values) GetInt64(key string) int64
- func (m Values) GetString(key string) (r string)
- func (m Values) Has(key string) bool
- func (m Values) Set(key string, val interface{}) interface{}
Constants ¶
View Source
const (
BytesEmptyJson = "null"
)
View Source
const MaxBitwiseUnit = 32
View Source
const MessageErrorCodeDefault int = 9999
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attach ¶
type Attach string
func (*Attach) MarshalJSON ¶
func (*Attach) UnmarshalJSON ¶
type Bytes ¶ added in v0.0.2
type Bytes []byte
func (*Bytes) MarshalJSON ¶ added in v0.0.2
func (*Bytes) UnmarshalJSON ¶ added in v0.0.2
type Values ¶
type Values map[string]interface{}
func (Values) GetFloat32 ¶
func (Values) GetFloat64 ¶
Click to show internal directories.
Click to hide internal directories.