Documentation ¶
Index ¶
Constants ¶
View Source
const ( NCONN = "nconn" NREQS = "nreqs" )
View Source
const ( FIND = "find" GREP = "grep" CTAGS = "ctags" MAN = "man" )
View Source
const ( WEBPACK = "webpack" BINPACK = "binpack" MODPACK = "modpack" )
View Source
const ( BINNARY = "binnary" SERVICE = "service" SECONDS = "seconds" )
View Source
const ( // INSTALL = "_install" PREPARE = "_prepare" PROJECT = "_project" )
View Source
const BENCH = "bench"
View Source
const C = "c"
View Source
const CC = "cc"
View Source
const CODE = "code"
View Source
const COMPILE = "compile"
View Source
const CSS = "css"
View Source
const GO = "go"
View Source
const GODOC = "godoc"
View Source
const H = "h"
View Source
const HTML = "html"
View Source
const INNER = "inner"
View Source
const INSTALL = "install"
View Source
const JS = "js"
View Source
const MAN1 = "man1"
View Source
const MAN2 = "man2"
View Source
const MAN3 = "man3"
View Source
const MAN8 = "man8"
View Source
const MOD = "mod"
View Source
const NODE = "node"
View Source
const PPROF = "pprof"
View Source
const PUBLISH = "publish"
View Source
const SH = "sh"
View Source
const SHY = "shy"
View Source
const SUM = "sum"
View Source
const TRASH = "trash"
View Source
const TS = "ts"
View Source
const TSX = "tsx"
View Source
const UPGRADE = "upgrade"
View Source
const VIMER = "vimer"
Variables ¶
View Source
var Index = &ice.Context{Name: CODE, Help: "编程中心", Configs: map[string]*ice.Config{}, Commands: map[string]*ice.Command{ ice.CTX_INIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Load() m.Conf(PUBLISH, "meta.contexts", _contexts) }}, ice.CTX_EXIT: {Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { m.Save() }}, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.