seaweedfs/weed-fs/src/pkg/storage/volume_info.go

13 lines
210 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
FileCount int
DeleteCount int
DeletedByteCount uint64
}