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

Method SwarmJoin

pkg/mocks/mock_docker_api.go:1580–1586  ·  view source on GitHub ↗

SwarmJoin mocks base method.

(arg0 context.Context, arg1 client.SwarmJoinOptions)

Source from the content-addressed store, hash-verified

1578
1579// SwarmJoin mocks base method.
1580func (m *MockAPIClient) SwarmJoin(arg0 context.Context, arg1 client.SwarmJoinOptions) (client.SwarmJoinResult, error) {
1581 m.ctrl.T.Helper()
1582 ret := m.ctrl.Call(m, "SwarmJoin", arg0, arg1)
1583 ret0, _ := ret[0].(client.SwarmJoinResult)
1584 ret1, _ := ret[1].(error)
1585 return ret0, ret1
1586}
1587
1588// SwarmJoin indicates an expected call of SwarmJoin.
1589func (mr *MockAPIClientMockRecorder) SwarmJoin(arg0, arg1 any) *gomock.Call {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected