()
| 46 | // world: paths may be replaced by symlinks elsewhere, HTTP APIs may start returning different results, and so on. |
| 47 | type ImageReference interface { |
| 48 | Transport() ImageTransport |
| 49 | // StringWithinTransport returns a string representation of the reference, which MUST be such that |
| 50 | // reference.Transport().ParseReference(reference.StringWithinTransport()) returns an equivalent reference. |
| 51 | // NOTE: The returned string is not promised to be equal to the original input to ParseReference; |
no outgoing calls