Documentation
¶
Index ¶
- type Hello
- func (h *Hello) Say(c *context.Context, req *pbhello.SayReq) (rsp *pbhello.SayRsp, err error)
- func (h *Hello) SayChannel(c *context.Context, req chan *pbhello.SayReq, errIn chan error) (chan *pbhello.SayRsp, chan error)
- func (h *Hello) SayStream(c *context.Context, req *pbhello.SayReq) (chan *pbhello.SayRsp, chan error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.