Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2020 Changes in this version + var File_health_health_proto protoreflect.FileDescriptor + var Status_name = map[int32]string + var Status_value = map[string]int32 + func RegisterHealthServer(s *grpc.Server, srv HealthServer) + type HealthClient interface + HealthStream func(ctx context.Context, opts ...grpc.CallOption) (Health_HealthStreamClient, error) + func NewHealthClient(cc grpc.ClientConnInterface) HealthClient + type HealthServer interface + HealthStream func(Health_HealthStreamServer) error + type Health_HealthStreamClient interface + Recv func() (*empty.Empty, error) + Send func(*NodeStatus) error + type Health_HealthStreamServer interface + Recv func() (*NodeStatus, error) + Send func(*empty.Empty) error + type NodeStatus struct + NodeUuid string + Status Status + func (*NodeStatus) Descriptor() ([]byte, []int) + func (*NodeStatus) ProtoMessage() + func (x *NodeStatus) GetNodeUuid() string + func (x *NodeStatus) GetStatus() Status + func (x *NodeStatus) ProtoReflect() protoreflect.Message + func (x *NodeStatus) Reset() + func (x *NodeStatus) String() string + type Status int32 + const Status_HEALTHY + const Status_UNHEALTHY + const Status_UNKNOWN + func (Status) Descriptor() protoreflect.EnumDescriptor + func (Status) EnumDescriptor() ([]byte, []int) + func (Status) Type() protoreflect.EnumType + func (x Status) Enum() *Status + func (x Status) Number() protoreflect.EnumNumber + func (x Status) String() string + type UnimplementedHealthServer struct + func (*UnimplementedHealthServer) HealthStream(Health_HealthStreamServer) error