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

Method ServerInfo

pkg/mocks/mock_docker_cli.go:228–231  ·  view source on GitHub ↗

ServerInfo indicates an expected call of ServerInfo.

()

Source from the content-addressed store, hash-verified

226
227// ServerInfo indicates an expected call of ServerInfo.
228func (mr *MockCliMockRecorder) ServerInfo() *gomock.Call {
229 mr.mock.ctrl.T.Helper()
230 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ServerInfo", reflect.TypeOf((*MockCli)(nil).ServerInfo))
231}
232
233// SetIn mocks base method.
234func (m *MockCli) SetIn(arg0 *streams.In) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected