MCPcopy Index your code
hub / github.com/chainloop-dev/chainloop / RPCClient

Struct RPCClient

app/cli/pkg/plugins/client.go:39–41  ·  view source on GitHub ↗

RPCClient is an implementation of Plugin that talks over RPC.

Source from the content-addressed store, hash-verified

37
38// RPCClient is an implementation of Plugin that talks over RPC.
39type RPCClient struct {
40 client *rpc.Client
41}
42
43func (m *RPCClient) Exec(_ context.Context, config PluginExecConfig) (*PluginExecResult, error) {
44 var resp PluginExecResult

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected