1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-17 00:41:41 +02:00
seaweedfs/go/storage/volume_info.go
2013-02-10 03:49:51 -08:00

14 lines
236 B
Go

package storage
import ()
type VolumeInfo struct {
Id VolumeId
Size uint64
RepType ReplicationType
Version Version
FileCount int
DeleteCount int
DeletedByteCount uint64
}