Documentation
¶
Index ¶
- func NewAttachHandler(out io.Writer, format option.Format, tty *os.File, verbose bool) (status.AttachHandler, metadata.AttachHandler, error)
- func NewDiscoverHandler(out io.Writer, format option.Format, path string, rawReference string, ...) (metadata.DiscoverHandler, error)
- func NewManifestFetchHandler(out io.Writer, format option.Format, outputDescriptor, pretty bool, ...) (metadata.ManifestFetchHandler, content.ManifestFetchHandler, error)
- func NewPullHandler(out io.Writer, format option.Format, path string, tty *os.File, verbose bool) (status.PullHandler, metadata.PullHandler, error)
- func NewPushHandler(out io.Writer, format option.Format, tty *os.File, verbose bool) (status.PushHandler, metadata.PushHandler, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAttachHandler ¶ added in v1.2.0
func NewAttachHandler(out io.Writer, format option.Format, tty *os.File, verbose bool) (status.AttachHandler, metadata.AttachHandler, error)
NewAttachHandler returns status and metadata handlers for attach command.
func NewDiscoverHandler ¶ added in v1.2.0
func NewDiscoverHandler(out io.Writer, format option.Format, path string, rawReference string, desc ocispec.Descriptor, verbose bool) (metadata.DiscoverHandler, error)
NewDiscoverHandler returns status and metadata handlers for discover command.
func NewManifestFetchHandler ¶ added in v1.2.0
func NewManifestFetchHandler(out io.Writer, format option.Format, outputDescriptor, pretty bool, outputPath string) (metadata.ManifestFetchHandler, content.ManifestFetchHandler, error)
NewManifestFetchHandler returns a manifest fetch handler.
func NewPullHandler ¶ added in v1.2.0
func NewPullHandler(out io.Writer, format option.Format, path string, tty *os.File, verbose bool) (status.PullHandler, metadata.PullHandler, error)
NewPullHandler returns status and metadata handlers for pull command.
func NewPushHandler ¶ added in v1.2.0
func NewPushHandler(out io.Writer, format option.Format, tty *os.File, verbose bool) (status.PushHandler, metadata.PushHandler, error)
NewPushHandler returns status and metadata handlers for push command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.