package
0.0.0-20201228102135-e8a8f99c2976
Repository: https://github.com/galaxy-center/galaxy.git
Documentation: pkg.go.dev
# Functions
Flatten transform complex map to flatten map.
Get returns the initialization of logrus.Logger.
GetRaw returns the rawLog.
LoadTranslations takes a map[string]interface and flattens it to map[string]string Because translations have been loaded - we internally override log the formatter Nested entries are accessible using dot notation.
# Structs
RawFormatter Formatter without any formatter.s.
TranslationFormatter Formatter with *prefixed.TextFormatter.
# Type aliases
FlatMap is alias of map[string]string.