Versions in this module Expand all Collapse all v0 v0.9.8 Jun 18, 2021 Changes in this version + type Callbacks interface + OnFetchRequest func(context.Context, *discovery.DiscoveryRequest) error + OnFetchResponse func(*discovery.DiscoveryRequest, *discovery.DiscoveryResponse) + type Server interface + Fetch func(context.Context, *discovery.DiscoveryRequest) (*discovery.DiscoveryResponse, error) + func NewServer(config cache.ConfigFetcher, callbacks Callbacks) Server