seaweedfs/go/storage/volume_info.go
2013-11-12 02:21:22 -08:00

16 lines
284 B
Go

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