ConfigCreate mocks base method.
(arg0 context.Context, arg1 client.ConfigCreateOptions)
| 147 | |
| 148 | // ConfigCreate mocks base method. |
| 149 | func (m *MockAPIClient) ConfigCreate(arg0 context.Context, arg1 client.ConfigCreateOptions) (client.ConfigCreateResult, error) { |
| 150 | m.ctrl.T.Helper() |
| 151 | ret := m.ctrl.Call(m, "ConfigCreate", arg0, arg1) |
| 152 | ret0, _ := ret[0].(client.ConfigCreateResult) |
| 153 | ret1, _ := ret[1].(error) |
| 154 | return ret0, ret1 |
| 155 | } |
| 156 | |
| 157 | // ConfigCreate indicates an expected call of ConfigCreate. |
| 158 | func (mr *MockAPIClientMockRecorder) ConfigCreate(arg0, arg1 any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected