Documentation ¶
Overview ¶
Package config provides a struct to store the applications config
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppConfig struct { Logging loggingx.Config Events events.Config Server echox.Config Tracing otelx.Config OIDC OIDCClientConfig Metadata MetadataConfig }
AppConfig contains the application configuration structure.
Functions ¶
This section is empty.
Types ¶
type MetadataConfig ¶ added in v0.2.0
type MetadataConfig struct { StatusNamespaceID gidx.PrefixedID `mapstructure:"status-namespace-id"` Endpoint string Source string }
MetadataConfig stores the configuration for metadata
type OIDCClientConfig ¶
OIDCClientConfig stores the configuration for an OIDC client
Click to show internal directories.
Click to hide internal directories.