|
@@ -166,7 +166,7 @@ type SwarmAPIClient interface {
|
|
type SystemAPIClient interface {
|
|
type SystemAPIClient interface {
|
|
Events(ctx context.Context, options types.EventsOptions) (<-chan events.Message, <-chan error)
|
|
Events(ctx context.Context, options types.EventsOptions) (<-chan events.Message, <-chan error)
|
|
Info(ctx context.Context) (types.Info, error)
|
|
Info(ctx context.Context) (types.Info, error)
|
|
- RegistryLogin(ctx context.Context, auth types.AuthConfig) (registry.AuthenticateOKBody, error)
|
|
|
|
|
|
+ RegistryLogin(ctx context.Context, auth registry.AuthConfig) (registry.AuthenticateOKBody, error)
|
|
DiskUsage(ctx context.Context, options types.DiskUsageOptions) (types.DiskUsage, error)
|
|
DiskUsage(ctx context.Context, options types.DiskUsageOptions) (types.DiskUsage, error)
|
|
Ping(ctx context.Context) (types.Ping, error)
|
|
Ping(ctx context.Context) (types.Ping, error)
|
|
}
|
|
}
|