MCPcopy
hub / github.com/docker/compose / DockerEndpoint

Method DockerEndpoint

pkg/mocks/mock_docker_cli.go:136–141  ·  view source on GitHub ↗

DockerEndpoint mocks base method.

()

Source from the content-addressed store, hash-verified

134
135// DockerEndpoint mocks base method.
136func (m *MockCli) DockerEndpoint() docker.Endpoint {
137 m.ctrl.T.Helper()
138 ret := m.ctrl.Call(m, "DockerEndpoint")
139 ret0, _ := ret[0].(docker.Endpoint)
140 return ret0
141}
142
143// DockerEndpoint indicates an expected call of DockerEndpoint.
144func (mr *MockCliMockRecorder) DockerEndpoint() *gomock.Call {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected