Documentation
¶
Index ¶
- func Bool(isTrue bool, value, defaultVal bool) bool
- func Bools(isTrue bool, value, defaultVal []bool) []bool
- func BoolsPtr(isTrue bool, value, defaultVal *[]bool) *[]bool
- func Byte(isTrue bool, value, defaultVal byte) byte
- func Bytes(isTrue bool, value, defaultVal []byte) []byte
- func BytesPtr(isTrue bool, value, defaultVal *[]byte) *[]byte
- func Int(isTrue bool, value, defaultVal int) int
- func Interface(isTrue bool, value, defaultVal interface{}) interface{}
- func Interfaces(isTrue bool, value, defaultVal []interface{}) []interface{}
- func InterfacesPtr(isTrue bool, value, defaultVal *[]interface{}) *[]interface{}
- func Ints(isTrue bool, value, defaultVal []int) []int
- func IntsPtr(isTrue bool, value, defaultVal *[]int) *[]int
- func Setter(isTrue bool, value, defaultVal issetter.Value) interface{}
- func String(isTrue bool, value, defaultVal string) string
- func StringPtr(isTrue bool, value, defaultVal *string) *string
- func Strings(isTrue bool, value, defaultVal []string) []string
- func StringsPtr(isTrue bool, value, defaultVal *[]string) *[]string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Interfaces ¶ added in v0.0.8
func Interfaces( isTrue bool, value, defaultVal []interface{}, ) []interface{}
func InterfacesPtr ¶ added in v0.0.8
func InterfacesPtr( isTrue bool, value, defaultVal *[]interface{}, ) *[]interface{}
func StringsPtr ¶ added in v0.0.8
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.