Documentation
¶
Index ¶
- type Value
- func NewBool(val bool, ptr *bool) Value
- func NewByte(val byte, ptr *byte) Value
- func NewDuration(val time.Duration, ptr *time.Duration) Value
- func NewInt(val int, ptr *int) Value
- func NewInt16(val int16, ptr *int16) Value
- func NewInt32(val int32, ptr *int32) Value
- func NewInt64(val int64, ptr *int64) Value
- func NewInt8(val int8, ptr *int8) Value
- func NewString(val string, ptr *string) Value
- func NewUint(val uint, ptr *uint) Value
- func NewUint16(val uint16, ptr *uint16) Value
- func NewUint32(val uint32, ptr *uint32) Value
- func NewUint64(val uint64, ptr *uint64) Value
- func NewUint8(val uint8, ptr *uint8) Value
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.