This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package skiplist
|
||||
|
||||
import (
|
||||
"github.com/chrislusf/seaweedfs/weed/glog"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/seaweedfs/seaweedfs/weed/glog"
|
||||
"golang.org/x/exp/slices"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package skiplist
|
||||
|
||||
import (
|
||||
"github.com/chrislusf/seaweedfs/weed/glog"
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/seaweedfs/seaweedfs/weed/glog"
|
||||
)
|
||||
|
||||
func LoadNameList(data []byte, store ListStore, batchSize int) *NameList {
|
||||
|
||||
@@ -2,7 +2,7 @@ syntax = "proto3";
|
||||
|
||||
package skiplist;
|
||||
|
||||
option go_package = "github.com/chrislusf/seaweedfs/weed/util/skiplist";
|
||||
option go_package = "github.com/seaweedfs/seaweedfs/weed/util/skiplist";
|
||||
|
||||
message SkipListProto {
|
||||
repeated SkipListElementReference start_levels = 1;
|
||||
@@ -27,4 +27,4 @@ message SkipListElement {
|
||||
|
||||
message NameBatchData {
|
||||
repeated bytes names = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user