wheat-cache/pkg/proto/listx.pb.go

1677 lines
45 KiB
Go
Raw Normal View History

2021-10-21 15:57:31 +08:00
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.26.0
// protoc v3.17.3
// source: listx.proto
package proto
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
2021-10-24 00:33:23 +08:00
type LIndexRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LIndexRequest) Reset() {
*x = LIndexRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LIndexRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LIndexRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LIndexRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LIndexRequest.ProtoReflect.Descriptor instead.
func (*LIndexRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{0}
}
2021-10-24 00:33:23 +08:00
func (x *LIndexRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *LIndexRequest) GetIndex() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Index
}
return 0
}
2021-10-24 00:33:23 +08:00
type LIndexResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LIndexResponse) Reset() {
*x = LIndexResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LIndexResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LIndexResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LIndexResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LIndexResponse.ProtoReflect.Descriptor instead.
func (*LIndexResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{1}
}
2021-10-24 00:33:23 +08:00
func (x *LIndexResponse) GetResult() string {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Result
}
return ""
}
2021-10-24 00:33:23 +08:00
type LLenRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
2021-10-24 00:33:23 +08:00
func (x *LLenRequest) Reset() {
*x = LLenRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LLenRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LLenRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LLenRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LLenRequest.ProtoReflect.Descriptor instead.
func (*LLenRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{2}
}
2021-10-24 00:33:23 +08:00
func (x *LLenRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
type LLenResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Length int32 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LLenResponse) Reset() {
*x = LLenResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LLenResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LLenResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LLenResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LLenResponse.ProtoReflect.Descriptor instead.
func (*LLenResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{3}
}
2021-10-24 00:33:23 +08:00
func (x *LLenResponse) GetLength() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Length
}
return 0
}
2021-10-24 00:33:23 +08:00
type LPopRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LPopRequest) Reset() {
*x = LPopRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LPopRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LPopRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LPopRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LPopRequest.ProtoReflect.Descriptor instead.
func (*LPopRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{4}
}
2021-10-24 00:33:23 +08:00
func (x *LPopRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *LPopRequest) GetCount() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Count
}
return 0
}
2021-10-24 00:33:23 +08:00
type LPopResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Results []string `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LPopResponse) Reset() {
*x = LPopResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LPopResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LPopResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LPopResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LPopResponse.ProtoReflect.Descriptor instead.
func (*LPopResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{5}
}
2021-10-24 00:33:23 +08:00
func (x *LPopResponse) GetResults() []string {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Results
}
return nil
}
2021-10-24 00:33:23 +08:00
type LPushRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LPushRequest) Reset() {
*x = LPushRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LPushRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LPushRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LPushRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LPushRequest.ProtoReflect.Descriptor instead.
func (*LPushRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{6}
}
2021-10-24 00:33:23 +08:00
func (x *LPushRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *LPushRequest) GetValues() []string {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Values
}
return nil
}
2021-10-24 00:33:23 +08:00
type LPushResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
2021-10-24 00:33:23 +08:00
func (x *LPushResponse) Reset() {
*x = LPushResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LPushResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LPushResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LPushResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LPushResponse.ProtoReflect.Descriptor instead.
func (*LPushResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{7}
}
2021-10-24 00:33:23 +08:00
type LPushXRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LPushXRequest) Reset() {
*x = LPushXRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LPushXRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LPushXRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LPushXRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[8]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LPushXRequest.ProtoReflect.Descriptor instead.
func (*LPushXRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{8}
}
2021-10-24 00:33:23 +08:00
func (x *LPushXRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *LPushXRequest) GetValues() []string {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Values
}
return nil
}
2021-10-24 00:33:23 +08:00
type LPushXResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
2021-10-24 00:33:23 +08:00
func (x *LPushXResponse) Reset() {
*x = LPushXResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LPushXResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LPushXResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LPushXResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[9]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LPushXResponse.ProtoReflect.Descriptor instead.
func (*LPushXResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{9}
}
2021-10-24 00:33:23 +08:00
type LRangeRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Start int32 `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"`
End int32 `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LRangeRequest) Reset() {
*x = LRangeRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LRangeRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LRangeRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LRangeRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[10]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LRangeRequest.ProtoReflect.Descriptor instead.
func (*LRangeRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{10}
}
2021-10-24 00:33:23 +08:00
func (x *LRangeRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *LRangeRequest) GetStart() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Start
}
return 0
}
2021-10-24 00:33:23 +08:00
func (x *LRangeRequest) GetEnd() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.End
}
return 0
}
2021-10-24 00:33:23 +08:00
type LRangeResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LRangeResponse) Reset() {
*x = LRangeResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LRangeResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LRangeResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LRangeResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[11]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LRangeResponse.ProtoReflect.Descriptor instead.
func (*LRangeResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{11}
}
2021-10-24 00:33:23 +08:00
func (x *LRangeResponse) GetValues() []string {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Values
}
return nil
}
2021-10-24 00:33:23 +08:00
type LRemRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
2021-10-22 18:15:26 +08:00
// count > 0 头搜索count < 0 尾搜索
Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LRemRequest) Reset() {
*x = LRemRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LRemRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LRemRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LRemRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[12]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LRemRequest.ProtoReflect.Descriptor instead.
func (*LRemRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{12}
}
2021-10-24 00:33:23 +08:00
func (x *LRemRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *LRemRequest) GetCount() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Count
}
return 0
}
2021-10-24 00:33:23 +08:00
func (x *LRemRequest) GetValue() string {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Value
}
return ""
}
2021-10-24 00:33:23 +08:00
type LRemResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LRemResponse) Reset() {
*x = LRemResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LRemResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LRemResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LRemResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[13]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LRemResponse.ProtoReflect.Descriptor instead.
func (*LRemResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{13}
}
2021-10-24 00:33:23 +08:00
func (x *LRemResponse) GetCount() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Count
}
return 0
}
2021-10-24 00:33:23 +08:00
type LSetRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LSetRequest) Reset() {
*x = LSetRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LSetRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LSetRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LSetRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[14]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LSetRequest.ProtoReflect.Descriptor instead.
func (*LSetRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{14}
}
2021-10-24 00:33:23 +08:00
func (x *LSetRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *LSetRequest) GetIndex() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Index
}
return 0
}
2021-10-24 00:33:23 +08:00
func (x *LSetRequest) GetValue() string {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Value
}
return ""
}
2021-10-24 00:33:23 +08:00
type LSetResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
2021-10-24 00:33:23 +08:00
func (x *LSetResponse) Reset() {
*x = LSetResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LSetResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LSetResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LSetResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[15]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LSetResponse.ProtoReflect.Descriptor instead.
func (*LSetResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{15}
}
2021-10-24 00:33:23 +08:00
type RPopRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *RPopRequest) Reset() {
*x = RPopRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *RPopRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*RPopRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *RPopRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[16]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use RPopRequest.ProtoReflect.Descriptor instead.
func (*RPopRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{16}
}
2021-10-24 00:33:23 +08:00
func (x *RPopRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *RPopRequest) GetCount() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Count
}
return 0
}
2021-10-24 00:33:23 +08:00
type RPopResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-23 16:04:35 +08:00
Result []string `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *RPopResponse) Reset() {
*x = RPopResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *RPopResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*RPopResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *RPopResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[17]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use RPopResponse.ProtoReflect.Descriptor instead.
func (*RPopResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{17}
}
2021-10-24 00:33:23 +08:00
func (x *RPopResponse) GetResult() []string {
2021-10-23 16:04:35 +08:00
if x != nil {
return x.Result
}
return nil
}
2021-10-24 00:33:23 +08:00
type LTrimRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Start int32 `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"`
End int32 `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *LTrimRequest) Reset() {
*x = LTrimRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LTrimRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LTrimRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LTrimRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[18]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LTrimRequest.ProtoReflect.Descriptor instead.
func (*LTrimRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{18}
}
2021-10-24 00:33:23 +08:00
func (x *LTrimRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *LTrimRequest) GetStart() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Start
}
return 0
}
2021-10-24 00:33:23 +08:00
func (x *LTrimRequest) GetEnd() int32 {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.End
}
return 0
}
2021-10-24 00:33:23 +08:00
type LTrimResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
2021-10-24 00:33:23 +08:00
func (x *LTrimResponse) Reset() {
*x = LTrimResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *LTrimResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*LTrimResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *LTrimResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[19]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use LTrimResponse.ProtoReflect.Descriptor instead.
func (*LTrimResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{19}
}
2021-10-24 00:33:23 +08:00
type RPushRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *RPushRequest) Reset() {
*x = RPushRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *RPushRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*RPushRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *RPushRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[20]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use RPushRequest.ProtoReflect.Descriptor instead.
func (*RPushRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{20}
}
2021-10-24 00:33:23 +08:00
func (x *RPushRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *RPushRequest) GetValues() []string {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Values
}
return nil
}
2021-10-24 00:33:23 +08:00
type RPushResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
2021-10-24 00:33:23 +08:00
func (x *RPushResponse) Reset() {
*x = RPushResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *RPushResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*RPushResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *RPushResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[21]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use RPushResponse.ProtoReflect.Descriptor instead.
func (*RPushResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{21}
}
2021-10-24 00:33:23 +08:00
type RPushXRequest struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
2021-10-22 18:15:26 +08:00
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
2021-10-21 15:57:31 +08:00
}
2021-10-24 00:33:23 +08:00
func (x *RPushXRequest) Reset() {
*x = RPushXRequest{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *RPushXRequest) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*RPushXRequest) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *RPushXRequest) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[22]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use RPushXRequest.ProtoReflect.Descriptor instead.
func (*RPushXRequest) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{22}
}
2021-10-24 00:33:23 +08:00
func (x *RPushXRequest) GetKey() *BaseKey {
2021-10-21 15:57:31 +08:00
if x != nil {
return x.Key
}
return nil
}
2021-10-24 00:33:23 +08:00
func (x *RPushXRequest) GetValues() []string {
2021-10-22 18:15:26 +08:00
if x != nil {
return x.Values
}
return nil
}
2021-10-24 00:33:23 +08:00
type RPushXResponse struct {
2021-10-21 15:57:31 +08:00
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
2021-10-24 00:33:23 +08:00
func (x *RPushXResponse) Reset() {
*x = RPushXResponse{}
2021-10-21 15:57:31 +08:00
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
2021-10-24 00:33:23 +08:00
func (x *RPushXResponse) String() string {
2021-10-21 15:57:31 +08:00
return protoimpl.X.MessageStringOf(x)
}
2021-10-24 00:33:23 +08:00
func (*RPushXResponse) ProtoMessage() {}
2021-10-21 15:57:31 +08:00
2021-10-24 00:33:23 +08:00
func (x *RPushXResponse) ProtoReflect() protoreflect.Message {
2021-10-21 15:57:31 +08:00
mi := &file_listx_proto_msgTypes[23]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
2021-10-24 00:33:23 +08:00
// Deprecated: Use RPushXResponse.ProtoReflect.Descriptor instead.
func (*RPushXResponse) Descriptor() ([]byte, []int) {
2021-10-21 15:57:31 +08:00
return file_listx_proto_rawDescGZIP(), []int{23}
}
var File_listx_proto protoreflect.FileDescriptor
var file_listx_proto_rawDesc = []byte{
0x0a, 0x0b, 0x6c, 0x69, 0x73, 0x74, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x62,
2021-10-24 00:33:23 +08:00
0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x41, 0x0a, 0x0d, 0x4c, 0x49, 0x6e,
2021-10-21 15:57:31 +08:00
0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b, 0x65,
0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b, 0x65,
2021-10-22 18:15:26 +08:00
0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18,
0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x28, 0x0a, 0x0e,
2021-10-24 00:33:23 +08:00
0x4c, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16,
2021-10-22 18:15:26 +08:00
0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
2021-10-24 00:33:23 +08:00
0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x29, 0x0a, 0x0b, 0x4c, 0x4c, 0x65, 0x6e, 0x52, 0x65,
2021-10-21 15:57:31 +08:00
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65,
2021-10-24 00:33:23 +08:00
0x79, 0x22, 0x26, 0x0a, 0x0c, 0x4c, 0x4c, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
2021-10-22 18:15:26 +08:00
0x65, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28,
2021-10-24 00:33:23 +08:00
0x05, 0x52, 0x06, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x22, 0x3f, 0x0a, 0x0b, 0x4c, 0x50, 0x6f,
2021-10-22 18:15:26 +08:00
0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x52,
0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20,
2021-10-24 00:33:23 +08:00
0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x28, 0x0a, 0x0c, 0x4c, 0x50,
2021-10-22 18:15:26 +08:00
0x6f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65,
0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x73,
2021-10-24 00:33:23 +08:00
0x75, 0x6c, 0x74, 0x73, 0x22, 0x42, 0x0a, 0x0c, 0x4c, 0x50, 0x75, 0x73, 0x68, 0x52, 0x65, 0x71,
2021-10-22 18:15:26 +08:00
0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x08, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79,
0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09,
2021-10-24 00:33:23 +08:00
0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x0f, 0x0a, 0x0d, 0x4c, 0x50, 0x75, 0x73,
0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, 0x0a, 0x0d, 0x4c, 0x50, 0x75,
0x73, 0x68, 0x58, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b, 0x65,
2021-10-22 18:15:26 +08:00
0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b, 0x65,
0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x10,
2021-10-24 00:33:23 +08:00
0x0a, 0x0e, 0x4c, 0x50, 0x75, 0x73, 0x68, 0x58, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x22, 0x53, 0x0a, 0x0d, 0x4c, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
2021-10-22 18:15:26 +08:00
0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08,
0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a,
0x05, 0x73, 0x74, 0x61, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74,
0x61, 0x72, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x65, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05,
2021-10-24 00:33:23 +08:00
0x52, 0x03, 0x65, 0x6e, 0x64, 0x22, 0x28, 0x0a, 0x0e, 0x4c, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52,
2021-10-22 18:15:26 +08:00
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65,
0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22,
2021-10-24 00:33:23 +08:00
0x55, 0x0a, 0x0b, 0x4c, 0x52, 0x65, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a,
2021-10-22 18:15:26 +08:00
0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x61,
0x73, 0x65, 0x4b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f,
0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74,
0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
2021-10-24 00:33:23 +08:00
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x24, 0x0a, 0x0c, 0x4c, 0x52, 0x65, 0x6d, 0x52, 0x65,
2021-10-22 18:15:26 +08:00
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18,
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x55, 0x0a, 0x0b,
2021-10-24 00:33:23 +08:00
0x4c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b,
2021-10-22 18:15:26 +08:00
0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b,
0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78,
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x14, 0x0a,
0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61,
2021-10-24 00:33:23 +08:00
0x6c, 0x75, 0x65, 0x22, 0x0e, 0x0a, 0x0c, 0x4c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x22, 0x3f, 0x0a, 0x0b, 0x52, 0x50, 0x6f, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65,
2021-10-22 18:15:26 +08:00
0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x08, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14,
0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63,
2021-10-24 00:33:23 +08:00
0x6f, 0x75, 0x6e, 0x74, 0x22, 0x26, 0x0a, 0x0c, 0x52, 0x50, 0x6f, 0x70, 0x52, 0x65, 0x73, 0x70,
2021-10-23 16:04:35 +08:00
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01,
0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x52, 0x0a, 0x0c,
2021-10-24 00:33:23 +08:00
0x4c, 0x54, 0x72, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03,
2021-10-23 16:04:35 +08:00
0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x61, 0x73, 0x65,
0x4b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x72,
0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x61, 0x72, 0x74, 0x12, 0x10,
0x0a, 0x03, 0x65, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x65, 0x6e, 0x64,
2021-10-24 00:33:23 +08:00
0x22, 0x0f, 0x0a, 0x0d, 0x4c, 0x54, 0x72, 0x69, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
0x65, 0x22, 0x42, 0x0a, 0x0c, 0x52, 0x50, 0x75, 0x73, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
2021-10-23 16:04:35 +08:00
0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08,
0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x16, 0x0a,
0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x76,
2021-10-24 00:33:23 +08:00
0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x0f, 0x0a, 0x0d, 0x52, 0x50, 0x75, 0x73, 0x68, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, 0x0a, 0x0d, 0x52, 0x50, 0x75, 0x73, 0x68, 0x58,
2021-10-23 16:04:35 +08:00
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x52, 0x03,
0x6b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x02, 0x20,
0x03, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x10, 0x0a, 0x0e, 0x52,
2021-10-24 00:33:23 +08:00
0x50, 0x75, 0x73, 0x68, 0x58, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x0b, 0x5a,
2021-10-23 16:04:35 +08:00
0x09, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
2021-10-21 15:57:31 +08:00
}
var (
file_listx_proto_rawDescOnce sync.Once
file_listx_proto_rawDescData = file_listx_proto_rawDesc
)
func file_listx_proto_rawDescGZIP() []byte {
file_listx_proto_rawDescOnce.Do(func() {
file_listx_proto_rawDescData = protoimpl.X.CompressGZIP(file_listx_proto_rawDescData)
})
return file_listx_proto_rawDescData
}
var file_listx_proto_msgTypes = make([]protoimpl.MessageInfo, 24)
var file_listx_proto_goTypes = []interface{}{
2021-10-24 00:33:23 +08:00
(*LIndexRequest)(nil), // 0: LIndexRequest
(*LIndexResponse)(nil), // 1: LIndexResponse
(*LLenRequest)(nil), // 2: LLenRequest
(*LLenResponse)(nil), // 3: LLenResponse
(*LPopRequest)(nil), // 4: LPopRequest
(*LPopResponse)(nil), // 5: LPopResponse
(*LPushRequest)(nil), // 6: LPushRequest
(*LPushResponse)(nil), // 7: LPushResponse
(*LPushXRequest)(nil), // 8: LPushXRequest
(*LPushXResponse)(nil), // 9: LPushXResponse
(*LRangeRequest)(nil), // 10: LRangeRequest
(*LRangeResponse)(nil), // 11: LRangeResponse
(*LRemRequest)(nil), // 12: LRemRequest
(*LRemResponse)(nil), // 13: LRemResponse
(*LSetRequest)(nil), // 14: LSetRequest
(*LSetResponse)(nil), // 15: LSetResponse
(*RPopRequest)(nil), // 16: RPopRequest
(*RPopResponse)(nil), // 17: RPopResponse
(*LTrimRequest)(nil), // 18: LTrimRequest
(*LTrimResponse)(nil), // 19: LTrimResponse
(*RPushRequest)(nil), // 20: RPushRequest
(*RPushResponse)(nil), // 21: RPushResponse
(*RPushXRequest)(nil), // 22: RPushXRequest
(*RPushXResponse)(nil), // 23: RPushXResponse
2021-10-21 15:57:31 +08:00
(*BaseKey)(nil), // 24: BaseKey
}
var file_listx_proto_depIdxs = []int32{
2021-10-24 00:33:23 +08:00
24, // 0: LIndexRequest.key:type_name -> BaseKey
24, // 1: LLenRequest.key:type_name -> BaseKey
24, // 2: LPopRequest.key:type_name -> BaseKey
24, // 3: LPushRequest.key:type_name -> BaseKey
24, // 4: LPushXRequest.key:type_name -> BaseKey
24, // 5: LRangeRequest.key:type_name -> BaseKey
24, // 6: LRemRequest.key:type_name -> BaseKey
24, // 7: LSetRequest.key:type_name -> BaseKey
24, // 8: RPopRequest.key:type_name -> BaseKey
24, // 9: LTrimRequest.key:type_name -> BaseKey
24, // 10: RPushRequest.key:type_name -> BaseKey
24, // 11: RPushXRequest.key:type_name -> BaseKey
2021-10-21 15:57:31 +08:00
12, // [12:12] is the sub-list for method output_type
12, // [12:12] is the sub-list for method input_type
12, // [12:12] is the sub-list for extension type_name
12, // [12:12] is the sub-list for extension extendee
0, // [0:12] is the sub-list for field type_name
}
func init() { file_listx_proto_init() }
func file_listx_proto_init() {
if File_listx_proto != nil {
return
}
file_base_proto_init()
if !protoimpl.UnsafeEnabled {
file_listx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LIndexRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LIndexResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LLenRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LLenResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LPopRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LPopResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LPushRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LPushResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LPushXRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LPushXResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LRangeRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LRangeResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LRemRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LRemResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LSetRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LSetResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*RPopRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*RPopResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LTrimRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*LTrimResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*RPushRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*RPushResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*RPushXRequest); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_listx_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
2021-10-24 00:33:23 +08:00
switch v := v.(*RPushXResponse); i {
2021-10-21 15:57:31 +08:00
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_listx_proto_rawDesc,
NumEnums: 0,
NumMessages: 24,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_listx_proto_goTypes,
DependencyIndexes: file_listx_proto_depIdxs,
MessageInfos: file_listx_proto_msgTypes,
}.Build()
File_listx_proto = out.File
file_listx_proto_rawDesc = nil
file_listx_proto_goTypes = nil
file_listx_proto_depIdxs = nil
}