NewImageSource returns a types.ImageSource for this reference. The caller must call .Close() on the returned ImageSource.
(ctx context.Context, sys *SystemContext)
| 84 | // NewImageSource returns a types.ImageSource for this reference. |
| 85 | // The caller must call .Close() on the returned ImageSource. |
| 86 | NewImageSource(ctx context.Context, sys *SystemContext) (ImageSource, error) |
| 87 | // NewImageDestination returns a types.ImageDestination for this reference. |
| 88 | // The caller must call .Close() on the returned ImageDestination. |
| 89 | NewImageDestination(ctx context.Context, sys *SystemContext) (ImageDestination, error) |
no outgoing calls