// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 // protoc v3.17.3 // source: setx.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 SAddRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Member []string `protobuf:"bytes,2,rep,name=member,proto3" json:"member,omitempty"` } func (x *SAddRequest) Reset() { *x = SAddRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SAddRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SAddRequest) ProtoMessage() {} func (x *SAddRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SAddRequest.ProtoReflect.Descriptor instead. func (*SAddRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{0} } func (x *SAddRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SAddRequest) GetMember() []string { if x != nil { return x.Member } return nil } type SAddResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *SAddResponse) Reset() { *x = SAddResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SAddResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SAddResponse) ProtoMessage() {} func (x *SAddResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SAddResponse.ProtoReflect.Descriptor instead. func (*SAddResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{1} } type SCardRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` } func (x *SCardRequest) Reset() { *x = SCardRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SCardRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SCardRequest) ProtoMessage() {} func (x *SCardRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SCardRequest.ProtoReflect.Descriptor instead. func (*SCardRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{2} } func (x *SCardRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } type SCardResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Length int32 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"` } func (x *SCardResponse) Reset() { *x = SCardResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SCardResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SCardResponse) ProtoMessage() {} func (x *SCardResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SCardResponse.ProtoReflect.Descriptor instead. func (*SCardResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{3} } func (x *SCardResponse) GetLength() int32 { if x != nil { return x.Length } return 0 } type SDiffRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` SKeys []string `protobuf:"bytes,2,rep,name=s_keys,json=sKeys,proto3" json:"s_keys,omitempty"` } func (x *SDiffRequest) Reset() { *x = SDiffRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SDiffRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SDiffRequest) ProtoMessage() {} func (x *SDiffRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SDiffRequest.ProtoReflect.Descriptor instead. func (*SDiffRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{4} } func (x *SDiffRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SDiffRequest) GetSKeys() []string { if x != nil { return x.SKeys } return nil } type SDiffResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields E *External `protobuf:"bytes,1,opt,name=e,proto3" json:"e,omitempty"` Result []string `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"` } func (x *SDiffResponse) Reset() { *x = SDiffResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SDiffResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SDiffResponse) ProtoMessage() {} func (x *SDiffResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SDiffResponse.ProtoReflect.Descriptor instead. func (*SDiffResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{5} } func (x *SDiffResponse) GetE() *External { if x != nil { return x.E } return nil } func (x *SDiffResponse) GetResult() []string { if x != nil { return x.Result } return nil } type SDiffStoreRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` SKeys []string `protobuf:"bytes,2,rep,name=s_keys,json=sKeys,proto3" json:"s_keys,omitempty"` SaveKey string `protobuf:"bytes,3,opt,name=save_key,json=saveKey,proto3" json:"save_key,omitempty"` } func (x *SDiffStoreRequest) Reset() { *x = SDiffStoreRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SDiffStoreRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SDiffStoreRequest) ProtoMessage() {} func (x *SDiffStoreRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SDiffStoreRequest.ProtoReflect.Descriptor instead. func (*SDiffStoreRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{6} } func (x *SDiffStoreRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SDiffStoreRequest) GetSKeys() []string { if x != nil { return x.SKeys } return nil } func (x *SDiffStoreRequest) GetSaveKey() string { if x != nil { return x.SaveKey } return "" } type SDiffStoreResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields E *External `protobuf:"bytes,1,opt,name=e,proto3" json:"e,omitempty"` //加上 External 表示这个接口的返回值会对外调用 } func (x *SDiffStoreResponse) Reset() { *x = SDiffStoreResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SDiffStoreResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SDiffStoreResponse) ProtoMessage() {} func (x *SDiffStoreResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SDiffStoreResponse.ProtoReflect.Descriptor instead. func (*SDiffStoreResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{7} } func (x *SDiffStoreResponse) GetE() *External { if x != nil { return x.E } return nil } type SInterRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` SKeys []string `protobuf:"bytes,2,rep,name=s_keys,json=sKeys,proto3" json:"s_keys,omitempty"` } func (x *SInterRequest) Reset() { *x = SInterRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SInterRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SInterRequest) ProtoMessage() {} func (x *SInterRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SInterRequest.ProtoReflect.Descriptor instead. func (*SInterRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{8} } func (x *SInterRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SInterRequest) GetSKeys() []string { if x != nil { return x.SKeys } return nil } type SInterResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields E *External `protobuf:"bytes,1,opt,name=e,proto3" json:"e,omitempty"` Result []string `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"` } func (x *SInterResponse) Reset() { *x = SInterResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SInterResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SInterResponse) ProtoMessage() {} func (x *SInterResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SInterResponse.ProtoReflect.Descriptor instead. func (*SInterResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{9} } func (x *SInterResponse) GetE() *External { if x != nil { return x.E } return nil } func (x *SInterResponse) GetResult() []string { if x != nil { return x.Result } return nil } type SInterStoreRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` SKeys []string `protobuf:"bytes,2,rep,name=s_keys,json=sKeys,proto3" json:"s_keys,omitempty"` SaveKey string `protobuf:"bytes,3,opt,name=save_key,json=saveKey,proto3" json:"save_key,omitempty"` } func (x *SInterStoreRequest) Reset() { *x = SInterStoreRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SInterStoreRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SInterStoreRequest) ProtoMessage() {} func (x *SInterStoreRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SInterStoreRequest.ProtoReflect.Descriptor instead. func (*SInterStoreRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{10} } func (x *SInterStoreRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SInterStoreRequest) GetSKeys() []string { if x != nil { return x.SKeys } return nil } func (x *SInterStoreRequest) GetSaveKey() string { if x != nil { return x.SaveKey } return "" } type SInterStoreResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields E *External `protobuf:"bytes,1,opt,name=e,proto3" json:"e,omitempty"` } func (x *SInterStoreResponse) Reset() { *x = SInterStoreResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SInterStoreResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SInterStoreResponse) ProtoMessage() {} func (x *SInterStoreResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SInterStoreResponse.ProtoReflect.Descriptor instead. func (*SInterStoreResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{11} } func (x *SInterStoreResponse) GetE() *External { if x != nil { return x.E } return nil } type SIsMemberRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Member string `protobuf:"bytes,2,opt,name=member,proto3" json:"member,omitempty"` } func (x *SIsMemberRequest) Reset() { *x = SIsMemberRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SIsMemberRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SIsMemberRequest) ProtoMessage() {} func (x *SIsMemberRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SIsMemberRequest.ProtoReflect.Descriptor instead. func (*SIsMemberRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{12} } func (x *SIsMemberRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SIsMemberRequest) GetMember() string { if x != nil { return x.Member } return "" } type SIsMemberResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Exist bool `protobuf:"varint,1,opt,name=exist,proto3" json:"exist,omitempty"` } func (x *SIsMemberResponse) Reset() { *x = SIsMemberResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SIsMemberResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SIsMemberResponse) ProtoMessage() {} func (x *SIsMemberResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SIsMemberResponse.ProtoReflect.Descriptor instead. func (*SIsMemberResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{13} } func (x *SIsMemberResponse) GetExist() bool { if x != nil { return x.Exist } return false } type SMoveRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` MoveKey string `protobuf:"bytes,2,opt,name=move_key,json=moveKey,proto3" json:"move_key,omitempty"` Members []string `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"` } func (x *SMoveRequest) Reset() { *x = SMoveRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SMoveRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SMoveRequest) ProtoMessage() {} func (x *SMoveRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SMoveRequest.ProtoReflect.Descriptor instead. func (*SMoveRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{14} } func (x *SMoveRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SMoveRequest) GetMoveKey() string { if x != nil { return x.MoveKey } return "" } func (x *SMoveRequest) GetMembers() []string { if x != nil { return x.Members } return nil } type SMoveResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields E *External `protobuf:"bytes,1,opt,name=e,proto3" json:"e,omitempty"` } func (x *SMoveResponse) Reset() { *x = SMoveResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SMoveResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SMoveResponse) ProtoMessage() {} func (x *SMoveResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SMoveResponse.ProtoReflect.Descriptor instead. func (*SMoveResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{15} } func (x *SMoveResponse) GetE() *External { if x != nil { return x.E } return nil } type SPopRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` } func (x *SPopRequest) Reset() { *x = SPopRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SPopRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SPopRequest) ProtoMessage() {} func (x *SPopRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SPopRequest.ProtoReflect.Descriptor instead. func (*SPopRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{16} } func (x *SPopRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SPopRequest) GetCount() int32 { if x != nil { return x.Count } return 0 } type SPopResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Members []string `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"` } func (x *SPopResponse) Reset() { *x = SPopResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SPopResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SPopResponse) ProtoMessage() {} func (x *SPopResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SPopResponse.ProtoReflect.Descriptor instead. func (*SPopResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{17} } func (x *SPopResponse) GetMembers() []string { if x != nil { return x.Members } return nil } type SRemRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` } func (x *SRemRequest) Reset() { *x = SRemRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SRemRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SRemRequest) ProtoMessage() {} func (x *SRemRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SRemRequest.ProtoReflect.Descriptor instead. func (*SRemRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{18} } func (x *SRemRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SRemRequest) GetCount() int32 { if x != nil { return x.Count } return 0 } type SRemResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *SRemResponse) Reset() { *x = SRemResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SRemResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SRemResponse) ProtoMessage() {} func (x *SRemResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SRemResponse.ProtoReflect.Descriptor instead. func (*SRemResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{19} } type SUnionRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` SKeys []string `protobuf:"bytes,2,rep,name=s_keys,json=sKeys,proto3" json:"s_keys,omitempty"` } func (x *SUnionRequest) Reset() { *x = SUnionRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SUnionRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SUnionRequest) ProtoMessage() {} func (x *SUnionRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SUnionRequest.ProtoReflect.Descriptor instead. func (*SUnionRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{20} } func (x *SUnionRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SUnionRequest) GetSKeys() []string { if x != nil { return x.SKeys } return nil } type SUnionResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields E *External `protobuf:"bytes,1,opt,name=e,proto3" json:"e,omitempty"` Result []string `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"` } func (x *SUnionResponse) Reset() { *x = SUnionResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SUnionResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SUnionResponse) ProtoMessage() {} func (x *SUnionResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SUnionResponse.ProtoReflect.Descriptor instead. func (*SUnionResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{21} } func (x *SUnionResponse) GetE() *External { if x != nil { return x.E } return nil } func (x *SUnionResponse) GetResult() []string { if x != nil { return x.Result } return nil } type SUnionStoreRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` SKeys []string `protobuf:"bytes,2,rep,name=s_keys,json=sKeys,proto3" json:"s_keys,omitempty"` SaveKey string `protobuf:"bytes,3,opt,name=save_key,json=saveKey,proto3" json:"save_key,omitempty"` } func (x *SUnionStoreRequest) Reset() { *x = SUnionStoreRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SUnionStoreRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SUnionStoreRequest) ProtoMessage() {} func (x *SUnionStoreRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SUnionStoreRequest.ProtoReflect.Descriptor instead. func (*SUnionStoreRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{22} } func (x *SUnionStoreRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SUnionStoreRequest) GetSKeys() []string { if x != nil { return x.SKeys } return nil } func (x *SUnionStoreRequest) GetSaveKey() string { if x != nil { return x.SaveKey } return "" } type SUnionStoreResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields E *External `protobuf:"bytes,1,opt,name=e,proto3" json:"e,omitempty"` } func (x *SUnionStoreResponse) Reset() { *x = SUnionStoreResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SUnionStoreResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SUnionStoreResponse) ProtoMessage() {} func (x *SUnionStoreResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_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 SUnionStoreResponse.ProtoReflect.Descriptor instead. func (*SUnionStoreResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{23} } func (x *SUnionStoreResponse) GetE() *External { if x != nil { return x.E } return nil } type SScanRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Key *BaseKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Cursor int32 `protobuf:"varint,2,opt,name=cursor,proto3" json:"cursor,omitempty"` Regexp string `protobuf:"bytes,3,opt,name=regexp,proto3" json:"regexp,omitempty"` Count int32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"` } func (x *SScanRequest) Reset() { *x = SScanRequest{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SScanRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SScanRequest) ProtoMessage() {} func (x *SScanRequest) ProtoReflect() protoreflect.Message { mi := &file_setx_proto_msgTypes[24] 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 SScanRequest.ProtoReflect.Descriptor instead. func (*SScanRequest) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{24} } func (x *SScanRequest) GetKey() *BaseKey { if x != nil { return x.Key } return nil } func (x *SScanRequest) GetCursor() int32 { if x != nil { return x.Cursor } return 0 } func (x *SScanRequest) GetRegexp() string { if x != nil { return x.Regexp } return "" } func (x *SScanRequest) GetCount() int32 { if x != nil { return x.Count } return 0 } type SScanResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Results []string `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` } func (x *SScanResponse) Reset() { *x = SScanResponse{} if protoimpl.UnsafeEnabled { mi := &file_setx_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SScanResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SScanResponse) ProtoMessage() {} func (x *SScanResponse) ProtoReflect() protoreflect.Message { mi := &file_setx_proto_msgTypes[25] 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 SScanResponse.ProtoReflect.Descriptor instead. func (*SScanResponse) Descriptor() ([]byte, []int) { return file_setx_proto_rawDescGZIP(), []int{25} } func (x *SScanResponse) GetResults() []string { if x != nil { return x.Results } return nil } var File_setx_proto protoreflect.FileDescriptor var file_setx_proto_rawDesc = []byte{ 0x0a, 0x0a, 0x73, 0x65, 0x74, 0x78, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x41, 0x0a, 0x0b, 0x53, 0x41, 0x64, 0x64, 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, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x0e, 0x0a, 0x0c, 0x53, 0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2a, 0x0a, 0x0c, 0x53, 0x43, 0x61, 0x72, 0x64, 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, 0x27, 0x0a, 0x0d, 0x53, 0x43, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x22, 0x41, 0x0a, 0x0c, 0x53, 0x44, 0x69, 0x66, 0x66, 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, 0x15, 0x0a, 0x06, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x22, 0x40, 0x0a, 0x0d, 0x53, 0x44, 0x69, 0x66, 0x66, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x01, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x01, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x61, 0x0a, 0x11, 0x53, 0x44, 0x69, 0x66, 0x66, 0x53, 0x74, 0x6f, 0x72, 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, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x61, 0x76, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x61, 0x76, 0x65, 0x4b, 0x65, 0x79, 0x22, 0x2d, 0x0a, 0x12, 0x53, 0x44, 0x69, 0x66, 0x66, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x01, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x01, 0x65, 0x22, 0x42, 0x0a, 0x0d, 0x53, 0x49, 0x6e, 0x74, 0x65, 0x72, 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, 0x15, 0x0a, 0x06, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x22, 0x41, 0x0a, 0x0e, 0x53, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x01, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x01, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x62, 0x0a, 0x12, 0x53, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x53, 0x74, 0x6f, 0x72, 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, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x61, 0x76, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x61, 0x76, 0x65, 0x4b, 0x65, 0x79, 0x22, 0x2e, 0x0a, 0x13, 0x53, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x01, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x01, 0x65, 0x22, 0x46, 0x0a, 0x10, 0x53, 0x49, 0x73, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 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, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x29, 0x0a, 0x11, 0x53, 0x49, 0x73, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x78, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x65, 0x78, 0x69, 0x73, 0x74, 0x22, 0x5f, 0x0a, 0x0c, 0x53, 0x4d, 0x6f, 0x76, 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, 0x12, 0x19, 0x0a, 0x08, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x6f, 0x76, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x28, 0x0a, 0x0d, 0x53, 0x4d, 0x6f, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x01, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x01, 0x65, 0x22, 0x3f, 0x0a, 0x0b, 0x53, 0x50, 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, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x28, 0x0a, 0x0c, 0x53, 0x50, 0x6f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x73, 0x22, 0x3f, 0x0a, 0x0b, 0x53, 0x52, 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, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x0e, 0x0a, 0x0c, 0x53, 0x52, 0x65, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x42, 0x0a, 0x0d, 0x53, 0x55, 0x6e, 0x69, 0x6f, 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, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x22, 0x41, 0x0a, 0x0e, 0x53, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x01, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x01, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x62, 0x0a, 0x12, 0x53, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x6f, 0x72, 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, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x61, 0x76, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x61, 0x76, 0x65, 0x4b, 0x65, 0x79, 0x22, 0x2e, 0x0a, 0x13, 0x53, 0x55, 0x6e, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x01, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x52, 0x01, 0x65, 0x22, 0x70, 0x0a, 0x0c, 0x53, 0x53, 0x63, 0x61, 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, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x63, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x67, 0x65, 0x78, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x67, 0x65, 0x78, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x29, 0x0a, 0x0d, 0x53, 0x53, 0x63, 0x61, 0x6e, 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, 0x75, 0x6c, 0x74, 0x73, 0x42, 0x0b, 0x5a, 0x09, 0x70, 0x6b, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_setx_proto_rawDescOnce sync.Once file_setx_proto_rawDescData = file_setx_proto_rawDesc ) func file_setx_proto_rawDescGZIP() []byte { file_setx_proto_rawDescOnce.Do(func() { file_setx_proto_rawDescData = protoimpl.X.CompressGZIP(file_setx_proto_rawDescData) }) return file_setx_proto_rawDescData } var file_setx_proto_msgTypes = make([]protoimpl.MessageInfo, 26) var file_setx_proto_goTypes = []interface{}{ (*SAddRequest)(nil), // 0: SAddRequest (*SAddResponse)(nil), // 1: SAddResponse (*SCardRequest)(nil), // 2: SCardRequest (*SCardResponse)(nil), // 3: SCardResponse (*SDiffRequest)(nil), // 4: SDiffRequest (*SDiffResponse)(nil), // 5: SDiffResponse (*SDiffStoreRequest)(nil), // 6: SDiffStoreRequest (*SDiffStoreResponse)(nil), // 7: SDiffStoreResponse (*SInterRequest)(nil), // 8: SInterRequest (*SInterResponse)(nil), // 9: SInterResponse (*SInterStoreRequest)(nil), // 10: SInterStoreRequest (*SInterStoreResponse)(nil), // 11: SInterStoreResponse (*SIsMemberRequest)(nil), // 12: SIsMemberRequest (*SIsMemberResponse)(nil), // 13: SIsMemberResponse (*SMoveRequest)(nil), // 14: SMoveRequest (*SMoveResponse)(nil), // 15: SMoveResponse (*SPopRequest)(nil), // 16: SPopRequest (*SPopResponse)(nil), // 17: SPopResponse (*SRemRequest)(nil), // 18: SRemRequest (*SRemResponse)(nil), // 19: SRemResponse (*SUnionRequest)(nil), // 20: SUnionRequest (*SUnionResponse)(nil), // 21: SUnionResponse (*SUnionStoreRequest)(nil), // 22: SUnionStoreRequest (*SUnionStoreResponse)(nil), // 23: SUnionStoreResponse (*SScanRequest)(nil), // 24: SScanRequest (*SScanResponse)(nil), // 25: SScanResponse (*BaseKey)(nil), // 26: BaseKey (*External)(nil), // 27: External } var file_setx_proto_depIdxs = []int32{ 26, // 0: SAddRequest.key:type_name -> BaseKey 26, // 1: SCardRequest.key:type_name -> BaseKey 26, // 2: SDiffRequest.key:type_name -> BaseKey 27, // 3: SDiffResponse.e:type_name -> External 26, // 4: SDiffStoreRequest.key:type_name -> BaseKey 27, // 5: SDiffStoreResponse.e:type_name -> External 26, // 6: SInterRequest.key:type_name -> BaseKey 27, // 7: SInterResponse.e:type_name -> External 26, // 8: SInterStoreRequest.key:type_name -> BaseKey 27, // 9: SInterStoreResponse.e:type_name -> External 26, // 10: SIsMemberRequest.key:type_name -> BaseKey 26, // 11: SMoveRequest.key:type_name -> BaseKey 27, // 12: SMoveResponse.e:type_name -> External 26, // 13: SPopRequest.key:type_name -> BaseKey 26, // 14: SRemRequest.key:type_name -> BaseKey 26, // 15: SUnionRequest.key:type_name -> BaseKey 27, // 16: SUnionResponse.e:type_name -> External 26, // 17: SUnionStoreRequest.key:type_name -> BaseKey 27, // 18: SUnionStoreResponse.e:type_name -> External 26, // 19: SScanRequest.key:type_name -> BaseKey 20, // [20:20] is the sub-list for method output_type 20, // [20:20] is the sub-list for method input_type 20, // [20:20] is the sub-list for extension type_name 20, // [20:20] is the sub-list for extension extendee 0, // [0:20] is the sub-list for field type_name } func init() { file_setx_proto_init() } func file_setx_proto_init() { if File_setx_proto != nil { return } file_base_proto_init() if !protoimpl.UnsafeEnabled { file_setx_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SAddRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SAddResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SCardRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SCardResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SDiffRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SDiffResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SDiffStoreRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SDiffStoreResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SInterRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SInterResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SInterStoreRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SInterStoreResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SIsMemberRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SIsMemberResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SMoveRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SMoveResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SPopRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SPopResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SRemRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SRemResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SUnionRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SUnionResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SUnionStoreRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SUnionStoreResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SScanRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_setx_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SScanResponse); 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_setx_proto_rawDesc, NumEnums: 0, NumMessages: 26, NumExtensions: 0, NumServices: 0, }, GoTypes: file_setx_proto_goTypes, DependencyIndexes: file_setx_proto_depIdxs, MessageInfos: file_setx_proto_msgTypes, }.Build() File_setx_proto = out.File file_setx_proto_rawDesc = nil file_setx_proto_goTypes = nil file_setx_proto_depIdxs = nil }