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

Method Export

pkg/mocks/mock_docker_compose_api.go:166–169  ·  view source on GitHub ↗

Export indicates an expected call of Export.

(ctx, projectName, options any)

Source from the content-addressed store, hash-verified

164
165// Export indicates an expected call of Export.
166func (mr *MockComposeMockRecorder) Export(ctx, projectName, options any) *gomock.Call {
167 mr.mock.ctrl.T.Helper()
168 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Export", reflect.TypeOf((*MockCompose)(nil).Export), ctx, projectName, options)
169}
170
171// Generate mocks base method.
172func (m *MockCompose) Generate(ctx context.Context, options api.GenerateOptions) (*types.Project, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected