1
0
forked from x/icebergs
icebergs/base/mdb/engine.go
2022-08-01 18:09:36 +08:00

12 lines
219 B
Go

package mdb
import (
ice "shylinux.com/x/icebergs"
)
const ENGINE = "engine"
func init() {
Index.MergeCommands(ice.Commands{ENGINE: {Name: "engine type name text auto", Help: "引擎", Actions: RenderAction()}})
}