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

Method Port

pkg/mocks/mock_docker_compose_api.go:284–287  ·  view source on GitHub ↗

Port indicates an expected call of Port.

(ctx, projectName, service, port, options any)

Source from the content-addressed store, hash-verified

282
283// Port indicates an expected call of Port.
284func (mr *MockComposeMockRecorder) Port(ctx, projectName, service, port, options any) *gomock.Call {
285 mr.mock.ctrl.T.Helper()
286 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Port", reflect.TypeOf((*MockCompose)(nil).Port), ctx, projectName, service, port, options)
287}
288
289// Ps mocks base method.
290func (m *MockCompose) Ps(ctx context.Context, projectName string, options api.PsOptions) ([]api.ContainerSummary, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected