Documentation ¶
Index ¶
- func NewBuildOp(v solver.Vertex, op *pb.Op_Build, b frontend.FrontendLLBBridge, ...) (solver.Op, error)
- func NewDiffOp(v solver.Vertex, op *pb.Op_Diff, w worker.Worker) (solver.Op, error)
- func NewExecOp(v solver.Vertex, op *pb.Op_Exec, platform *pb.Platform, cm cache.Manager, ...) (solver.Op, error)
- func NewFileOp(v solver.Vertex, op *pb.Op_File, cm cache.Manager, ...) (solver.Op, error)
- func NewMergeOp(v solver.Vertex, op *pb.Op_Merge, w worker.Worker) (solver.Op, error)
- func NewSourceOp(vtx solver.Vertex, op *pb.Op_Source, platform *pb.Platform, sm *source.Manager, ...) (solver.Op, error)
- type FileOpSolver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBuildOp ¶
func NewMergeOp ¶ added in v0.10.0
Types ¶
type FileOpSolver ¶ added in v0.5.0
type FileOpSolver struct {
// contains filtered or unexported fields
}
func NewFileOpSolver ¶ added in v0.5.0
func NewFileOpSolver(w worker.Worker, b fileoptypes.Backend, r fileoptypes.RefManager) *FileOpSolver
func (*FileOpSolver) Solve ¶ added in v0.5.0
func (s *FileOpSolver) Solve(ctx context.Context, inputs []fileoptypes.Ref, actions []*pb.FileAction, g session.Group) ([]fileoptypes.Ref, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.