refactoring
This commit is contained in:
10
weed/storage/needle/volume_version.go
Normal file
10
weed/storage/needle/volume_version.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package needle
|
||||
|
||||
type Version uint8
|
||||
|
||||
const (
|
||||
Version1 = Version(1)
|
||||
Version2 = Version(2)
|
||||
Version3 = Version(3)
|
||||
CurrentVersion = Version3
|
||||
)
|
||||
Reference in New Issue
Block a user