mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-25 11:39:12 +08:00
11 lines
86 B
Go
11 lines
86 B
Go
|
package storage
|
||
|
|
||
|
import (
|
||
|
|
||
|
)
|
||
|
|
||
|
type VolumeInfo struct {
|
||
|
Id VolumeId
|
||
|
Size int64
|
||
|
}
|