NetworkCreate mocks base method.
(arg0 context.Context, arg1 string, arg2 client.NetworkCreateOptions)
| 1023 | |
| 1024 | // NetworkCreate mocks base method. |
| 1025 | func (m *MockAPIClient) NetworkCreate(arg0 context.Context, arg1 string, arg2 client.NetworkCreateOptions) (client.NetworkCreateResult, error) { |
| 1026 | m.ctrl.T.Helper() |
| 1027 | ret := m.ctrl.Call(m, "NetworkCreate", arg0, arg1, arg2) |
| 1028 | ret0, _ := ret[0].(client.NetworkCreateResult) |
| 1029 | ret1, _ := ret[1].(error) |
| 1030 | return ret0, ret1 |
| 1031 | } |
| 1032 | |
| 1033 | // NetworkCreate indicates an expected call of NetworkCreate. |
| 1034 | func (mr *MockAPIClientMockRecorder) NetworkCreate(arg0, arg1, arg2 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected