MCPcopy 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
38type pluginsLoader interface {
39 load() (sdk.AvailablePlugins, error)
40}
41
42// directoryLoader loads plugins from a directory

Callers 1

doLoadFunction · 0.65

Implementers 2

memoryLoaderapp/controlplane/plugins/plugins.go
directoryLoaderapp/controlplane/plugins/plugins.go

Calls

no outgoing calls

Tested by

no test coverage detected