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