Documentation ¶
Index ¶
- func Load(def *pb.Definition, opts ...LoadOpt) (solver.Edge, error)
- func NewContentHashFunc(selectors []Selector) solver.ResultBasedCacheFunc
- func UnlazyResultFunc(ctx context.Context, res solver.Result, g session.Group) error
- func ValidateOp(op *pb.Op) error
- type ExporterRequest
- type LoadOpt
- type ResolveWorkerFunc
- type Selector
- type Solver
- func (s *Solver) Bridge(b solver.Builder) frontend.FrontendLLBBridge
- func (s *Solver) Solve(ctx context.Context, id string, sessionID string, req frontend.SolveRequest, ...) (*client.SolveResponse, error)
- func (s *Solver) Status(ctx context.Context, id string, statusChan chan *client.SolveStatus) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContentHashFunc ¶
func NewContentHashFunc(selectors []Selector) solver.ResultBasedCacheFunc
func UnlazyResultFunc ¶ added in v0.8.0
func ValidateOp ¶ added in v0.6.0
Types ¶
type ExporterRequest ¶
type ExporterRequest struct { Exporter exporter.ExporterInstance CacheExporter remotecache.Exporter CacheExportMode solver.CacheExportMode }
type LoadOpt ¶
type LoadOpt func(*pb.Op, *pb.OpMetadata, *solver.VertexOptions) error
func NormalizeRuntimePlatforms ¶ added in v0.8.0
func NormalizeRuntimePlatforms() LoadOpt
func ValidateEntitlements ¶
func ValidateEntitlements(ent entitlements.Set) LoadOpt
func WithCacheSources ¶
func WithCacheSources(cms []solver.CacheManager) LoadOpt
func WithValidateCaps ¶
func WithValidateCaps() LoadOpt
type ResolveWorkerFunc ¶
ResolveWorkerFunc returns default worker for the temporary default non-distributed use cases
type Selector ¶ added in v0.5.0
type Selector struct { Path string Wildcard bool FollowLinks bool IncludePatterns []string ExcludePatterns []string }
func (Selector) HasWildcardOrFilters ¶ added in v0.9.0
type Solver ¶
type Solver struct {
// contains filtered or unexported fields
}
func New ¶
func New(wc *worker.Controller, f map[string]frontend.Frontend, cache solver.CacheManager, resolveCI map[string]remotecache.ResolveCacheImporterFunc, gatewayForwarder *controlgateway.GatewayForwarder, sm *session.Manager, ents []string) (*Solver, error)
func (*Solver) Solve ¶
func (s *Solver) Solve(ctx context.Context, id string, sessionID string, req frontend.SolveRequest, exp ExporterRequest, ent []entitlements.Entitlement) (*client.SolveResponse, error)
Click to show internal directories.
Click to hide internal directories.