Documentation ¶
Index ¶
Constants ¶
View Source
const (
ConfigFile = "./lime.toml"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { HTTPAddr string `` /* 281-byte string literal not displayed */ DevMode bool `toml:"dev-mode" comment:"Active develop mode"` Admin Admin `toml:"admin" comment:"Admin section"` Keys Keys `toml:"keys" comment:"Keys section"` GeoDatabase geo.Database `toml:"geo-database" comment:"Geo database section"` Database storage.Database `toml:"database" comment:"Database section"` }
Config is ...
type JWT ¶
type JWT struct { PublicKey string `toml:"public-key"` PrivateKey string `toml:"private-key"` Expire string `toml:"expire"` }
JWT is ...
Click to show internal directories.
Click to hide internal directories.