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

Method ServiceList

pkg/mocks/mock_docker_api.go:1475–1481  ·  view source on GitHub ↗

ServiceList mocks base method.

(arg0 context.Context, arg1 client.ServiceListOptions)

Source from the content-addressed store, hash-verified

1473
1474// ServiceList mocks base method.
1475func (m *MockAPIClient) ServiceList(arg0 context.Context, arg1 client.ServiceListOptions) (client.ServiceListResult, error) {
1476 m.ctrl.T.Helper()
1477 ret := m.ctrl.Call(m, "ServiceList", arg0, arg1)
1478 ret0, _ := ret[0].(client.ServiceListResult)
1479 ret1, _ := ret[1].(error)
1480 return ret0, ret1
1481}
1482
1483// ServiceList indicates an expected call of ServiceList.
1484func (mr *MockAPIClientMockRecorder) ServiceList(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected