EXPECT returns an object that allows the caller to indicate expected use.
()
| 39 | |
| 40 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 41 | func (m *MockAPIClient) EXPECT() *MockAPIClientMockRecorder { |
| 42 | return m.recorder |
| 43 | } |
| 44 | |
| 45 | // BuildCachePrune mocks base method. |
| 46 | func (m *MockAPIClient) BuildCachePrune(arg0 context.Context, arg1 client.BuildCachePruneOptions) (client.BuildCachePruneResult, error) { |
no outgoing calls