Documentation ¶
Index ¶
- func Bool(v bool) *bool
- func BoolOr(v *bool, or bool) bool
- func Float64(v float64) *float64
- func Float64Or(v *float64, or float64) float64
- func ID(v core.ID) *core.ID
- func IDOr(v *core.ID, or core.ID) core.ID
- func Int(v int) *int
- func Int64(v int64) *int64
- func Int64Or(v *int64, or int64) int64
- func IntOr(v *int, or int) int
- func Key(v core.Key) *core.Key
- func KeyOr(v *core.Key, or core.Key) core.Key
- func String(v string) *string
- func StringOr(v *string, or string) string
- func Time(v time.Time) *time.Time
- func TimeOr(v *time.Time, or time.Time) time.Time
- func Uint(v uint) *uint
- func Uint64(v uint64) *uint64
- func Uint64Or(v *uint64, or uint64) uint64
- func Uint8(v uint8) *uint8
- func Uint8Or(v *uint8, or uint8) uint8
- func UintOr(v *uint, or uint) uint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.