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

Method ServerVersion

pkg/mocks/mock_docker_api.go:1430–1436  ·  view source on GitHub ↗

ServerVersion mocks base method.

(arg0 context.Context, arg1 client.ServerVersionOptions)

Source from the content-addressed store, hash-verified

1428
1429// ServerVersion mocks base method.
1430func (m *MockAPIClient) ServerVersion(arg0 context.Context, arg1 client.ServerVersionOptions) (client.ServerVersionResult, error) {
1431 m.ctrl.T.Helper()
1432 ret := m.ctrl.Call(m, "ServerVersion", arg0, arg1)
1433 ret0, _ := ret[0].(client.ServerVersionResult)
1434 ret1, _ := ret[1].(error)
1435 return ret0, ret1
1436}
1437
1438// ServerVersion indicates an expected call of ServerVersion.
1439func (mr *MockAPIClientMockRecorder) ServerVersion(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected