Documentation ¶
Index ¶
- type TBool
- type TByte
- type TBytes
- type TFloat32
- type TFloat64
- type TInt
- type TInt32
- type TInt64
- type TInterface
- type TString
- type TUint
- type TUint32
- type TUint64
- type TVar
- func (v *TVar) Assign(src *TVar)
- func (v *TVar) Bool() bool
- func (v *TVar) Bytes() []byte
- func (v *TVar) Clone() *TVar
- func (v *TVar) Duration() time.Duration
- func (v *TVar) Float32() float32
- func (v *TVar) Float64() float64
- func (v *TVar) Floats() []float64
- func (v *TVar) Int() int
- func (v *TVar) Int16() int16
- func (v *TVar) Int32() int32
- func (v *TVar) Int64() int64
- func (v *TVar) Int8() int8
- func (v *TVar) Interface() interface{}
- func (v *TVar) Interfaces() []interface{}
- func (v *TVar) Ints() []int
- func (v *TVar) IsNil() bool
- func (v *TVar) IsSafe() bool
- func (v *TVar) Map(tags ...string) map[string]interface{}
- func (v *TVar) MapDeep(tags ...string) map[string]interface{}
- func (v *TVar) Set(val interface{}) (old interface{})
- func (v *TVar) String() string
- func (v *TVar) Strings() []string
- func (v *TVar) Struct(pointer interface{}, mapping ...map[string]string) error
- func (v *TVar) StructDeep(pointer interface{}, mapping ...map[string]string) error
- func (v *TVar) Structs(pointer interface{}, mapping ...map[string]string) (err error)
- func (v *TVar) StructsDeep(pointer interface{}, mapping ...map[string]string) (err error)
- func (v *TVar) Time(format ...string) time.Time
- func (v *TVar) Uint() uint
- func (v *TVar) Uint16() uint16
- func (v *TVar) Uint32() uint32
- func (v *TVar) Uint64() uint64
- func (v *TVar) Uint8() uint8
- func (v *TVar) Val() interface{}
- func (v *TVar) XTime(format ...string) *xtime.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TBool ¶
type TBool struct {
// contains filtered or unexported fields
}
func (*TBool) CompareSwap ¶
type TByte ¶
type TByte struct {
// contains filtered or unexported fields
}
func (*TByte) CompareSwap ¶
type TFloat32 ¶
type TFloat32 struct {
// contains filtered or unexported fields
}
func NewFloat32 ¶
func (*TFloat32) CompareSwap ¶
type TFloat64 ¶
type TFloat64 struct {
// contains filtered or unexported fields
}
func NewFloat64 ¶
func (*TFloat64) CompareSwap ¶
type TInt ¶
type TInt struct {
// contains filtered or unexported fields
}
func (*TInt) CompareSwap ¶
type TInt32 ¶
type TInt32 struct {
// contains filtered or unexported fields
}
func (*TInt32) CompareSwap ¶
type TInt64 ¶
type TInt64 struct {
// contains filtered or unexported fields
}
func (*TInt64) CompareSwap ¶
type TInterface ¶
type TInterface struct {
// contains filtered or unexported fields
}
func NewInterface ¶
func NewInterface(value ...interface{}) *TInterface
func (*TInterface) Clone ¶
func (v *TInterface) Clone() *TInterface
func (*TInterface) Set ¶
func (v *TInterface) Set(value interface{}) (old interface{})
func (*TInterface) String ¶
func (v *TInterface) String() string
func (*TInterface) Val ¶
func (v *TInterface) Val() interface{}
type TUint ¶
type TUint struct {
// contains filtered or unexported fields
}
func (*TUint) CompareSwap ¶
type TUint32 ¶
type TUint32 struct {
// contains filtered or unexported fields
}
func (*TUint32) CompareSwap ¶
type TUint64 ¶
type TUint64 struct {
// contains filtered or unexported fields
}
func (*TUint64) CompareSwap ¶
type TVar ¶
type TVar struct {
// contains filtered or unexported fields
}
func (*TVar) Interfaces ¶
func (v *TVar) Interfaces() []interface{}
func (*TVar) StructDeep ¶
func (*TVar) StructsDeep ¶
Click to show internal directories.
Click to hide internal directories.