package gateway

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

Index

Functions

func NewBridgeForwarder

func NewBridgeForwarder(ctx context.Context, llbBridge frontend.FrontendLLBBridge, workers frontend.WorkerInfos, inputs map[string]*opspb.Definition) *llbBridgeForwarder

func NewGatewayFrontend

func NewGatewayFrontend(w frontend.WorkerInfos) frontend.Frontend

Types

type LLBBridgeForwarder

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

Source Files

gateway.go

Directories

PathSynopsis
frontend/gateway/client
frontend/gateway/forwarder
frontend/gateway/grpcclient
frontend/gateway/pb
Version
v0.7.0-rc1
Published
Mar 12, 2020
Platform
js/wasm
Imports
36 packages
Last checked
12 hours ago

Tools for package owners.