# Packages
Code generated by counterfeiter.
# Functions
GetTranslationFunc will return back a function that can be used to translate strings into the currently set locale.
NewTestUI will return a UI object where Out, In, and Err are customizable, and colors are disabled.
NewUI will return a UI object where Out is set to STDOUT, In is set to STDIN, and Err is set to STDERR.
ParseLocale will return a locale formatted as "<language code>-<region code>" for all non-Chinese lanagues.
No description provided by the author
# Constants
DefaultTableSpacePadding is the default space padding in tables.
LogTimestampFormat is the timestamp formatting for log lines.
RedactedValue is the text that is displayed for redacted content.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
TranslationEntry is the expected format of the translation file.
UI is interface to interact with the user.
# Interfaces
Config is the UI configuration.
No description provided by the author
LogMessage is a log response representing one to many joined lines of a log message.
# Type aliases
TranslateFunc returns the translation of the string identified by translationID.