rename file
This commit is contained in:
12
weed/filesys/page_writer/page_chunk.go
Normal file
12
weed/filesys/page_writer/page_chunk.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package page_writer
|
||||
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
type SaveToStorageFunc func(reader io.Reader, offset int64, size int64, cleanupFn func())
|
||||
|
||||
type MemChunk struct {
|
||||
buf []byte
|
||||
usage *ChunkWrittenIntervalList
|
||||
}
|
||||
Reference in New Issue
Block a user