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

Method Push

pkg/mocks/mock_docker_compose_api.go:341–344  ·  view source on GitHub ↗

Push indicates an expected call of Push.

(ctx, project, options any)

Source from the content-addressed store, hash-verified

339
340// Push indicates an expected call of Push.
341func (mr *MockComposeMockRecorder) Push(ctx, project, options any) *gomock.Call {
342 mr.mock.ctrl.T.Helper()
343 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Push", reflect.TypeOf((*MockCompose)(nil).Push), ctx, project, options)
344}
345
346// Remove mocks base method.
347func (m *MockCompose) Remove(ctx context.Context, projectName string, options api.RemoveOptions) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected