Documentation
¶
Overview ¶
Package rcservicemrfimpl is a remote config service that can run within the agent to receive remote config updates from the configured DD failover DC
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependencies ¶
type Dependencies struct {
compdef.In
Lc compdef.Lifecycle
DdRcTelemetryReporter rctelemetryreporter.Component
Hostname hostname.Component
Cfg cfgcomp.Component
Logger log.Component
}
Dependencies defines the dependencies for the rcservicemrf component.
type Provides ¶
Provides defines the output of the rcservicemrf component.
func NewMrfRemoteConfigServiceOptional ¶
func NewMrfRemoteConfigServiceOptional(deps Dependencies) Provides
NewMrfRemoteConfigServiceOptional conditionally creates and configures a new MRF remote config service, based on whether RC is enabled.
Click to show internal directories.
Click to hide internal directories.