Browse code

client: remove deprecated CommonAPIClient interface

This interface was marked deprecated in 2997c0ddc00bee43c18a67fb9e05a8f6069eb1fa.

Now that the client is in a new module, we can remove the old.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2025/07/23 19:20:21
Showing 2 changed files
... ...
@@ -20,11 +20,6 @@ import (
20 20
 	ocispec "github.com/opencontainers/image-spec/specs-go/v1"
21 21
 )
22 22
 
23
-// CommonAPIClient is the common methods between stable and experimental versions of APIClient.
24
-//
25
-// Deprecated: use [APIClient] instead. This type will be an alias for [APIClient] in the next release, and removed after.
26
-type CommonAPIClient = stableAPIClient
27
-
28 23
 // APIClient is an interface that clients that talk with a docker server must implement.
29 24
 type APIClient interface {
30 25
 	stableAPIClient
... ...
@@ -20,11 +20,6 @@ import (
20 20
 	ocispec "github.com/opencontainers/image-spec/specs-go/v1"
21 21
 )
22 22
 
23
-// CommonAPIClient is the common methods between stable and experimental versions of APIClient.
24
-//
25
-// Deprecated: use [APIClient] instead. This type will be an alias for [APIClient] in the next release, and removed after.
26
-type CommonAPIClient = stableAPIClient
27
-
28 23
 // APIClient is an interface that clients that talk with a docker server must implement.
29 24
 type APIClient interface {
30 25
 	stableAPIClient