Versions in this module Expand all Collapse all v0 v0.1.1 Jun 14, 2026 v0.1.0 Jun 14, 2026 Changes in this version + func ApplyModes(root *os.Root, base string, nodes []Node) error + func Copy(source *os.Root, sourceName string, destination *os.Root, ...) error + func CopyForStorage(source *os.Root, sourceName string, destination *os.Root, ...) error + func Remove(root *os.Root, name string) error + type Inspection struct + Kind Kind + Mode fs.FileMode + Nodes []Node + Path string + func Inspect(root *os.Root, name string) (Inspection, error) + func ValidateCopySource(root *os.Root, name string) (Inspection, error) + type Kind string + const KindAbsent + const KindDirectory + const KindFile + const KindSymlink + type Node struct + Kind Kind + Mode fs.FileMode + Path string