seaweedfs/go/storage/volume_info.go

15 lines
259 B
Go
Raw Normal View History

2012-08-24 06:24:32 +00:00
package storage
import ()
2012-08-24 06:24:32 +00:00
type VolumeInfo struct {
Id VolumeId
Size uint64
RepType ReplicationType
Version Version
FileCount int
DeleteCount int
DeletedByteCount uint64
ReadOnly bool
}