api/types/swarm: move ServiceListOptions type to client

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
Austin Vazquez
2025-08-22 14:45:14 -05:00
parent 3b1e16594b
commit a2291e5eac
16 changed files with 48 additions and 38 deletions

View File

@@ -29,7 +29,7 @@ import (
)
// GetServices returns all services of a managed swarm cluster.
func (c *Cluster) GetServices(options swarm.ServiceListOptions) ([]swarm.Service, error) {
func (c *Cluster) GetServices(options swarmbackend.ServiceListOptions) ([]swarm.Service, error) {
c.mu.RLock()
defer c.mu.RUnlock()