1
0
forked from x/icebergs
icebergs/base/ctx/ctx.go
2024-02-06 23:25:14 +08:00

12 lines
207 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) }