Viz mocks base method.
(ctx context.Context, project *types.Project, options api.VizOptions)
| 473 | |
| 474 | // Viz mocks base method. |
| 475 | func (m *MockCompose) Viz(ctx context.Context, project *types.Project, options api.VizOptions) (string, error) { |
| 476 | m.ctrl.T.Helper() |
| 477 | ret := m.ctrl.Call(m, "Viz", ctx, project, options) |
| 478 | ret0, _ := ret[0].(string) |
| 479 | ret1, _ := ret[1].(error) |
| 480 | return ret0, ret1 |
| 481 | } |
| 482 | |
| 483 | // Viz indicates an expected call of Viz. |
| 484 | func (mr *MockComposeMockRecorder) Viz(ctx, project, options any) *gomock.Call { |
nothing calls this directly
no outgoing calls
no test coverage detected