Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Echo ¶
type Echo interface {
StreamRequestEcho(stream Echo_StreamRequestEchoServer) (err error)
StreamResponseEcho(req *Request, stream Echo_StreamResponseEchoServer) (err error)
BidirectionalEcho(stream Echo_BidirectionalEchoServer) (err error)
}
type Request ¶
type Request struct {
Message string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
}
func (*Request) GetMessage ¶
type Response ¶
type Response struct {
Message string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
}
func (*Response) GetMessage ¶
Click to show internal directories.
Click to hide internal directories.