Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
type
Plugin
interface
{
13
Name() string
14
Run() error
15
IsValidate() bool
16
}
Callers
7
handlerName
Function · 0.65
TestNotifyPlugin_Name
Function · 0.65
UsePlugin
Method · 0.65
initPlugins
Method · 0.65
File
Method · 0.65
main
Function · 0.65
callerInfo
Function · 0.65
Implementers
2
testPlugin
plugin_test.go
NotifyPlugin
plugin.go
Calls
no outgoing calls
Tested by
1
TestNotifyPlugin_Name
Function · 0.52