Versions in this module Expand all Collapse all v0 v0.1.0 May 5, 2023 Changes in this version + var ErrInit = errors.New(...) + var ErrNilResp = errors.New("ads client: nil response from xds management server") + func IsConnError(err error) bool + type ADSClient interface + Ack func() error + Fetch func() (*Response, error) + InitConnect func(clientConn grpc.ClientConnInterface, opts ...grpc.CallOption) error + Nack func(message string) error + func NewADSClient(ctx context.Context, node *core.Node, typeURL string) ADSClient + type Response struct + Resources []*any.Any