NetworkInspect indicates an expected call of NetworkInspect.
(arg0, arg1, arg2 any)
| 1062 | |
| 1063 | // NetworkInspect indicates an expected call of NetworkInspect. |
| 1064 | func (mr *MockAPIClientMockRecorder) NetworkInspect(arg0, arg1, arg2 any) *gomock.Call { |
| 1065 | mr.mock.ctrl.T.Helper() |
| 1066 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NetworkInspect", reflect.TypeOf((*MockAPIClient)(nil).NetworkInspect), arg0, arg1, arg2) |
| 1067 | } |
| 1068 | |
| 1069 | // NetworkList mocks base method. |
| 1070 | func (m *MockAPIClient) NetworkList(arg0 context.Context, arg1 client.NetworkListOptions) (client.NetworkListResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected