package controller

import "github.com/moby/buildkit/util/progress/controller"

Index

Types

type Controller

type Controller struct {
	Digest        digest.Digest
	Name          string
	WriterFactory progress.WriterFactory
	ProgressGroup *pb.ProgressGroup
	// contains filtered or unexported fields
}

func (*Controller) Start

func (c *Controller) Start(ctx context.Context) (context.Context, func(error))

func (*Controller) Status

func (c *Controller) Status(id string, action string) func()

Source Files

controller.go

Version
v0.12.5
Published
Jan 31, 2024
Platform
js/wasm
Imports
8 packages
Last checked
12 hours ago

Tools for package owners.