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

Method ClientVersion

pkg/mocks/mock_docker_api.go:121–126  ·  view source on GitHub ↗

ClientVersion mocks base method.

()

Source from the content-addressed store, hash-verified

119
120// ClientVersion mocks base method.
121func (m *MockAPIClient) ClientVersion() string {
122 m.ctrl.T.Helper()
123 ret := m.ctrl.Call(m, "ClientVersion")
124 ret0, _ := ret[0].(string)
125 return ret0
126}
127
128// ClientVersion indicates an expected call of ClientVersion.
129func (mr *MockAPIClientMockRecorder) ClientVersion() *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected