Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromPublic ¶
func FromPublic(dest types.ImageDestination) private.ImageDestination
FromPublic(dest) returns an object that provides the private.ImageDestination API
Eventually, we might want to expose this function, and methods of the returned object, as a public API (or rather, a variant that does not include the already-superseded methods of types.ImageDestination, and has added more future-proofing), and more strongly deprecate direct use of types.ImageDestination.
NOTE: The returned API MUST NOT be a public interface (it can be either just a struct with public methods, or perhaps a private interface), so that we can add methods without breaking any external implementors of a public interface.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.