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

1472 lines
39 KiB
Go

// 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)
)
type LindexRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *LindexRequest) Reset() {
*x = LindexRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LindexRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LindexRequest) ProtoMessage() {}
func (x *LindexRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LindexRequest.ProtoReflect.Descriptor instead.
func (*LindexRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{0}
}
func (x *LindexRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type LindexResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LindexResponse) Reset() {
*x = LindexResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LindexResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LindexResponse) ProtoMessage() {}
func (x *LindexResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LindexResponse.ProtoReflect.Descriptor instead.
func (*LindexResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{1}
}
type LlenRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *LlenRequest) Reset() {
*x = LlenRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LlenRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LlenRequest) ProtoMessage() {}
func (x *LlenRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LlenRequest.ProtoReflect.Descriptor instead.
func (*LlenRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{2}
}
func (x *LlenRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type LlenResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LlenResponse) Reset() {
*x = LlenResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LlenResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LlenResponse) ProtoMessage() {}
func (x *LlenResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LlenResponse.ProtoReflect.Descriptor instead.
func (*LlenResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{3}
}
type LpopRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *LpopRequest) Reset() {
*x = LpopRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LpopRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LpopRequest) ProtoMessage() {}
func (x *LpopRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LpopRequest.ProtoReflect.Descriptor instead.
func (*LpopRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{4}
}
func (x *LpopRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type LpopResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LpopResponse) Reset() {
*x = LpopResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LpopResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LpopResponse) ProtoMessage() {}
func (x *LpopResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LpopResponse.ProtoReflect.Descriptor instead.
func (*LpopResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{5}
}
type LpushRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *LpushRequest) Reset() {
*x = LpushRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LpushRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LpushRequest) ProtoMessage() {}
func (x *LpushRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LpushRequest.ProtoReflect.Descriptor instead.
func (*LpushRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{6}
}
func (x *LpushRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type LpushResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LpushResponse) Reset() {
*x = LpushResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LpushResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LpushResponse) ProtoMessage() {}
func (x *LpushResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LpushResponse.ProtoReflect.Descriptor instead.
func (*LpushResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{7}
}
type LpushxRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *LpushxRequest) Reset() {
*x = LpushxRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LpushxRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LpushxRequest) ProtoMessage() {}
func (x *LpushxRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LpushxRequest.ProtoReflect.Descriptor instead.
func (*LpushxRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{8}
}
func (x *LpushxRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type LpushxResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LpushxResponse) Reset() {
*x = LpushxResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LpushxResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LpushxResponse) ProtoMessage() {}
func (x *LpushxResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LpushxResponse.ProtoReflect.Descriptor instead.
func (*LpushxResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{9}
}
type LrangeRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *LrangeRequest) Reset() {
*x = LrangeRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LrangeRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LrangeRequest) ProtoMessage() {}
func (x *LrangeRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LrangeRequest.ProtoReflect.Descriptor instead.
func (*LrangeRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{10}
}
func (x *LrangeRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type LrangeResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LrangeResponse) Reset() {
*x = LrangeResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LrangeResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LrangeResponse) ProtoMessage() {}
func (x *LrangeResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LrangeResponse.ProtoReflect.Descriptor instead.
func (*LrangeResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{11}
}
type LremRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *LremRequest) Reset() {
*x = LremRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LremRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LremRequest) ProtoMessage() {}
func (x *LremRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LremRequest.ProtoReflect.Descriptor instead.
func (*LremRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{12}
}
func (x *LremRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type LremResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LremResponse) Reset() {
*x = LremResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[13]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LremResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LremResponse) ProtoMessage() {}
func (x *LremResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LremResponse.ProtoReflect.Descriptor instead.
func (*LremResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{13}
}
type LsetRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *LsetRequest) Reset() {
*x = LsetRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[14]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LsetRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LsetRequest) ProtoMessage() {}
func (x *LsetRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LsetRequest.ProtoReflect.Descriptor instead.
func (*LsetRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{14}
}
func (x *LsetRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type LsetResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LsetResponse) Reset() {
*x = LsetResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LsetResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LsetResponse) ProtoMessage() {}
func (x *LsetResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LsetResponse.ProtoReflect.Descriptor instead.
func (*LsetResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{15}
}
type RpopRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *RpopRequest) Reset() {
*x = RpopRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RpopRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RpopRequest) ProtoMessage() {}
func (x *RpopRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use RpopRequest.ProtoReflect.Descriptor instead.
func (*RpopRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{16}
}
func (x *RpopRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type RpopResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *RpopResponse) Reset() {
*x = RpopResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RpopResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RpopResponse) ProtoMessage() {}
func (x *RpopResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use RpopResponse.ProtoReflect.Descriptor instead.
func (*RpopResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{17}
}
type LtrimRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *LtrimRequest) Reset() {
*x = LtrimRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LtrimRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LtrimRequest) ProtoMessage() {}
func (x *LtrimRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LtrimRequest.ProtoReflect.Descriptor instead.
func (*LtrimRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{18}
}
func (x *LtrimRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type LtrimResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *LtrimResponse) Reset() {
*x = LtrimResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *LtrimResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*LtrimResponse) ProtoMessage() {}
func (x *LtrimResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use LtrimResponse.ProtoReflect.Descriptor instead.
func (*LtrimResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{19}
}
type RpushRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *RpushRequest) Reset() {
*x = RpushRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RpushRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RpushRequest) ProtoMessage() {}
func (x *RpushRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use RpushRequest.ProtoReflect.Descriptor instead.
func (*RpushRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{20}
}
func (x *RpushRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type RpushResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *RpushResponse) Reset() {
*x = RpushResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RpushResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RpushResponse) ProtoMessage() {}
func (x *RpushResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use RpushResponse.ProtoReflect.Descriptor instead.
func (*RpushResponse) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{21}
}
type RpushxRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
}
func (x *RpushxRequest) Reset() {
*x = RpushxRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RpushxRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RpushxRequest) ProtoMessage() {}
func (x *RpushxRequest) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use RpushxRequest.ProtoReflect.Descriptor instead.
func (*RpushxRequest) Descriptor() ([]byte, []int) {
return file_listx_proto_rawDescGZIP(), []int{22}
}
func (x *RpushxRequest) GetKey() *BaseKey {
if x != nil {
return x.Key
}
return nil
}
type RpushxResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *RpushxResponse) Reset() {
*x = RpushxResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_listx_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *RpushxResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*RpushxResponse) ProtoMessage() {}
func (x *RpushxResponse) ProtoReflect() protoreflect.Message {
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)
}
// Deprecated: Use RpushxResponse.ProtoReflect.Descriptor instead.
func (*RpushxResponse) Descriptor() ([]byte, []int) {
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,
0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2b, 0x0a, 0x0d, 0x4c, 0x69, 0x6e,
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,
0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x22, 0x10, 0x0a, 0x0e, 0x4c, 0x69, 0x6e, 0x64, 0x65, 0x78,
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x0a, 0x0b, 0x4c, 0x6c, 0x65, 0x6e,
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, 0x22, 0x0e, 0x0a, 0x0c, 0x4c, 0x6c, 0x65, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x22, 0x29, 0x0a, 0x0b, 0x4c, 0x70, 0x6f, 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, 0x22, 0x0e,
0x0a, 0x0c, 0x4c, 0x70, 0x6f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2a,
0x0a, 0x0c, 0x4c, 0x70, 0x75, 0x73, 0x68, 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, 0x22, 0x0f, 0x0a, 0x0d, 0x4c, 0x70,
0x75, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2b, 0x0a, 0x0d, 0x4c,
0x70, 0x75, 0x73, 0x68, 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, 0x79, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x22, 0x10, 0x0a, 0x0e, 0x4c, 0x70, 0x75, 0x73,
0x68, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2b, 0x0a, 0x0d, 0x4c, 0x72,
0x61, 0x6e, 0x67, 0x65, 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, 0x22, 0x10, 0x0a, 0x0e, 0x4c, 0x72, 0x61, 0x6e, 0x67,
0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x0a, 0x0b, 0x4c, 0x72, 0x65,
0x6d, 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, 0x22, 0x0e, 0x0a, 0x0c, 0x4c, 0x72, 0x65, 0x6d, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x22, 0x29, 0x0a, 0x0b, 0x4c, 0x73, 0x65, 0x74, 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, 0x22,
0x0e, 0x0a, 0x0c, 0x4c, 0x73, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
0x29, 0x0a, 0x0b, 0x52, 0x70, 0x6f, 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, 0x22, 0x0e, 0x0a, 0x0c, 0x52, 0x70,
0x6f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2a, 0x0a, 0x0c, 0x4c, 0x74,
0x72, 0x69, 0x6d, 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, 0x22, 0x0f, 0x0a, 0x0d, 0x4c, 0x74, 0x72, 0x69, 0x6d, 0x52,
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2a, 0x0a, 0x0c, 0x52, 0x70, 0x75, 0x73, 0x68,
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, 0x22, 0x0f, 0x0a, 0x0d, 0x52, 0x70, 0x75, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2b, 0x0a, 0x0d, 0x52, 0x70, 0x75, 0x73, 0x68, 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, 0x79, 0x52, 0x03, 0x6b, 0x65,
0x79, 0x22, 0x10, 0x0a, 0x0e, 0x52, 0x70, 0x75, 0x73, 0x68, 0x78, 0x52, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x42, 0x0b, 0x5a, 0x09, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
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{}{
(*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
(*BaseKey)(nil), // 24: BaseKey
}
var file_listx_proto_depIdxs = []int32{
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
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{} {
switch v := v.(*LindexRequest); i {
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{} {
switch v := v.(*LindexResponse); i {
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{} {
switch v := v.(*LlenRequest); i {
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{} {
switch v := v.(*LlenResponse); i {
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{} {
switch v := v.(*LpopRequest); i {
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{} {
switch v := v.(*LpopResponse); i {
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{} {
switch v := v.(*LpushRequest); i {
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{} {
switch v := v.(*LpushResponse); i {
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{} {
switch v := v.(*LpushxRequest); i {
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{} {
switch v := v.(*LpushxResponse); i {
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{} {
switch v := v.(*LrangeRequest); i {
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{} {
switch v := v.(*LrangeResponse); i {
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{} {
switch v := v.(*LremRequest); i {
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{} {
switch v := v.(*LremResponse); i {
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{} {
switch v := v.(*LsetRequest); i {
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{} {
switch v := v.(*LsetResponse); i {
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{} {
switch v := v.(*RpopRequest); i {
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{} {
switch v := v.(*RpopResponse); i {
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{} {
switch v := v.(*LtrimRequest); i {
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{} {
switch v := v.(*LtrimResponse); i {
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{} {
switch v := v.(*RpushRequest); i {
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{} {
switch v := v.(*RpushResponse); i {
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{} {
switch v := v.(*RpushxRequest); i {
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{} {
switch v := v.(*RpushxResponse); i {
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
}