Documentation ¶
Overview ¶
Package config provides a struct to store the applications config
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppConfig struct { OIDC echojwtx.AuthConfig CRDB crdbx.Config Logging loggingx.Config Server echox.Config Tracing otelx.Config Events EventsConfig Permissions permissions.Config }
AppConfig stores all the config values for our application
Functions ¶
This section is empty.
Types ¶
type EventsConfig ¶ added in v0.0.18
type EventsConfig struct {
Publisher events.PublisherConfig
}
EventsConfig stores the configuration for an event publisher
Click to show internal directories.
Click to hide internal directories.