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

Method Client

app/cli/pkg/plugins/client.go:34–36  ·  view source on GitHub ↗
(_ *plugin.MuxBroker, c *rpc.Client)

Source from the content-addressed store, hash-verified

32}
33
34func (ChainloopCliPlugin) Client(_ *plugin.MuxBroker, c *rpc.Client) (interface{}, error) {
35 return &RPCClient{client: c}, nil
36}
37
38// RPCClient is an implementation of Plugin that talks over RPC.
39type RPCClient struct {

Callers 1

loadPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected