api/types: move NodeListOptions, NodeRemoveOptions to types/swarm

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-05-19 11:45:38 +02:00
parent b13528522a
commit f008d85edc
13 changed files with 41 additions and 34 deletions

View File

@@ -178,7 +178,7 @@ func (d *Daemon) CheckLeader(ctx context.Context) func(t *testing.T) (interface{
errList := "could not get node list"
ls, err := cli.NodeList(ctx, types.NodeListOptions{})
ls, err := cli.NodeList(ctx, swarm.NodeListOptions{})
if err != nil {
return err, errList
}