package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Feb 10, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Port int64 `yaml:"port"`
Debug bool `yaml:"debug"`
RegoPolicy string `yaml:"rego_policy"`
RegoQuery string `yaml:"rego_query"`
JwksURI string `yaml:"jwks_uri"`
Repos []*repo.Entry `yaml:"repos"`
}
func (c *Config) SetDefaults()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.