Documentation ¶
Index ¶
Constants ¶
View Source
const ( ACCOUNT = "account" AMOUNT = "amount" COUNT = "count" FROM = "from" TO = "to" SPEND = "spend" TRANS = "trans" BONUS = "bonus" CHECK = "check" )
View Source
const ( MONTH = "month" INCOME = "income" TAX = "tax" )
View Source
const ASSET = "asset"
View Source
const MALL = "mall"
View Source
const SALARY = "salary"
Variables ¶
View Source
var Index = &ice.Context{Name: MALL, 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() }}, }}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.