Documentation ¶
Index ¶
- func BoolPtr(v bool) *bool
- func Int16Ptr(v int16) *int16
- func Int32Ceil(v float64) int32
- func Int32Ptr(v int32) *int32
- func Int32ToString(v int32) string
- func Int64Ceil(v float64) int64
- func Int64Ptr(v int64) *int64
- func Int64ToString(v int64) string
- func IntPtr(v int) *int
- func IntToString(v int) string
- func StringPtr(v string) *string
- func TimeNowNanosPtr() *int64
- func Uint64ToString(v uint64) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int32ToString ¶ added in v1.0.0
func Int64ToString ¶ added in v1.0.0
func IntToString ¶ added in v1.0.0
func TimeNowNanosPtr ¶
func TimeNowNanosPtr() *int64
TimeNowNanosPtr returns an int64 ptr to current time in unix nanos
func Uint64ToString ¶ added in v1.0.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.