aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/storage/store.go')
-rw-r--r--weed/storage/store.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/weed/storage/store.go b/weed/storage/store.go
index 81e69aaa2..f833f1b15 100644
--- a/weed/storage/store.go
+++ b/weed/storage/store.go
@@ -27,13 +27,14 @@ const (
)
type ReadOption struct {
+ // request
ReadDeleted bool
AttemptMetaOnly bool
MustMetaOnly bool
- IsMetaOnly bool // read status
- ChecksumValue uint32 // read status
- VolumeRevision uint16
- IsOutOfRange bool // whether need to read over MaxPossibleVolumeSize
+ // response
+ IsMetaOnly bool // read status
+ VolumeRevision uint16
+ IsOutOfRange bool // whether read over MaxPossibleVolumeSize
}
/*