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

# Packages

# Functions

FromContext returns a WriterFactory to generate new progress writers based on a Writer previously stored in the Context.
NewContext returns a new context and a progress reader that captures all progress items writtern to this context.
NewFromContext creates a new Writer based on a Writer previously stored in the Context and returns a new Context with the new Writer stored.

# Structs

# Interfaces

# Type aliases

WriterFactory will generate a new progress Writer and return a new Context with the new Writer stored.