package gateway
import "github.com/moby/buildkit/frontend/gateway"
Index ¶
Functions ¶
func NewGatewayFrontend ¶
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, exec executor.Executor, workers worker.Infos, inputs map[string]*opspb.Definition, sid string, sm *session.Manager) LLBBridgeForwarder
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
frontend/gateway/client | |
frontend/gateway/container | |
frontend/gateway/forwarder | |
frontend/gateway/grpcclient | |
frontend/gateway/pb |
- Version
- v0.13.1
- Published
- Mar 18, 2024
- Platform
- js/wasm
- Imports
- 58 packages
- Last checked
- 12 hours ago –
Tools for package owners.