Documentation ¶
Overview ¶
Package config defines the application config used through tenant-api.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppConfig struct { CRDB crdbx.Config Logging loggingx.Config Events EventsConfig Server echox.Config Tracing otelx.Config }
AppConfig contains the application configuration structure.
Functions ¶
This section is empty.
Types ¶
type EventsConfig ¶ added in v0.0.8
type EventsConfig struct {
Publisher events.PublisherConfig
}
EventsConfig stores the configuration for a tenant-api event publisher
Click to show internal directories.
Click to hide internal directories.