package desktop

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

Index

Functions

func ANSIHyperlink(url, text string) string

func BuildBackendEnabled

func BuildBackendEnabled() bool

func BuildDetailsOutput

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

func BuildURL

func BuildURL(ref string) string

func PrintBuildDetails

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

Types

type ErrorWithBuildRef

type ErrorWithBuildRef struct {
	Ref string
	Err error
}

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.20.0-rc3
Published
Jan 17, 2025
Platform
js/wasm
Imports
7 packages
Last checked
13 hours ago

Tools for package owners.