Documentation ¶
Overview ¶
Package bmigo_grpc is a generated protocol buffer package.
It is generated from these files:
kittens.proto
It has these top-level messages:
Request Response
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterKittensServer ¶
func RegisterKittensServer(s *grpc.Server, srv KittensServer)
Types ¶
type KittensClient ¶
type KittensClient interface {
Hello(ctx context.Context, in *Request, opts ...grpc.CallOption) (*Response, error)
}
func NewKittensClient ¶
func NewKittensClient(cc *grpc.ClientConn) KittensClient
type KittensServer ¶
type Request ¶
type Request struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}
func (*Request) Descriptor ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct {
Msg string `protobuf:"bytes,1,opt,name=msg" json:"msg,omitempty"`
}
func (*Response) Descriptor ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.