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

Method Resource

pkg/mocks/mock_docker_cli.go:206–211  ·  view source on GitHub ↗

Resource mocks base method.

()

Source from the content-addressed store, hash-verified

204
205// Resource mocks base method.
206func (m *MockCli) Resource() *resource.Resource {
207 m.ctrl.T.Helper()
208 ret := m.ctrl.Call(m, "Resource")
209 ret0, _ := ret[0].(*resource.Resource)
210 return ret0
211}
212
213// Resource indicates an expected call of Resource.
214func (mr *MockCliMockRecorder) Resource() *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected