Reference returns the reference used to set up this source, _as specified by the user_ (not as the image itself, or its underlying storage, claims). This can be used e.g. to determine which public keys are trusted for this image.
()
| 247 | // Reference returns the reference used to set up this source, _as specified by the user_ |
| 248 | // (not as the image itself, or its underlying storage, claims). This can be used e.g. to determine which public keys are trusted for this image. |
| 249 | Reference() ImageReference |
| 250 | // Close removes resources associated with an initialized ImageSource, if any. |
| 251 | Close() error |
| 252 | // GetManifest returns the image's manifest along with its MIME type (which may be empty when it can't be determined but the manifest is available). |
no outgoing calls