Documentation ¶
Index ¶
- func AssertMapKeyExists(object map[string]interface{}, key string) error
- func AssertMapKeyIsInterfaceArray(object map[string]interface{}, key string, notEmpty bool) error
- func AssertMapKeyIsString(object map[string]interface{}, key string, notEmpty bool) error
- func AssertMapKeyIsStringMap(object map[string]interface{}, key string, notEmpty bool) error
- func CombineErrors(errors []error) error
- func CreateDirs(dirPaths ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertMapKeyExists ¶
AssertMapKeyExists check wheter or not map contains a key
func AssertMapKeyIsInterfaceArray ¶
AssertMapKeyIsInterfaceArray check whether or not map contains a key
func AssertMapKeyIsString ¶
AssertMapKeyIsString check wheter or not map contains a key
func AssertMapKeyIsStringMap ¶
AssertMapKeyIsStringMap check whether or not map contains a key
func CombineErrors ¶
CombineErrors combine array of errors into one
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.