headscale/cmd
Kristoffer Dalby 15d0efbf9d all: update deprecated Docker and xsync APIs
Update deprecated Docker SDK types and functions:
- errdefs.IsNotFound → cerrdefs.IsNotFound
- errdefs.IsConflict → cerrdefs.IsConflict
- cli.ImageInspectWithRaw → cli.ImageInspect
- client.IsErrNotFound → cerrdefs.IsNotFound
- event.ID → event.Actor.ID
- types.Container → container.Summary
- container.Stats → container.StatsResponse
- xsync.MapOf/NewMapOf → xsync.Map/NewMap

These updates align with the Docker SDK v28+ and xsync v4 API changes.
2026-01-21 15:53:55 +00:00
..
headscale all: apply golangci-lint auto-fixes 2026-01-21 15:53:55 +00:00
hi all: update deprecated Docker and xsync APIs 2026-01-21 15:53:55 +00:00
mapresponses all: apply golangci-lint auto-fixes 2026-01-21 15:53:55 +00:00