EXPECT returns an object that allows the caller to indicate expected use.
()
| 44 | |
| 45 | // EXPECT returns an object that allows the caller to indicate expected use. |
| 46 | func (m *MockCli) EXPECT() *MockCliMockRecorder { |
| 47 | return m.recorder |
| 48 | } |
| 49 | |
| 50 | // BuildKitEnabled mocks base method. |
| 51 | func (m *MockCli) BuildKitEnabled() (bool, error) { |
no outgoing calls