Attach mocks base method.
(ctx context.Context, projectName string, options api.AttachOptions)
| 43 | |
| 44 | // Attach mocks base method. |
| 45 | func (m *MockCompose) Attach(ctx context.Context, projectName string, options api.AttachOptions) error { |
| 46 | m.ctrl.T.Helper() |
| 47 | ret := m.ctrl.Call(m, "Attach", ctx, projectName, options) |
| 48 | ret0, _ := ret[0].(error) |
| 49 | return ret0 |
| 50 | } |
| 51 | |
| 52 | // Attach indicates an expected call of Attach. |
| 53 | func (mr *MockComposeMockRecorder) Attach(ctx, projectName, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected