NetworkPrune mocks base method.
(arg0 context.Context, arg1 client.NetworkPruneOptions)
| 1083 | |
| 1084 | // NetworkPrune mocks base method. |
| 1085 | func (m *MockAPIClient) NetworkPrune(arg0 context.Context, arg1 client.NetworkPruneOptions) (client.NetworkPruneResult, error) { |
| 1086 | m.ctrl.T.Helper() |
| 1087 | ret := m.ctrl.Call(m, "NetworkPrune", arg0, arg1) |
| 1088 | ret0, _ := ret[0].(client.NetworkPruneResult) |
| 1089 | ret1, _ := ret[1].(error) |
| 1090 | return ret0, ret1 |
| 1091 | } |
| 1092 | |
| 1093 | // NetworkPrune indicates an expected call of NetworkPrune. |
| 1094 | func (mr *MockAPIClientMockRecorder) NetworkPrune(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected