Versions in this module Expand all Collapse all v2 v2.2.1 May 24, 2023 v2.2.0 Mar 25, 2023 Changes in this version + var File_health_proto protoreflect.FileDescriptor + var HealthCheckResponse_ServingStatus_name = map[int32]string + var HealthCheckResponse_ServingStatus_value = map[string]int32 + var Health_ServiceDesc = grpc.ServiceDesc + func RegisterHealthServer(s grpc.ServiceRegistrar, srv HealthServer) + type HealthCheckRequest struct + Service string + func (*HealthCheckRequest) Descriptor() ([]byte, []int) + func (*HealthCheckRequest) ProtoMessage() + func (x *HealthCheckRequest) GetService() string + func (x *HealthCheckRequest) ProtoReflect() protoreflect.Message + func (x *HealthCheckRequest) Reset() + func (x *HealthCheckRequest) String() string + type HealthCheckResponse struct + Status HealthCheckResponse_ServingStatus + func (*HealthCheckResponse) Descriptor() ([]byte, []int) + func (*HealthCheckResponse) ProtoMessage() + func (x *HealthCheckResponse) GetStatus() HealthCheckResponse_ServingStatus + func (x *HealthCheckResponse) ProtoReflect() protoreflect.Message + func (x *HealthCheckResponse) Reset() + func (x *HealthCheckResponse) String() string + type HealthCheckResponse_ServingStatus int32 + const HealthCheckResponse_NOT_SERVING + const HealthCheckResponse_SERVICE_UNKNOWN + const HealthCheckResponse_SERVING + const HealthCheckResponse_UNKNOWN + func (HealthCheckResponse_ServingStatus) Descriptor() protoreflect.EnumDescriptor + func (HealthCheckResponse_ServingStatus) EnumDescriptor() ([]byte, []int) + func (HealthCheckResponse_ServingStatus) Type() protoreflect.EnumType + func (x HealthCheckResponse_ServingStatus) Enum() *HealthCheckResponse_ServingStatus + func (x HealthCheckResponse_ServingStatus) Number() protoreflect.EnumNumber + func (x HealthCheckResponse_ServingStatus) String() string + type HealthClient interface + Check func(ctx context.Context, in *HealthCheckRequest, opts ...grpc.CallOption) (*HealthCheckResponse, error) + Watch func(ctx context.Context, in *HealthCheckRequest, opts ...grpc.CallOption) (Health_WatchClient, error) + func NewHealthClient(cc grpc.ClientConnInterface) HealthClient + type HealthServer interface + Check func(context.Context, *HealthCheckRequest) (*HealthCheckResponse, error) + Watch func(*HealthCheckRequest, Health_WatchServer) error + type Health_WatchClient interface + Recv func() (*HealthCheckResponse, error) + type Health_WatchServer interface + Send func(*HealthCheckResponse) error + type UnimplementedHealthServer struct + func (UnimplementedHealthServer) Check(context.Context, *HealthCheckRequest) (*HealthCheckResponse, error) + func (UnimplementedHealthServer) Watch(*HealthCheckRequest, Health_WatchServer) error + type UnsafeHealthServer interface