EXPECT returns an object that allows the caller to indicate expected use.
()
| 32 | |
| 33 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 34 | func (m *MockClientAPI) EXPECT() *MockClientAPIMockRecorder { |
| 35 | return m.recorder |
| 36 | } |
| 37 | |
| 38 | // Create mocks base method. |
| 39 | func (m *MockClientAPI) Create(ctx context.Context, c *management.Client, opts ...management.RequestOption) error { |
no outgoing calls