Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendSync ¶ added in v1.6.0
AppendSync appends data to a file and fsyncs it. Used by the WAL for durable, sequential writes. The file is opened in append mode.
func AtomicWrite ¶
AtomicWrite writes data to a file atomically using a temp file + rename. This ensures the target file is never left in a truncated state.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.