Documentation ¶
Index ¶
- func Bool(b bool) *bool
- func Bytes(v []byte) *[]byte
- func Duration(v time.Duration) *time.Duration
- func DurationToInt64(v *time.Duration) *int64
- func FromBool(b *bool) bool
- func FromBytes(v *[]byte) []byte
- func FromDuration(v *time.Duration) (t time.Duration)
- func FromString(str *string) string
- func FromTime(v *time.Time) time.Time
- func Int(v int) *int
- func Int64(v int64) *int64
- func Int64ToDuration(v *int64) *time.Duration
- func String(str string) *string
- func Time(v time.Time) *time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DurationToInt64 ¶
func FromString ¶
func Int64ToDuration ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.