mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-24 00:14:03 +08:00
13 lines
146 B
Go
13 lines
146 B
Go
package storage
|
|
|
|
import (
|
|
)
|
|
|
|
type VolumeInfo struct {
|
|
Id VolumeId
|
|
Size int64
|
|
RepType ReplicationType
|
|
FileCount int
|
|
DeleteCount int
|
|
}
|