Documentation
¶
Index ¶
- func Echo1(in echo1Args, headers *http.Header) (out struct{ ... })
- func Echo2(req *http.Request, in echo2Args) echo2Args
- func Echo3(res http.ResponseWriter, in struct{ ... }, req *http.Request) []string
- func Echo4(in s.Map) s.Map
- func EchoDecoder(srcData interface{}) (string, *map[string]interface{}, error)
- func EchoEncoder(action string, data interface{}) interface{}
- func OnEchoClose(client *websocket.Conn, sess *echoWsSession)
- func OnEchoMessage(in struct{ ... }, client *websocket.Conn, sess *echoWsSession) (string, *echoAgeData)
- func OnEchoOpen(in struct{ ... }, client *websocket.Conn) *echoWsSession
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EchoDecoder ¶
func EchoEncoder ¶
func EchoEncoder(action string, data interface{}) interface{}
func OnEchoClose ¶
func OnEchoMessage ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.