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" mapstructure:"version"`
Log logger.Config `yaml:"log" mapstructure:"log"`
NewRelic NewRelic `yaml:"new_relic" mapstructure:"new_relic"`
App server.Config `yaml:"app" mapstructure:"app"`
DB db.Config `yaml:"db" mapstructure:"db"`
UI server.UIConfig `yaml:"ui" mapstructure:"ui"`
SpiceDB spicedb.Config `yaml:"spicedb" mapstructure:"spicedb"`
Billing billing.Config `yaml:"billing" mapstructure:"billing"`
}
Click to show internal directories.
Click to hide internal directories.