Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigSchema ¶
type ConfigSchema struct {
Level string `json:"level" env:"OAUTH2PROXY_LOG_LEVEL" envDefault:"Info"`
}
func (*ConfigSchema) CreateConfig ¶
func (s *ConfigSchema) CreateConfig() Config
func (*ConfigSchema) Validate ¶
func (s *ConfigSchema) Validate() error
Click to show internal directories.
Click to hide internal directories.