package gateway

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

Index

Functions

func NewBridgeForwarder

func NewBridgeForwarder(ctx context.Context, llbBridge frontend.FrontendLLBBridge, workers frontend.WorkerInfos) *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/pbPackage moby_buildkit_v1_frontend is a generated protocol buffer package.
Version
v0.3.3
Published
Nov 21, 2018
Platform
js/wasm
Imports
36 packages
Last checked
12 hours ago

Tools for package owners.