Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterProxyServiceServer ¶
func RegisterProxyServiceServer(mux *runtime.ServeMux, conn *grpc.ClientConn, controllers *api_data.Controllers) error
func RegisterServiceServer ¶
func RegisterServiceServer(s grpc.ServiceRegistrar, controllers *api_data.Controllers) error
Types ¶
type HealthServiceServer ¶
type HealthServiceServer struct { // Required to have revese compatability health_v1.UnimplementedHealthServer // contains filtered or unexported fields }
func (*HealthServiceServer) Check ¶
func (s *HealthServiceServer) Check(ctx context.Context, request *health_v1.HealthCheckRequest) (*health_v1.HealthCheckResponse, error)
func (*HealthServiceServer) Watch ¶
func (s *HealthServiceServer) Watch(request *health_v1.HealthCheckRequest, stream health_v1.Health_WatchServer) error
Click to show internal directories.
Click to hide internal directories.