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

Method Server

app/cli/pkg/plugins/client.go:30–32  ·  view source on GitHub ↗
(*plugin.MuxBroker)

Source from the content-addressed store, hash-verified

28}
29
30func (p *ChainloopCliPlugin) Server(*plugin.MuxBroker) (interface{}, error) {
31 return &RPCServer{Impl: p.Impl}, nil
32}
33
34func (ChainloopCliPlugin) Client(_ *plugin.MuxBroker, c *rpc.Client) (interface{}, error) {
35 return &RPCClient{client: c}, nil

Callers 5

craftMiddlewareFunction · 0.80
newAppFunction · 0.80
NewGRPCServerFunction · 0.80
NewHTTPServerFunction · 0.80
newAppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected