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

Function init

app/cli/pkg/plugins/shared.go:26–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func init() {
27 // Register types that will be sent over RPC
28 gob.Register(PluginExecConfig{})
29 gob.Register(PluginExecResult{})
30 gob.Register(PluginMetadata{})
31 gob.Register(PluginCommandInfo{})
32}
33
34// Handshake is a common handshake that is shared by CLI plugins and the host.
35var Handshake = plugin.HandshakeConfig{

Callers

nothing calls this directly

Calls 1

RegisterMethod · 0.65

Tested by

no test coverage detected