Documentation ¶
Index ¶
- func Bool(val *bool) bool
- func BoolWithDefault(val *bool, defaultValue bool) bool
- func Int(val *int) int
- func IntWithDefault(val *int, defaultValue int) int
- func NewBoolPtr(val bool) *bool
- func NewInt64Ptr(val int64) *int64
- func NewIntPtr(val int) *int
- func NewMapStringInterfacePtr(val map[string]interface{}) *map[string]interface{}
- func NewStringPtr(val string) *string
- func NewTimePtr(val time.Time) *time.Time
- func String(val *string) string
- func StringWithDefault(val *string, defaultValue string) string
- func TimeWithDefault(val *time.Time, defaultValue time.Time) time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMapStringInterfacePtr ¶
NewMapStringInterfacePtr ...
func StringWithDefault ¶
StringWithDefault ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.