Documentation ¶
Index ¶
- func Blue(msg string) string
- func DeepSearchInMap(m map[string]interface{}, paths ...string) map[string]interface{}
- func Green(msg string) string
- func MergeStringMap(dest, src map[string]interface{})
- func Red(msg string) string
- func ToMapStringInterface(src map[interface{}]interface{}) map[string]interface{}
- func Yellow(msg string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Blue ¶
Blue prints message with blue. Deprecated: this function will be moved to internal package, user should not use it anymore.
func DeepSearchInMap ¶
DeepSearchInMap deep search in map Deprecated: this function will be moved to internal package, user should not use it anymore.
func Green ¶
Green prints message with green. Deprecated: this function will be moved to internal package, user should not use it anymore.
func MergeStringMap ¶
func MergeStringMap(dest, src map[string]interface{})
MergeStringMap merge two map Deprecated: this function will be moved to internal package, user should not use it anymore.
func Red ¶
Red prints message with red. Deprecated: this function will be moved to internal package, user should not use it anymore.
func ToMapStringInterface ¶
func ToMapStringInterface(src map[interface{}]interface{}) map[string]interface{}
ToMapStringInterface cast map[interface{}]interface{} to map[string]interface{} Deprecated: this function will be moved to internal package, user should not use it anymore.
Types ¶
This section is empty.