Documentation ¶
Index ¶
- type A
- type M
- func (this M) Bool(key string, _def ...bool) bool
- func (this M) Date(key string, _format ...string) string
- func (this M) Exists(key string) bool
- func (this M) Float32(key string, _def ...float32) float32
- func (this M) Float64(key string, _def ...float64) float64
- func (this M) Get(key string, _def ...string) string
- func (this M) Int(key string, _def ...int) int
- func (this M) Int32(key string, _def ...int32) int32
- func (this M) Int64(key string, _def ...int64) int64
- func (this M) Int8(key string, _def ...int8) int8
- func (this M) NumberList(key string, _sep ...string) []int32
- func (this M) Splits(key string, sep string) []string
- func (this M) Timestamp(key string, _def ...int64) int64
- func (this M) Uint(key string, _def ...uint) uint
- func (this M) Uint32(key string, _def ...uint32) uint32
- func (this M) Uint64(key string, _def ...uint64) uint64
- func (this M) Uint8(key string, _def ...uint8) uint8
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.