MCPcopy Create free account
hub / github.com/devfeel/dotweb / Name

Method Name

plugin.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11// Plugin a interface for app's global plugin
12type Plugin interface {
13 Name() string
14 Run() error
15 IsValidate() bool
16}

Callers 7

handlerNameFunction · 0.65
TestNotifyPlugin_NameFunction · 0.65
UsePluginMethod · 0.65
initPluginsMethod · 0.65
FileMethod · 0.65
mainFunction · 0.65
callerInfoFunction · 0.65

Implementers 2

testPluginplugin_test.go
NotifyPluginplugin.go

Calls

no outgoing calls

Tested by 1

TestNotifyPlugin_NameFunction · 0.52