Documentation
¶
Index ¶
- func Bool(b bool) *bool
- func Duration(d time.Duration) *time.Duration
- func Float32(f float32) *float32
- func Float64(f float64) *float64
- func Int(i int) *int
- func Int32(i int32) *int32
- func Int64(i int64) *int64
- func N[T any](o T) *T
- func PBool(b *bool) bool
- func PFloat32(f *float32) float32
- func PFloat64(f *float64) float64
- func PInt(i *int) int
- func PInt32(i *int32) int32
- func PInt64(i *int64) int64
- func PN[T any](o *T) T
- func PStr(s *string) string
- func PTime(t *time.Time) time.Time
- func S(s string) *string
- func Str(s string) *string
- func T(t time.Time) *time.Time
- func Time(t time.Time) *time.Time
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.