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

Method SwarmInit

pkg/mocks/mock_docker_api.go:1559–1562  ·  view source on GitHub ↗

SwarmInit indicates an expected call of SwarmInit.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1557
1558// SwarmInit indicates an expected call of SwarmInit.
1559func (mr *MockAPIClientMockRecorder) SwarmInit(arg0, arg1 any) *gomock.Call {
1560 mr.mock.ctrl.T.Helper()
1561 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SwarmInit", reflect.TypeOf((*MockAPIClient)(nil).SwarmInit), arg0, arg1)
1562}
1563
1564// SwarmInspect mocks base method.
1565func (m *MockAPIClient) SwarmInspect(arg0 context.Context, arg1 client.SwarmInspectOptions) (client.SwarmInspectResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected