package grpcclient

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

Index

Functions

func RunFromEnvironment

func RunFromEnvironment(ctx context.Context, f client.BuildFunc) error

Types

type GrpcClient

type GrpcClient interface {
	client.Client
	Run(context.Context, client.BuildFunc) error
}

func New

func New(ctx context.Context, opts map[string]string, session, product string, c pb.LLBBridgeClient, w []client.WorkerInfo) (GrpcClient, error)

Source Files

client.go

Version
v0.10.4
Published
Aug 22, 2022
Platform
js/wasm
Imports
31 packages
Last checked
9 seconds ago

Tools for package owners.