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