Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Index = &ice.Context{Name: "user", Help: "user", Caches: map[string]*ice.Cache{}, Configs: map[string]*ice.Config{ "user": {Name: "user", Help: "user", Value: kit.Data(kit.MDB_SHORT, "name")}, }, Commands: map[string]*ice.Command{ ice.ICE_INIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {}}, ice.ICE_EXIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) {}}, "user": {Name: "user", Help: "user", Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Echo("hello world") }}, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.