package
Version:
v0.0.0-...-dead0e8
Opens a new window with list of versions in this module.
Published: Aug 29, 2024
License: Unlicense
Opens a new window with license information.
Imports: 12
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 int `koanf:"port"`
BaseURL string `koanf:"base_url" validate:"required"`
EnableK8S bool `koanf:"enable_k8s"`
GlobalSecret string `koanf:"global_secret" validate:"required"`
OAuthClients map[string]OAuthClient `koanf:"clients"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.