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