refactor db accessor
This commit is contained in:
@@ -7,8 +7,6 @@ import (
|
||||
"go-nkode/util"
|
||||
)
|
||||
|
||||
var NotDispersableError = errors.New("number of keys must be less than the number of attributes per key to be dispersion resistant")
|
||||
|
||||
type CustomerAttributes struct {
|
||||
attrVals []uint64
|
||||
setVals []uint64
|
||||
|
||||
Reference in New Issue
Block a user