NetworkList mocks base method.
(arg0 context.Context, arg1 client.NetworkListOptions)
| 1068 | |
| 1069 | // NetworkList mocks base method. |
| 1070 | func (m *MockAPIClient) NetworkList(arg0 context.Context, arg1 client.NetworkListOptions) (client.NetworkListResult, error) { |
| 1071 | m.ctrl.T.Helper() |
| 1072 | ret := m.ctrl.Call(m, "NetworkList", arg0, arg1) |
| 1073 | ret0, _ := ret[0].(client.NetworkListResult) |
| 1074 | ret1, _ := ret[1].(error) |
| 1075 | return ret0, ret1 |
| 1076 | } |
| 1077 | |
| 1078 | // NetworkList indicates an expected call of NetworkList. |
| 1079 | func (mr *MockAPIClientMockRecorder) NetworkList(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected