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

Function NewCpiInterfaceClient

api/proto/control_plane_interface_grpc.pb.go:44–46  ·  view source on GitHub ↗
(cc grpc.ClientConnInterface)

Source from the content-addressed store, hash-verified

42}
43
44func NewCpiInterfaceClient(cc grpc.ClientConnInterface) CpiInterfaceClient {
45 return &cpiInterfaceClient{cc}
46}
47
48func (c *cpiInterfaceClient) OnMetricsReceive(ctx context.Context, in *AutoscalingMetric, opts ...grpc.CallOption) (*ActionStatus, error) {
49 out := new(ActionStatus)

Callers 3

ConnectToPeerMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected