Documentation ¶
Index ¶
- func FromNilableBool(input *bool) bool
- func FromNilableFloat(input *float64) float64
- func FromNilableInt(input *int) int
- func FromNilableInt64(input *int64) int64
- func FromNilableMapOfStringInterfaces(input *map[string]interface{}) map[string]interface{}
- func FromNilableMapOfStringStrings(input *map[string]string) map[string]string
- func FromNilableSliceOfStrings(input *[]string) []string
- func FromNilableString(input *string) string
- func ToBool(input bool) *bool
- func ToFloat(input float64) *float64
- func ToInt(input int) *int
- func ToInt64(input int64) *int64
- func ToMapOfStringInterfaces(input map[string]interface{}) *map[string]interface{}
- func ToMapOfStringStrings(input map[string]string) *map[string]string
- func ToSliceOfStrings(input []string) *[]string
- func ToString(input string) *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromNilableBool ¶
func FromNilableFloat ¶
func FromNilableInt ¶
func FromNilableInt64 ¶
func FromNilableString ¶
func ToMapOfStringInterfaces ¶
func ToSliceOfStrings ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.