Documentation ¶
Overview ¶
Package rcservice is a remote config service that can run within the agent to receive remote config updates from the DD 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 rcserviceimpl is a remote config service that can run within the agent to receive remote config updates from the DD backend.
|
Package rcserviceimpl is a remote config service that can run within the agent to receive remote config updates from the DD backend. |
Click to show internal directories.
Click to hide internal directories.