You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image: Rename 'descriptor' -> 'Descriptor' to make public
I'll need access to this type from the coming refs sub-package.
Pulling it out into its own subpackage avoids an:
image -(need refs.Engine)-> refs -(need Descriptor)-> image
import cycle. I've left the descriptor validation in the image
package, because it's high-level stuff that will depend on refs.
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments