runtime

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2021 License: MIT Imports: 4 Imported by: 1

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL