consts

package
v0.0.0-...-b40f386 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2014 License: MIT Imports: 0 Imported by: 0

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"
	ErrMsgSecurecookieNotValid = "securecookie: the value is not valid"
	GitHubRefPrefix            = "refs/heads/"
	HookResultProcessed        = "processed"
	GitHubArticlesPath         = "articles"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL