package gateway

import "github.com/moby/buildkit/frontend/gateway"

Index

Functions

func NewGatewayFrontend

func NewGatewayFrontend(w worker.Infos) frontend.Frontend

Types

type LLBBridgeForwarder

type LLBBridgeForwarder interface {
	pb.LLBBridgeServer
	Done() <-chan struct{}
	Result() (*frontend.Result, error)
	Discard()
}

func NewBridgeForwarder

func NewBridgeForwarder(ctx context.Context, llbBridge frontend.FrontendLLBBridge, workers worker.Infos, inputs map[string]*opspb.Definition, sid string, sm *session.Manager) LLBBridgeForwarder

Source Files

gateway.go

Directories

PathSynopsis
frontend/gateway/client
frontend/gateway/container
frontend/gateway/forwarder
frontend/gateway/grpcclient
frontend/gateway/pb
Version
v0.12.0-rc1
Published
Jun 30, 2023
Platform
js/wasm
Imports
57 packages
Last checked
12 hours ago

Tools for package owners.