rcservice

package
v0.0.0-...-4dd3f74 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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.

type Params

type Params struct {
	// Options is the set of options for the remote config service.
	Options []service.Option
}

Params is the set of parameters required for the remote config service.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL