wp
This commit is contained in:
16
enc/enc.go
16
enc/enc.go
@@ -5,14 +5,14 @@ const eps = 0.000001
|
||||
const (
|
||||
flagLiteral = 128
|
||||
|
||||
hSize = 1
|
||||
//hSize = 1
|
||||
|
||||
// append scripts
|
||||
addBaseValue = 0 // cumulative and instant only
|
||||
addUnixtime = 0 // time only
|
||||
incrementRun = 1
|
||||
incrementLiteral = 2
|
||||
endSeries = 3
|
||||
startRun = 4
|
||||
add1stDelta = 5 // time only
|
||||
// addBaseValue = 0 // cumulative and instant only
|
||||
// addUnixtime = 0 // time only
|
||||
// incrementRun = 1
|
||||
// incrementLiteral = 2
|
||||
// endSeries = 3
|
||||
// startRun = 4
|
||||
// add1stDelta = 5 // time only
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user