Documentation ¶
Index ¶
- func Connect(c *context.Context, req *phello.ConnectReq) (rsp *phello.ConnectRsp, err error)
- func Count(c *context.Context, req *phello.CountReq) (rsp *phello.CountRsp, err error)
- func InitIpc(s *service.Service)
- func SayChannel(c *context.Context, req chan *phello.SayReq) chan *phello.SayRsp
- func SaySrv(c *context.Context, req *phello.SayReq) (rsp *phello.SayRsp, err error)
- func SayStream(c *context.Context, req *phello.SayReq) chan *phello.SayRsp
- func SendMessage(c *context.Context, req chan *phello.SendMessageReq) chan *phello.SendMessageRsp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Connect ¶
func Connect(c *context.Context, req *phello.ConnectReq) (rsp *phello.ConnectRsp, err error)
func SendMessage ¶
func SendMessage(c *context.Context, req chan *phello.SendMessageReq) chan *phello.SendMessageRsp
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.