|
@ -1,13 +1,12 @@ |
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
// versions:
|
|
|
// protoc-gen-go v1.25.0
|
|
|
|
|
|
// protoc v3.12.3
|
|
|
|
|
|
|
|
|
// protoc-gen-go v1.26.0
|
|
|
|
|
|
// protoc v3.17.3
|
|
|
// source: skiplist.proto
|
|
|
// source: skiplist.proto
|
|
|
|
|
|
|
|
|
package skiplist |
|
|
package skiplist |
|
|
|
|
|
|
|
|
import ( |
|
|
import ( |
|
|
proto "google.golang.org/protobuf/proto" |
|
|
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
|
|
reflect "reflect" |
|
|
reflect "reflect" |
|
@ -21,10 +20,6 @@ const ( |
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
|
|
|
|
// of the legacy proto package is being used.
|
|
|
|
|
|
const _ = proto.ProtoPackageIsVersion4 |
|
|
|
|
|
|
|
|
|
|
|
type SkipListProto struct { |
|
|
type SkipListProto struct { |
|
|
state protoimpl.MessageState |
|
|
state protoimpl.MessageState |
|
|
sizeCache protoimpl.SizeCache |
|
|
sizeCache protoimpl.SizeCache |
|
@ -325,7 +320,7 @@ var file_skiplist_proto_rawDesc = []byte{ |
|
|
0x22, 0x25, 0x0a, 0x0d, 0x4e, 0x61, 0x6d, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x44, 0x61, 0x74, |
|
|
0x22, 0x25, 0x0a, 0x0d, 0x4e, 0x61, 0x6d, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x44, 0x61, 0x74, |
|
|
0x61, 0x12, 0x14, 0x0a, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, |
|
|
0x61, 0x12, 0x14, 0x0a, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0c, |
|
|
0x52, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, |
|
|
0x52, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x42, 0x33, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, |
|
|
0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x72, 0x69, 0x73, 0x6c, 0x75, 0x73, 0x66, 0x2f, |
|
|
|
|
|
|
|
|
0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x61, 0x77, 0x65, 0x65, 0x64, 0x66, 0x73, 0x2f, |
|
|
0x73, 0x65, 0x61, 0x77, 0x65, 0x65, 0x64, 0x66, 0x73, 0x2f, 0x77, 0x65, 0x65, 0x64, 0x2f, 0x75, |
|
|
0x73, 0x65, 0x61, 0x77, 0x65, 0x65, 0x64, 0x66, 0x73, 0x2f, 0x77, 0x65, 0x65, 0x64, 0x2f, 0x75, |
|
|
0x74, 0x69, 0x6c, 0x2f, 0x73, 0x6b, 0x69, 0x70, 0x6c, 0x69, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, |
|
|
0x74, 0x69, 0x6c, 0x2f, 0x73, 0x6b, 0x69, 0x70, 0x6c, 0x69, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, |
|
|
0x6f, 0x74, 0x6f, 0x33, |
|
|
0x6f, 0x74, 0x6f, 0x33, |
|
|