Documentation ¶
Index ¶
Constants ¶
View Source
const RUNTIME = "runtime"
Variables ¶
View Source
var Index = &ice.Context{Name: RUNTIME, Help: "虚拟机", Configs: map[string]*ice.Config{ RUNTIME: {Name: RUNTIME, Help: "虚拟机", Value: kit.Data(kit.MDB_SHORT, kit.MDB_NAME)}, }, Commands: map[string]*ice.Command{ RUNTIME: {Name: "runtime", Help: "虚拟机", Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Cmdy(cli.SYSTEM, "go", "doc", RUNTIME) m.Set(ice.MSG_APPEND) }}, }}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.