package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Aug 25, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
APPID = "appid"
APPMM = "appmm"
ACCESS = "access"
OPENID = "openid"
WEIXIN = "weixin"
)
View Source
const LOGIN = "login"
View Source
const MP = "mp"
View Source
var Index = &ice.Context{Name: MP, Help: "小程序",
Commands: map[string]*ice.Command{
ice.CTX_INIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {
m.Load()
}},
ice.CTX_EXIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {
m.Save()
}},
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.