(ctx context.Context, image string)
| 42 | // available tag with the same version suffix. |
| 43 | type ImageResolver interface { |
| 44 | Resolve(ctx context.Context, image string) (string, error) |
| 45 | } |
| 46 | |
| 47 | // Sentinel errors for validation and processing failures. |
no outgoing calls