1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 09:34:05 +08:00
icebergs/base/ctx/ctx.go
2022-01-01 09:08:32 +08:00

10 lines
211 B
Go

package ctx
import ice "shylinux.com/x/icebergs"
const CTX = "ctx"
var Index = &ice.Context{Name: CTX, Help: "标准模块"}
func init() { ice.Index.Register(Index, nil, CONTEXT, COMMAND, CONFIG, MESSAGE) }