mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 03:33:34 +08:00
avoid the "src" folder
This commit is contained in:
13
weed/storage/volume_info.go
Normal file
13
weed/storage/volume_info.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package storage
|
||||
|
||||
import ()
|
||||
|
||||
type VolumeInfo struct {
|
||||
Id VolumeId
|
||||
Size uint64
|
||||
RepType ReplicationType
|
||||
Version Version
|
||||
FileCount int
|
||||
DeleteCount int
|
||||
DeletedByteCount uint64
|
||||
}
|
Reference in New Issue
Block a user