config

package
v1.3.13 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigurationStream

type ConfigurationStream interface {
	Send(req *pb.GetConfigurationUpdatesRequest) error
	Recv() (*pb.GetConfigurationUpdatesResponse, error)
}

ConfigurationStream abstracts the GetConfigurationUpdates gRPC stream.

type Factory

type Factory struct {
	Logger             *zap.Logger
	VerboseDebugging   bool
	BufferedGrpcSyncer *logging.BufferedGrpcWriteSyncer
}

Factory creates configuration stream clients.

func (*Factory) Name

func (f *Factory) Name() string

Name returns the stream name for logging.

func (*Factory) NewStreamClient

func (f *Factory) NewStreamClient(ctx context.Context, grpcConn grpc.ClientConnInterface) (stream.StreamClient, error)

NewStreamClient creates a new configuration stream client.

Jump to

Keyboard shortcuts

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