MCPcopy Create free account
hub / github.com/docker/compose / Viz

Method Viz

pkg/mocks/mock_docker_compose_api.go:475–481  ·  view source on GitHub ↗

Viz mocks base method.

(ctx context.Context, project *types.Project, options api.VizOptions)

Source from the content-addressed store, hash-verified

473
474// Viz mocks base method.
475func (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.
484func (mr *MockComposeMockRecorder) Viz(ctx, project, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected