Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
type
PluginInitializer
interface
{
56
Init(path string) (*sdk.FanOutP, error)
57
}
58
59
// Init a go-plugin plugin
Callers
4
initSentry
Function · 0.65
load
Method · 0.65
Run
Method · 0.65
initSentry
Function · 0.65
Implementers
8
Crafter
pkg/attestation/crafter/crafter.go
AttestationService
app/controlplane/internal/service/atte
attestationServiceClient
app/controlplane/api/controlplane/v1/w
UnimplementedAttestationServiceServer
app/controlplane/api/controlplane/v1/w
AttestationServiceClientImpl
app/controlplane/api/gen/frontend/cont
goPluginInitializer
app/controlplane/plugins/plugins.go
PluginInitializer
app/controlplane/plugins/mocks/PluginI
Chainloop
extras/dagger/main.go
Calls
no outgoing calls
Tested by
no test coverage detected