Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AppInfo *app.Info `env:"APP"` Core iamserver.CoreConfig `env:",squash"` HTTPBasePath string `env:"HTTP_BASE_PATH"` RESTCanonicalBaseURL string `env:"REST_CANONICAL_BASE_URL"` WebUIEnabled bool `env:"WEBUI_ENABLED"` WebUI *webui.ServerConfig `env:"WEBUI"` RESTEnabled bool `env:"REST_ENABLED"` REST *rest.ServerConfig `env:"REST"` GRPCEnabled bool `env:"GRPC_ENABLED"` GRPC *grpc.ServerConfig `env:"GRPC"` }
func ConfigSkeleton ¶
func ConfigSkeleton() Config
func ConfigSkeletonPtr ¶
func ConfigSkeletonPtr() *Config
Click to show internal directories.
Click to hide internal directories.