Versions in this module Expand all Collapse all v0 v0.0.2 Oct 15, 2024 Changes in this version + func NewListenerWrapper(params ListenerWrapperParams) net.Listener + type ListenerWrapperParams struct + Listener net.Listener + ListenerResourceName string + ModeCallback ServingModeCallback + XDSClient XDSClient + type ServingModeCallback func(addr net.Addr, mode connectivity.ServingMode, err error) + type XDSClient interface + BootstrapConfig func() *bootstrap.Config + WatchResource func(rType xdsresource.Type, resourceName string, ...) (cancel func())