Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoChatServe ¶
func DoChatServe()
func DoChatTestClient ¶
func DoChatTestClient()
Types ¶
type RpcChatTestServer ¶
type RpcChatTestServer struct {
// contains filtered or unexported fields
}
func NewChatTestServer ¶
func NewChatTestServer() *RpcChatTestServer
func (*RpcChatTestServer) Connect ¶
func (s *RpcChatTestServer) Connect(request *zproto.ChatSession, stream zproto.ChatTest_ConnectServer) (err error)
func (*RpcChatTestServer) SendChat ¶
func (s *RpcChatTestServer) SendChat(ctx context.Context, request *zproto.ChatMessage) (reply *zproto.VoidRsp2, err error)
Click to show internal directories.
Click to hide internal directories.