Versions in this module Expand all Collapse all v0 v0.1.0 May 5, 2023 Changes in this version + type Callbacks interface + OnStreamClosed func(int64, *core.Node) + OnStreamOpen func(context.Context, int64, string) error + OnStreamRequest func(int64, *discovery.DiscoveryRequest) error + OnStreamResponse func(context.Context, int64, *discovery.DiscoveryRequest, ...) + type Server interface + StreamHandler func(stream stream.Stream, typeURL string) error + func NewServer(ctx context.Context, config cache.ConfigWatcher, callbacks Callbacks) Server