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

Method Export

pkg/mocks/mock_docker_compose_api.go:158–163  ·  view source on GitHub ↗

Export mocks base method.

(ctx context.Context, projectName string, options api.ExportOptions)

Source from the content-addressed store, hash-verified

156
157// Export mocks base method.
158func (m *MockCompose) Export(ctx context.Context, projectName string, options api.ExportOptions) error {
159 m.ctrl.T.Helper()
160 ret := m.ctrl.Call(m, "Export", ctx, projectName, options)
161 ret0, _ := ret[0].(error)
162 return ret0
163}
164
165// Export indicates an expected call of Export.
166func (mr *MockComposeMockRecorder) Export(ctx, projectName, options any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected