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

Method ContainerDiff

pkg/mocks/mock_docker_api.go:269–275  ·  view source on GitHub ↗

ContainerDiff mocks base method.

(arg0 context.Context, arg1 string, arg2 client.ContainerDiffOptions)

Source from the content-addressed store, hash-verified

267
268// ContainerDiff mocks base method.
269func (m *MockAPIClient) ContainerDiff(arg0 context.Context, arg1 string, arg2 client.ContainerDiffOptions) (client.ContainerDiffResult, error) {
270 m.ctrl.T.Helper()
271 ret := m.ctrl.Call(m, "ContainerDiff", arg0, arg1, arg2)
272 ret0, _ := ret[0].(client.ContainerDiffResult)
273 ret1, _ := ret[1].(error)
274 return ret0, ret1
275}
276
277// ContainerDiff indicates an expected call of ContainerDiff.
278func (mr *MockAPIClientMockRecorder) ContainerDiff(arg0, arg1, arg2 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected