Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Example ¶
type Example struct{}
func (*Example) Call ¶
Call is a single request handler called via client.Call or the generated client code
func (*Example) PingPong ¶
PingPong is a bidirectional stream handler called via client.Stream or the generated client code
func (*Example) Stream ¶
func (e *Example) Stream(ctx context.Context, req *example.StreamingRequest, stream example.Example_StreamStream) error
Stream is a server side stream handler called via client.Stream or the generated client code
Click to show internal directories.
Click to hide internal directories.