MCPcopy
hub / github.com/fish2018/pansou / init

Function init

plugin/xys/xys.go:56–58  ·  view source on GitHub ↗

init 注册插件

()

Source from the content-addressed store, hash-verified

54
55// init 注册插件
56func init() {
57 plugin.RegisterGlobalPlugin(NewXysPlugin())
58}
59
60// NewXysPlugin 创建新的小云搜索插件实例
61func NewXysPlugin() *XysPlugin {

Callers

nothing calls this directly

Calls 2

RegisterGlobalPluginFunction · 0.92
NewXysPluginFunction · 0.85

Tested by

no test coverage detected