variable

package
v0.0.0-...-ad0e59e Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ServiceName = "chat_stranger"
	ConfigFile  = "config"
	ConfigPath  = "configs"

	Port      = "port"
	DbDialect = "db.dialect"
	DbUrl     = "db.url"
	DbMode    = "db.mode"
	JWTSecret = "jwt.secret"
	GinMode   = "gin.mode"

	Config = "config"
	Viper  = "viper"
	Test   = "test"

	Debug = "debug"

	UserRole = "user"

	LimitRoom         = 2
	StatusRoom        = "status"
	AnyRoom           = "any"
	NextRoom          = "next"
	SameGenderRoom    = "gender"
	SameBirthYearRoom = "birth"

	FromTime = "from"

	WebPrefix            = "/chat_stranger/web"
	APIPrefix            = "/chat_stranger/api"
	HTMLGlob             = "./web/*.html"
	StaticRelativeScript = "/chat_stranger/web/script"
	StaticScript         = "./web/script"
	StaticRelativeStyle  = "/chat_stranger/web/style"
	StaticStyle          = "./web/style"
	StaticRelativeImg    = "/chat_stranger/web/img"
	StaticImg            = "./web/img"
)

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