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

Method SwarmInspect

pkg/mocks/mock_docker_api.go:1565–1571  ·  view source on GitHub ↗

SwarmInspect mocks base method.

(arg0 context.Context, arg1 client.SwarmInspectOptions)

Source from the content-addressed store, hash-verified

1563
1564// SwarmInspect mocks base method.
1565func (m *MockAPIClient) SwarmInspect(arg0 context.Context, arg1 client.SwarmInspectOptions) (client.SwarmInspectResult, error) {
1566 m.ctrl.T.Helper()
1567 ret := m.ctrl.Call(m, "SwarmInspect", arg0, arg1)
1568 ret0, _ := ret[0].(client.SwarmInspectResult)
1569 ret1, _ := ret[1].(error)
1570 return ret0, ret1
1571}
1572
1573// SwarmInspect indicates an expected call of SwarmInspect.
1574func (mr *MockAPIClientMockRecorder) SwarmInspect(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected