package
0.0.0-20250130204033-e82d90384e5b
Repository: https://github.com/laurentgoderre/moby.git
Documentation: pkg.go.dev

# Functions

New returns a WriteCloser so that writing to it writes to a temporary file and closing it atomically changes the temporary file to destination path.
NewWriteSet creates a new atomic write set to atomically create a set of files.
WriteFile atomically writes data to a file named by filename and with the specified permission bits.

# Structs

WriteSet is used to atomically write a set of files and ensure they are visible at the same time.