Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Index = &ice.Context{Name: "alpine", Help: "alpine", Configs: map[string]*ice.Config{ "alpine": {Name: "alpine", Help: "alpine", 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) {}}, "alpine": {Name: "alpine", Help: "alpine", Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Echo("hello alpine world") }}, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.