Documentation ¶
Index ¶
- func GetBoolDefault(value1 bool, value2 bool) bool
- func GetFloat64Default(value1 float64, value2 float64) float64
- func GetIntDefault(value1 int, value2 int) int
- func GetMapKeys(m map[interface{}]interface{}) []interface{}
- func GetMapValues(m map[interface{}]interface{}) []interface{}
- func GetStringDefault(value1 string, value2 string) string
- func LogPanic(err error)
- func Ternary(expression bool, result1 interface{}, result2 interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBoolDefault ¶
func GetFloat64Default ¶
func GetIntDefault ¶
func GetMapKeys ¶
func GetMapKeys(m map[interface{}]interface{}) []interface{}
func GetMapValues ¶
func GetMapValues(m map[interface{}]interface{}) []interface{}
func GetStringDefault ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.