mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-26 10:24:14 +08:00
avoid the "src" folder
This commit is contained in:
11
weed/storage/volume_version.go
Normal file
11
weed/storage/volume_version.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package storage
|
||||
|
||||
import ()
|
||||
|
||||
type Version uint8
|
||||
|
||||
const (
|
||||
Version1 = Version(1)
|
||||
Version2 = Version(2)
|
||||
CurrentVersion = Version2
|
||||
)
|
||||
Reference in New Issue
Block a user