Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Server ServerConf
Database DatabaseConf
Authz AuthzConf
Authn AuthnConf
Frontend FrontendConf
}
type DatabaseConf ¶
type FrontendConf ¶ added in v0.1.2
type FrontendConf struct {
Endpoints []string
}
type ServerConf ¶
type ServerConf struct {
Port int
}
Click to show internal directories.
Click to hide internal directories.