seaweedfs/weed-fs/src/pkg/storage/volume_info.go
2012-11-23 17:03:27 -08:00

14 lines
174 B
Go

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