Versions in this module Expand all Collapse all v0 v0.11.3 Jun 6, 2023 v0.11.2 Jun 6, 2023 Changes in this version + func WithOrderedADS() config.XDSOption + 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, cw cache.ConfigWatcher, callbacks Callbacks, ...) Server