package fileoptypes
import "github.com/moby/buildkit/solver/llbsolver/ops/fileoptypes"
Index ¶
Types ¶
type Backend ¶
type Backend interface {
Mkdir(context.Context, Mount, Mount, Mount, *pb.FileActionMkDir) error
Symlink(context.Context, Mount, Mount, Mount, *pb.FileActionSymlink) error
Mkfile(context.Context, Mount, Mount, Mount, *pb.FileActionMkFile) error
Rm(context.Context, Mount, *pb.FileActionRm) error
Copy(context.Context, Mount, Mount, Mount, Mount, *pb.FileActionCopy) error
}
type Mount ¶
type Ref ¶
type RefManager ¶
type RefManager interface {
Prepare(ctx context.Context, ref Ref, readonly bool, g session.Group) (Mount, error)
Commit(ctx context.Context, mount Mount) (Ref, error)
}
Source Files ¶
- Version
- v0.28.0-rc2
- Published
- Feb 26, 2026
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 14 minutes ago –
Tools for package owners.