(ctx context.Context, execID string, options ExecAttachOptions)
| 101 | |
| 102 | ExecStart(ctx context.Context, execID string, options ExecStartOptions) (ExecStartResult, error) |
| 103 | ExecAttach(ctx context.Context, execID string, options ExecAttachOptions) (ExecAttachResult, error) |
| 104 | } |
| 105 | |
| 106 | // DistributionAPIClient defines API client methods for the registry |
no outgoing calls