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

Method SwarmInspect

pkg/mocks/mock_docker_api.go:1574–1577  ·  view source on GitHub ↗

SwarmInspect indicates an expected call of SwarmInspect.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1572
1573// SwarmInspect indicates an expected call of SwarmInspect.
1574func (mr *MockAPIClientMockRecorder) SwarmInspect(arg0, arg1 any) *gomock.Call {
1575 mr.mock.ctrl.T.Helper()
1576 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SwarmInspect", reflect.TypeOf((*MockAPIClient)(nil).SwarmInspect), arg0, arg1)
1577}
1578
1579// SwarmJoin mocks base method.
1580func (m *MockAPIClient) SwarmJoin(arg0 context.Context, arg1 client.SwarmJoinOptions) (client.SwarmJoinResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected