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

Method GetMetadata

app/cli/pkg/plugins/interface.go:28–28  ·  view source on GitHub ↗

GetMetadata returns plugin metadata including commands it provides

(ctx context.Context)

Source from the content-addressed store, hash-verified

26
27 // GetMetadata returns plugin metadata including commands it provides
28 GetMetadata(ctx context.Context) (PluginMetadata, error)
29}
30
31type PluginExecResult struct {

Callers 12

validateSkipListMethod · 0.65
extractReferrersFunction · 0.65
CreateMethod · 0.65
pbReferrerItemToActionFunction · 0.65
getGroupMaterialsToAddFunction · 0.65
TestParseContractV2Function · 0.65
loadPluginMethod · 0.65
GetMetadataMethod · 0.65

Implementers 2

RPCClientapp/cli/pkg/plugins/client.go
RPCServerapp/cli/pkg/plugins/client.go

Calls

no outgoing calls

Tested by 1

TestParseContractV2Function · 0.52