Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
pb.UnimplementedEnvoyGatewayExtensionServer
// contains filtered or unexported fields
}
Server is the implementation of the EnvoyGatewayExtensionServer interface.
func New ¶
New creates a new instance of the extension server that implements the EnvoyGatewayExtensionServer interface.
func (*Server) Check ¶
func (s *Server) Check(context.Context, *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error)
Check implements grpc_health_v1.HealthServer.
func (*Server) Watch ¶
func (s *Server) Watch(*grpc_health_v1.HealthCheckRequest, grpc_health_v1.Health_WatchServer) error
Watch implements grpc_health_v1.HealthServer.
Click to show internal directories.
Click to hide internal directories.