MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / memoryLoader

Struct memoryLoader

app/controlplane/plugins/plugins.go:50–53  ·  view source on GitHub ↗

memoryLoader initializes plugins in memory from an array of factories

Source from the content-addressed store, hash-verified

48
49// memoryLoader initializes plugins in memory from an array of factories
50type memoryLoader struct {
51 plugins []sdk.FanOutFactory
52 logger log.Logger
53}
54
55type PluginInitializer interface {
56 Init(path string) (*sdk.FanOutP, error)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected