package desktop

import "github.com/docker/buildx/util/desktop"

Index

Functions

func BuildBackendEnabled

func BuildBackendEnabled() bool

func BuildDetailsOutput

func BuildDetailsOutput(refs map[string]string, term bool) string

func PrintBuildDetails

func PrintBuildDetails(w io.Writer, refs map[string]string, term bool)

Types

type ErrorWithBuildRef

type ErrorWithBuildRef struct {
	Ref string
	Err error
	Msg string
}

func (*ErrorWithBuildRef) Error

func (e *ErrorWithBuildRef) Error() string

func (*ErrorWithBuildRef) Print

func (e *ErrorWithBuildRef) Print(w io.Writer) error

func (*ErrorWithBuildRef) Unwrap

func (e *ErrorWithBuildRef) Unwrap() error

Source Files

desktop.go

Version
v0.15.1
Published
Jun 18, 2024
Platform
js/wasm
Imports
7 packages
Last checked
12 hours ago

Tools for package owners.