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

Struct RPCServer

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

RPCServer is the RPC server that RPCClient talks to, conforming to the requirements of net/rpc.

Source from the content-addressed store, hash-verified

57
58// RPCServer is the RPC server that RPCClient talks to, conforming to the requirements of net/rpc.
59type RPCServer struct {
60 Impl Plugin
61}
62
63func (m *RPCServer) Exec(config PluginExecConfig, resp *PluginExecResult) error {
64 ctx := context.Background()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected