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

Method ServiceList

pkg/mocks/mock_docker_api.go:1484–1487  ·  view source on GitHub ↗

ServiceList indicates an expected call of ServiceList.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1482
1483// ServiceList indicates an expected call of ServiceList.
1484func (mr *MockAPIClientMockRecorder) ServiceList(arg0, arg1 any) *gomock.Call {
1485 mr.mock.ctrl.T.Helper()
1486 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServiceList", reflect.TypeOf((*MockAPIClient)(nil).ServiceList), arg0, arg1)
1487}
1488
1489// ServiceLogs mocks base method.
1490func (m *MockAPIClient) ServiceLogs(arg0 context.Context, arg1 string, arg2 client.ServiceLogsOptions) (client.ServiceLogsResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected