NetworkList indicates an expected call of NetworkList.
(arg0, arg1 any)
| 1077 | |
| 1078 | // NetworkList indicates an expected call of NetworkList. |
| 1079 | func (mr *MockAPIClientMockRecorder) NetworkList(arg0, arg1 any) *gomock.Call { |
| 1080 | mr.mock.ctrl.T.Helper() |
| 1081 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NetworkList", reflect.TypeOf((*MockAPIClient)(nil).NetworkList), arg0, arg1) |
| 1082 | } |
| 1083 | |
| 1084 | // NetworkPrune mocks base method. |
| 1085 | func (m *MockAPIClient) NetworkPrune(arg0 context.Context, arg1 client.NetworkPruneOptions) (client.NetworkPruneResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected