MCPcopy Create free account
hub / github.com/eth-easl/dirigent / NewDpiInterfaceClient

Function NewDpiInterfaceClient

api/proto/data_plane_interface_grpc.pb.go:33–35  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

31}
32
33func NewDpiInterfaceClient(cc grpc.ClientConnInterface) DpiInterfaceClient {
34 return &dpiInterfaceClient{cc}
35}
36
37func (c *dpiInterfaceClient) AddDeployment(ctx context.Context, in *ServiceInfo, opts ...grpc.CallOption) (*DeploymentUpdateSuccess, error) {
38 out := new(DeploymentUpdateSuccess)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected