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

Method ServerVersion

pkg/mocks/mock_docker_api.go:1439–1442  ·  view source on GitHub ↗

ServerVersion indicates an expected call of ServerVersion.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1437
1438// ServerVersion indicates an expected call of ServerVersion.
1439func (mr *MockAPIClientMockRecorder) ServerVersion(arg0, arg1 any) *gomock.Call {
1440 mr.mock.ctrl.T.Helper()
1441 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServerVersion", reflect.TypeOf((*MockAPIClient)(nil).ServerVersion), arg0, arg1)
1442}
1443
1444// ServiceCreate mocks base method.
1445func (m *MockAPIClient) ServiceCreate(arg0 context.Context, arg1 client.ServiceCreateOptions) (client.ServiceCreateResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected