Documentation ¶
Overview ¶
Package health is a generated protocol buffer package.
It is generated from these files:
client/health/health.proto
It has these top-level messages:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHealthServer ¶
func RegisterHealthServer(s *grpc.Server, srv HealthServer)
Types ¶
type HealthClient ¶
type HealthClient interface {
Health(ctx context.Context, in *google_protobuf.Empty, opts ...grpc.CallOption) (*google_protobuf.Empty, error)
}
func NewHealthClient ¶
func NewHealthClient(cc *grpc.ClientConn) HealthClient
type HealthServer ¶
type HealthServer interface {
Health(context.Context, *google_protobuf.Empty) (*google_protobuf.Empty, error)
}
Click to show internal directories.
Click to hide internal directories.