Documentation ¶
Index ¶
Constants ¶
View Source
const ( YmlExtension = ".yml" ConfigPath = "./config/" DictionariesPath = "./dictionaries/" ServerConfigPath = ConfigPath + "server" + YmlExtension LoggerConfigPath = ConfigPath + "logger" + YmlExtension ElasticsearchConfigPath = ConfigPath + "elasticsearch" + YmlExtension RediStoreConfigPath = ConfigPath + "redistore" + YmlExtension LocaleEn = "en" LocaleJa = "ja" EnvGitHubClientID = "X_GH_ID" EnvGitHubClientSecret = "X_GH_SECRET" ElasticsearchIndexXpress = "xpress" ElasticsearchTypeArticle = "article" ElasticsearchTypeUser = "user" SessionKeyUserID = "user_id" GitHubRefPrefix = "refs/heads/" HookResultProcessed = "processed" GitHubArticlesPath = "articles" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.