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

Method NodeList

pkg/mocks/mock_docker_api.go:1139–1142  ·  view source on GitHub ↗

NodeList indicates an expected call of NodeList.

(arg0, arg1 any)

Source from the content-addressed store, hash-verified

1137
1138// NodeList indicates an expected call of NodeList.
1139func (mr *MockAPIClientMockRecorder) NodeList(arg0, arg1 any) *gomock.Call {
1140 mr.mock.ctrl.T.Helper()
1141 return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "NodeList", reflect.TypeOf((*MockAPIClient)(nil).NodeList), arg0, arg1)
1142}
1143
1144// NodeRemove mocks base method.
1145func (m *MockAPIClient) NodeRemove(arg0 context.Context, arg1 string, arg2 client.NodeRemoveOptions) (client.NodeRemoveResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected