Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { Issuer string // FIXME what the hell is an issuer? OAuth OAuthConf `yaml:"OAuth"` Services string `yaml:"services"` // Service folder JWKProvider string `yaml:"jwk_provider"` Listen string `yaml:"listen"` // http listen address DataPath string `yaml:"data_path"` Hosts []string `yaml:"hosts"` }
Click to show internal directories.
Click to hide internal directories.