Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Module provides fx options for dynamic config initialization
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct {
fx.In
Cfg config.Config
Logger log.Logger
MetricsClient metrics.Client
RootDir string `name:"root-dir"`
Lifecycle fx.Lifecycle
}
Params required to build a new dynamic config.
type Result ¶ added in v1.3.1
type Result struct {
fx.Out
Client dynamicconfig.Client
Collection *dynamicconfig.Collection
}
Click to show internal directories.
Click to hide internal directories.