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