Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2023 Changes in this version + var File_envoy_service_endpoint_v3_eds_proto protoreflect.FileDescriptor + var File_envoy_service_endpoint_v3_leds_proto protoreflect.FileDescriptor + func RegisterEndpointDiscoveryServiceServer(s *grpc.Server, srv EndpointDiscoveryServiceServer) + func RegisterLocalityEndpointDiscoveryServiceServer(s *grpc.Server, srv LocalityEndpointDiscoveryServiceServer) + type EdsDummy struct + func (*EdsDummy) Descriptor() ([]byte, []int) + func (*EdsDummy) ProtoMessage() + func (m *EdsDummy) Validate() error + func (m *EdsDummy) ValidateAll() error + func (x *EdsDummy) ProtoReflect() protoreflect.Message + func (x *EdsDummy) Reset() + func (x *EdsDummy) String() string + type EdsDummyMultiError []error + func (m EdsDummyMultiError) AllErrors() []error + func (m EdsDummyMultiError) Error() string + type EdsDummyValidationError struct + func (e EdsDummyValidationError) Cause() error + func (e EdsDummyValidationError) Error() string + func (e EdsDummyValidationError) ErrorName() string + func (e EdsDummyValidationError) Field() string + func (e EdsDummyValidationError) Key() bool + func (e EdsDummyValidationError) Reason() string + type EndpointDiscoveryServiceClient interface + DeltaEndpoints func(ctx context.Context, opts ...grpc.CallOption) (EndpointDiscoveryService_DeltaEndpointsClient, error) + FetchEndpoints func(ctx context.Context, in *v3.DiscoveryRequest, opts ...grpc.CallOption) (*v3.DiscoveryResponse, error) + StreamEndpoints func(ctx context.Context, opts ...grpc.CallOption) (EndpointDiscoveryService_StreamEndpointsClient, error) + func NewEndpointDiscoveryServiceClient(cc grpc.ClientConnInterface) EndpointDiscoveryServiceClient + type EndpointDiscoveryServiceServer interface + DeltaEndpoints func(EndpointDiscoveryService_DeltaEndpointsServer) error + FetchEndpoints func(context.Context, *v3.DiscoveryRequest) (*v3.DiscoveryResponse, error) + StreamEndpoints func(EndpointDiscoveryService_StreamEndpointsServer) error + type EndpointDiscoveryService_DeltaEndpointsClient interface + Recv func() (*v3.DeltaDiscoveryResponse, error) + Send func(*v3.DeltaDiscoveryRequest) error + type EndpointDiscoveryService_DeltaEndpointsServer interface + Recv func() (*v3.DeltaDiscoveryRequest, error) + Send func(*v3.DeltaDiscoveryResponse) error + type EndpointDiscoveryService_StreamEndpointsClient interface + Recv func() (*v3.DiscoveryResponse, error) + Send func(*v3.DiscoveryRequest) error + type EndpointDiscoveryService_StreamEndpointsServer interface + Recv func() (*v3.DiscoveryRequest, error) + Send func(*v3.DiscoveryResponse) error + type LedsDummy struct + func (*LedsDummy) Descriptor() ([]byte, []int) + func (*LedsDummy) ProtoMessage() + func (m *LedsDummy) Validate() error + func (m *LedsDummy) ValidateAll() error + func (x *LedsDummy) ProtoReflect() protoreflect.Message + func (x *LedsDummy) Reset() + func (x *LedsDummy) String() string + type LedsDummyMultiError []error + func (m LedsDummyMultiError) AllErrors() []error + func (m LedsDummyMultiError) Error() string + type LedsDummyValidationError struct + func (e LedsDummyValidationError) Cause() error + func (e LedsDummyValidationError) Error() string + func (e LedsDummyValidationError) ErrorName() string + func (e LedsDummyValidationError) Field() string + func (e LedsDummyValidationError) Key() bool + func (e LedsDummyValidationError) Reason() string + type LocalityEndpointDiscoveryServiceClient interface + DeltaLocalityEndpoints func(ctx context.Context, opts ...grpc.CallOption) (LocalityEndpointDiscoveryService_DeltaLocalityEndpointsClient, error) + func NewLocalityEndpointDiscoveryServiceClient(cc grpc.ClientConnInterface) LocalityEndpointDiscoveryServiceClient + type LocalityEndpointDiscoveryServiceServer interface + DeltaLocalityEndpoints func(LocalityEndpointDiscoveryService_DeltaLocalityEndpointsServer) error + type LocalityEndpointDiscoveryService_DeltaLocalityEndpointsClient interface + Recv func() (*v3.DeltaDiscoveryResponse, error) + Send func(*v3.DeltaDiscoveryRequest) error + type LocalityEndpointDiscoveryService_DeltaLocalityEndpointsServer interface + Recv func() (*v3.DeltaDiscoveryRequest, error) + Send func(*v3.DeltaDiscoveryResponse) error + type UnimplementedEndpointDiscoveryServiceServer struct + func (*UnimplementedEndpointDiscoveryServiceServer) DeltaEndpoints(EndpointDiscoveryService_DeltaEndpointsServer) error + func (*UnimplementedEndpointDiscoveryServiceServer) FetchEndpoints(context.Context, *v3.DiscoveryRequest) (*v3.DiscoveryResponse, error) + func (*UnimplementedEndpointDiscoveryServiceServer) StreamEndpoints(EndpointDiscoveryService_StreamEndpointsServer) error + type UnimplementedLocalityEndpointDiscoveryServiceServer struct + func (*UnimplementedLocalityEndpointDiscoveryServiceServer) DeltaLocalityEndpoints(LocalityEndpointDiscoveryService_DeltaLocalityEndpointsServer) error