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 *MockClientGrantAPI) EXPECT() *MockClientGrantAPIMockRecorder { |
| 35 | return m.recorder |
| 36 | } |
| 37 | |
| 38 | // Create mocks base method. |
| 39 | func (m *MockClientGrantAPI) Create(ctx context.Context, g *management.ClientGrant, opts ...management.RequestOption) error { |
no outgoing calls