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 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.17.0-rc1
- Published
- Oct 8, 2024
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 hour ago –
Tools for package owners.