Documentation ¶
Index ¶
Constants ¶
View Source
const ( BEGIN = "begin" END = "end" )
View Source
const ( ONCE = "once" STEP = "step" )
View Source
const ( DAY = "day" WEEK = "week" MONTH = "month" YEAR = "year" LONG = "long" )
View Source
const ( PREPARE = "prepare" PROCESS = "process" CANCEL = "cancel" FINISH = "finish" )
View Source
const ( SCALE = "scale" LEVEL = "level" STATUS = "status" SCORE = "score" BEGIN_TIME = "begin_time" CLOSE_TIME = "close_time" )
View Source
const COUNT = "count"
View Source
const PLAN = "plan"
View Source
const TASK = "task"
View Source
const TEAM = "team"
Variables ¶
View Source
var Index = &ice.Context{Name: TEAM, 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.