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

Method LoadProject

pkg/mocks/mock_docker_compose_api.go:240–243  ·  view source on GitHub ↗

LoadProject indicates an expected call of LoadProject.

(ctx, options any)

Source from the content-addressed store, hash-verified

238
239// LoadProject indicates an expected call of LoadProject.
240func (mr *MockComposeMockRecorder) LoadProject(ctx, options any) *gomock.Call {
241 mr.mock.ctrl.T.Helper()
242 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "LoadProject", reflect.TypeOf((*MockCompose)(nil).LoadProject), ctx, options)
243}
244
245// Logs mocks base method.
246func (m *MockCompose) Logs(ctx context.Context, projectName string, consumer api.LogConsumer, options api.LogOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected