|
- package main
-
- var procEcho = chatProcedure{
- echoInit,
- echoClean,
- echoStart,
- echoServe,
- echoSummary,
- echoInto,
- }
-
- func echoInit(ss *openIDSessionData) {
-
- }
-
- func echoClean(ss *openIDSessionData) {
-
- }
- func echoStart(ss *openIDSessionData, in InWechatMsg) {
-
- }
-
- func echoServe(ss *openIDSessionData, in InWechatMsg) {
-
- }
- func echoSummary(ss *openIDSessionData) {
-
- }
-
- func echoInto(ss *openIDSessionData) {
-
- }
|