Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(ctx context.Context, config envoy_cache.Cache, callbacks hds_callbacks.Callbacks) envoy_service_health.HealthDiscoveryServiceServer
Types ¶
type Stream ¶
type Stream interface {
grpc.ServerStream
Send(specifier *envoy_service_health.HealthCheckSpecifier) error
Recv() (*envoy_service_health.HealthCheckRequestOrEndpointHealthResponse, error)
}
Click to show internal directories.
Click to hide internal directories.