Documentation ¶
Overview ¶
Package client is a generated protocol buffer package.
It is generated from these files:
healthz.proto
It has these top-level messages:
Request Reply
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reply ¶
type Reply struct { AppId string `protobuf:"bytes,1,opt,name=appId" json:"appId,omitempty"` ServiceName string `protobuf:"bytes,2,opt,name=serviceName" json:"serviceName,omitempty"` Version string `protobuf:"bytes,3,opt,name=version" json:"version,omitempty"` }
The response message containing the greetings
func (*Reply) Descriptor ¶
func (*Reply) GetServiceName ¶
func (*Reply) GetVersion ¶
func (*Reply) ProtoMessage ¶
func (*Reply) ProtoMessage()
type Request ¶
type Request struct { }
The request message containing the user's name.
func (*Request) Descriptor ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.