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

Method Init

app/controlplane/plugins/plugins.go:56–56  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

54
55type PluginInitializer interface {
56 Init(path string) (*sdk.FanOutP, error)
57}
58
59// Init a go-plugin plugin

Callers 4

initSentryFunction · 0.65
loadMethod · 0.65
RunMethod · 0.65
initSentryFunction · 0.65

Implementers 8

Crafterpkg/attestation/crafter/crafter.go
AttestationServiceapp/controlplane/internal/service/atte
attestationServiceClientapp/controlplane/api/controlplane/v1/w
UnimplementedAttestationServiceServerapp/controlplane/api/controlplane/v1/w
AttestationServiceClientImplapp/controlplane/api/gen/frontend/cont
goPluginInitializerapp/controlplane/plugins/plugins.go
PluginInitializerapp/controlplane/plugins/mocks/PluginI
Chainloopextras/dagger/main.go

Calls

no outgoing calls

Tested by

no test coverage detected