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