Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(NewConfig), config.Module, fx.Decorate(decorateConfig), fx.Provide(v1Client), fx.Provide(sourceConfig), fx.Provide(healthConfig), )
Module for fx.
Functions ¶
Types ¶
type Config ¶
type Config struct { Source *source.Config `yaml:"source,omitempty" json:"source,omitempty" toml:"source,omitempty"` Client *client.Config `yaml:"client,omitempty" json:"client,omitempty" toml:"client,omitempty"` Health *health.Config `yaml:"health,omitempty" json:"health,omitempty" toml:"health,omitempty"` *config.Config `yaml:",inline" json:",inline" toml:",inline"` }
Config for the service.
Click to show internal directories.
Click to hide internal directories.