Documentation
¶
Index ¶
- func Bool(b bool) *bool
- func Byte(b byte) *byte
- func ByteSlice(v []byte) *[]byte
- func Float32(f float32) *float32
- func Float64(f float64) *float64
- func Int(i int) *int
- func Int16(i int16) *int16
- func Int32(i int32) *int32
- func Int64(i int64) *int64
- func Int64Slice(v []int64) *[]int64
- func Int8(i int8) *int8
- func IntSlice(v []int) *[]int
- func Rune(r rune) *rune
- func String(s string) *string
- func StringSlice(v []string) *[]string
- func Uint(i uint) *uint
- func Uint16(i uint16) *uint16
- func Uint32(i uint32) *uint32
- func Uint64(i uint64) *uint64
- func Uint64Slice(v []uint64) *[]uint64
- func Uint8(i uint8) *uint8
- func UintSlice(v []uint) *[]uint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int64Slice ¶
Int64Slice returns a pointer to the given tags value
func StringSlice ¶
StringSlice returns a pointer to the given tags value
func Uint64Slice ¶
Uint64Slice returns a pointer to the given tags value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.