Documentation ¶
Index ¶
- func NewBool(b bool) *bool
- func NewByte(b byte) *byte
- func NewByteSlice(v []byte) *[]byte
- func NewFloat32(f float32) *float32
- func NewFloat64(f float64) *float64
- func NewInt(i int) *int
- func NewInt16(i int16) *int16
- func NewInt32(i int32) *int32
- func NewInt64(i int64) *int64
- func NewInt64Slice(v []int64) *[]int64
- func NewInt8(i int8) *int8
- func NewIntSlice(v []int) *[]int
- func NewRune(r rune) *rune
- func NewString(s string) *string
- func NewStringSlice(v []string) *[]string
- func NewUint(i uint) *uint
- func NewUint16(i uint16) *uint16
- func NewUint32(i uint32) *uint32
- func NewUint64(i uint64) *uint64
- func NewUint64Slice(v []uint64) *[]uint64
- func NewUint8(i uint8) *uint8
- func NewUintSlice(v []uint) *[]uint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewByteSlice ¶
NewByteSlice returns a pointer to the given tags value
func NewFloat32 ¶
NewFloat32 returns a pointer to the given float32 value.
func NewFloat64 ¶
NewFloat64 returns a pointer to the given float64 value.
func NewInt64Slice ¶
NewInt64Slice returns a pointer to the given tags value
func NewIntSlice ¶
NewIntSlice returns a pointer to the given tags value
func NewStringSlice ¶
NewStringSlice returns a pointer to the given tags value
func NewUint64Slice ¶
NewUint64Slice returns a pointer to the given tags value
func NewUintSlice ¶
NewUintSlice returns a pointer to the given tags value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.