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

Struct goPluginInitializer

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

Init a go-plugin plugin

Source from the content-addressed store, hash-verified

58
59// Init a go-plugin plugin
60type goPluginInitializer struct{}
61
62// Load the available third party integrations, these integrations can come in the form of
63// a) Plugins implemented with go-plugin, compiled as a separate binary and placed in pluginsDir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected