Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainloop-dev/chainloop
/ load
Method
load
app/controlplane/plugins/plugins.go:39–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
38
type
pluginsLoader
interface
{
39
load() (sdk.AvailablePlugins, error)
40
}
41
42
// directoryLoader loads plugins from a directory
Callers
1
doLoad
Function · 0.65
Implementers
2
memoryLoader
app/controlplane/plugins/plugins.go
directoryLoader
app/controlplane/plugins/plugins.go
Calls
no outgoing calls
Tested by
no test coverage detected