Ver código fonte

procEcho skeleton

master
Patrick Peng Sun 8 anos atrás
pai
commit
f6752db3b5
1 arquivos alterados com 32 adições e 0 exclusões
  1. +32
    -0
      procEcho.go

+ 32
- 0
procEcho.go Ver arquivo

@@ -0,0 +1,32 @@
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() {

}

Carregando…
Cancelar
Salvar