Documentation
¶
Index ¶
Constants ¶
View Source
const ( LanguageEnglish = "English" LanguageFrench = "French" LanguageGerman = "German" LanguageSpanish = "Spanish" LanguagePortuguese = "Portuguese" LanguageRussian = "Russian" LanguageThai = "Thai" LanguageJapanese = "Japanese" LanguageKorean = "Korean" LanguageTraditionalChinese = "Traditional Chinese" LanguageSimplifiedChinese = "Simplified Chinese" )
Supported language constants for Path of Exile
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Patch string `mapstructure:"patch"`
Database string `mapstructure:"database"`
AllTables bool `mapstructure:"all_tables"`
Tables []string `mapstructure:"tables"`
Languages []string `mapstructure:"languages"`
LogLevel string `mapstructure:"log_level"`
LogFormat string `mapstructure:"log_format"`
}
Click to show internal directories.
Click to hide internal directories.