Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Microuser ¶
type Microuser struct{}
func (*Microuser) Call ¶
func (e *Microuser) Call(ctx context.Context, req *microuser.Request, rsp *microuser.Response) error
Call is a single request handler called via client.Call or the generated client code
func (*Microuser) PingPong ¶
PingPong is a bidirectional stream handler called via client.Stream or the generated client code
func (*Microuser) Stream ¶
func (e *Microuser) Stream(ctx context.Context, req *microuser.StreamingRequest, stream microuser.Microuser_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.