configstream

package
v0.0.0-...-50ddb51 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package configstream implements a component to handle streaming configuration events to subscribers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component interface {
	// Subscribe returns a channel that streams configuration events, starting with a snapshot.
	// It also returns an unsubscribe function that must be called to clean up.
	Subscribe(req *pb.ConfigStreamRequest) (<-chan *pb.ConfigEvent, func())
}

Component is the component type.

Jump to

Keyboard shortcuts

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