1
0
forked from x/icebergs
icebergs/base/mdb/plugin.go
2022-11-24 13:24:09 +08:00

10 lines
182 B
Go

package mdb
import (
ice "shylinux.com/x/icebergs"
)
const PLUGIN = "plugin"
func init() { Index.MergeCommands(ice.Commands{PLUGIN: {Help: "插件", Actions: RenderAction()}}) }