package
0.19.0
Repository: https://github.com/moby/buildkit.git
Documentation: pkg.go.dev

# Functions

NewDisplay constructs a Display that outputs to the given io.Writer with the given DisplayMode.

# Constants

AutoMode will choose TtyMode or PlainMode depending on if the output is a tty.
DefaultMode is the default value for the DisplayMode.
PlainMode is the human-readable plain text output.
QuietMode discards all output.
RawJSONMode is the raw JSON text output.
TtyMode enforces the output is a tty and will otherwise cause an error if it isn't.

# Structs

# Type aliases