support write

This commit is contained in:
chrislu
2022-02-13 23:27:11 -08:00
parent 2b955c1713
commit 7286e525ad
3 changed files with 145 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ type FileHandle struct {
wfs *WFS
// cache file has been written to
dirtyMetadata bool
dirtyPages *PageWriter
entryViewCache []filer.VisibleInterval
reader io.ReaderAt