Documentation
¶
Index ¶
- func DefaultArrayIntWithNullable(inputArray []int) ([]int, *[]int)
- func DefaultArrayStringWithNullable(inputArray []string) ([]string, *[]string)
- func DefaultBooleanWithNullable(inputBoolean bool) (bool, *bool)
- func DefaultFloat64WithNullable(inputFloat float64) (float64, *float64)
- func DefaultIntWithNullable(inputInt int) (int, *int)
- func DefaultJSONUnstructuredWithNullable(inputJSON, key string) (string, *string)
- func DefaultStringWithNullable(inputString string) (string, *string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultArrayIntWithNullable ¶
DefaultArrayIntWithNullable if the value equal is array length 0 returns raw array and nil pointer
func DefaultArrayStringWithNullable ¶
DefaultArrayStringWithNullable if the value equal is array length 0 returns raw array and nil pointer
func DefaultBooleanWithNullable ¶
DefaultBooleanWithNullable if the value equal is true returns raw boolean and nil pointer
func DefaultFloat64WithNullable ¶
DefaultFloat64WithNullable if the value equal is 0.0 returns raw int and nil pointer
func DefaultIntWithNullable ¶
DefaultIntWithNullable if the value equal is 0 returns raw int and nil pointer
func DefaultJSONUnstructuredWithNullable ¶
DefaultJSONUnstructuredWithNullable if have key returns raw json and nil pointer
func DefaultStringWithNullable ¶
DefaultStringWithNullable if the value equal is string empty returns raw sting and nil pointer
Types ¶
This section is empty.