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

Method Resource

pkg/mocks/mock_docker_cli.go:214–217  ·  view source on GitHub ↗

Resource indicates an expected call of Resource.

()

Source from the content-addressed store, hash-verified

212
213// Resource indicates an expected call of Resource.
214func (mr *MockCliMockRecorder) Resource() *gomock.Call {
215 mr.mock.ctrl.T.Helper()
216 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Resource", reflect.TypeOf((*MockCli)(nil).Resource))
217}
218
219// ServerInfo mocks base method.
220func (m *MockCli) ServerInfo() command.ServerInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected