seaweedfs/weed-fs/src/pkg/storage/volume_info.go
2012-11-07 01:51:43 -08:00

13 lines
146 B
Go

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