Documentation ¶
Overview ¶
Package rcservicemrf is a remote config service that can run in the Agent to receive remote config updates from the DD failover DC backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface { // ClientGetConfigs is the polling API called by tracers and agents to get the latest configurations ClientGetConfigs(_ context.Context, request *pbgo.ClientGetConfigsRequest) (*pbgo.ClientGetConfigsResponse, error) // ConfigGetState returns the state of the configuration and the director repos in the local store ConfigGetState() (*pbgo.GetStateConfigResponse, error) }
Component is the component type.
Directories ¶
Path | Synopsis |
---|---|
Package rcservicemrfimpl is a remote config service that can run within the agent to receive remote config updates from the configured DD failover DC
|
Package rcservicemrfimpl is a remote config service that can run within the agent to receive remote config updates from the configured DD failover DC |
Click to show internal directories.
Click to hide internal directories.