Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // overridden by the build system Version = "dev" BuildCommit = "" BuildDate = "" )
Functions ¶
Types ¶
type Frontier ¶
type Frontier struct { // configuration version Version int `yaml:"version"` Log logger.Config `yaml:"log"` NewRelic NewRelic `yaml:"new_relic"` App server.Config `yaml:"app"` DB db.Config `yaml:"db"` UI server.UIConfig `yaml:"ui"` SpiceDB spicedb.Config `yaml:"spicedb"` Billing billing.Config `yaml:"billing"` }
Click to show internal directories.
Click to hide internal directories.