mirror of https://github.com/status-im/go-waku.git
728 lines
24 KiB
Go
728 lines
24 KiB
Go
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||
|
// versions:
|
||
|
// protoc-gen-go v1.31.0
|
||
|
// protoc v4.24.4
|
||
|
// source: store.proto
|
||
|
|
||
|
// 13/WAKU2-STORE rfc: https://rfc.vac.dev/spec/13/
|
||
|
// Protocol identifier: /vac/waku/store/2.0.0-beta4
|
||
|
|
||
|
package pb
|
||
|
|
||
|
import (
|
||
|
pb "github.com/waku-org/go-waku/waku/v2/protocol/pb"
|
||
|
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 PagingInfo_Direction int32
|
||
|
|
||
|
const (
|
||
|
PagingInfo_BACKWARD PagingInfo_Direction = 0
|
||
|
PagingInfo_FORWARD PagingInfo_Direction = 1
|
||
|
)
|
||
|
|
||
|
// Enum value maps for PagingInfo_Direction.
|
||
|
var (
|
||
|
PagingInfo_Direction_name = map[int32]string{
|
||
|
0: "BACKWARD",
|
||
|
1: "FORWARD",
|
||
|
}
|
||
|
PagingInfo_Direction_value = map[string]int32{
|
||
|
"BACKWARD": 0,
|
||
|
"FORWARD": 1,
|
||
|
}
|
||
|
)
|
||
|
|
||
|
func (x PagingInfo_Direction) Enum() *PagingInfo_Direction {
|
||
|
p := new(PagingInfo_Direction)
|
||
|
*p = x
|
||
|
return p
|
||
|
}
|
||
|
|
||
|
func (x PagingInfo_Direction) String() string {
|
||
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
||
|
}
|
||
|
|
||
|
func (PagingInfo_Direction) Descriptor() protoreflect.EnumDescriptor {
|
||
|
return file_store_proto_enumTypes[0].Descriptor()
|
||
|
}
|
||
|
|
||
|
func (PagingInfo_Direction) Type() protoreflect.EnumType {
|
||
|
return &file_store_proto_enumTypes[0]
|
||
|
}
|
||
|
|
||
|
func (x PagingInfo_Direction) Number() protoreflect.EnumNumber {
|
||
|
return protoreflect.EnumNumber(x)
|
||
|
}
|
||
|
|
||
|
// Deprecated: Use PagingInfo_Direction.Descriptor instead.
|
||
|
func (PagingInfo_Direction) EnumDescriptor() ([]byte, []int) {
|
||
|
return file_store_proto_rawDescGZIP(), []int{1, 0}
|
||
|
}
|
||
|
|
||
|
type HistoryResponse_Error int32
|
||
|
|
||
|
const (
|
||
|
HistoryResponse_NONE HistoryResponse_Error = 0
|
||
|
HistoryResponse_INVALID_CURSOR HistoryResponse_Error = 1
|
||
|
)
|
||
|
|
||
|
// Enum value maps for HistoryResponse_Error.
|
||
|
var (
|
||
|
HistoryResponse_Error_name = map[int32]string{
|
||
|
0: "NONE",
|
||
|
1: "INVALID_CURSOR",
|
||
|
}
|
||
|
HistoryResponse_Error_value = map[string]int32{
|
||
|
"NONE": 0,
|
||
|
"INVALID_CURSOR": 1,
|
||
|
}
|
||
|
)
|
||
|
|
||
|
func (x HistoryResponse_Error) Enum() *HistoryResponse_Error {
|
||
|
p := new(HistoryResponse_Error)
|
||
|
*p = x
|
||
|
return p
|
||
|
}
|
||
|
|
||
|
func (x HistoryResponse_Error) String() string {
|
||
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
||
|
}
|
||
|
|
||
|
func (HistoryResponse_Error) Descriptor() protoreflect.EnumDescriptor {
|
||
|
return file_store_proto_enumTypes[1].Descriptor()
|
||
|
}
|
||
|
|
||
|
func (HistoryResponse_Error) Type() protoreflect.EnumType {
|
||
|
return &file_store_proto_enumTypes[1]
|
||
|
}
|
||
|
|
||
|
func (x HistoryResponse_Error) Number() protoreflect.EnumNumber {
|
||
|
return protoreflect.EnumNumber(x)
|
||
|
}
|
||
|
|
||
|
// Deprecated: Use HistoryResponse_Error.Descriptor instead.
|
||
|
func (HistoryResponse_Error) EnumDescriptor() ([]byte, []int) {
|
||
|
return file_store_proto_rawDescGZIP(), []int{4, 0}
|
||
|
}
|
||
|
|
||
|
type Index struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
Digest []byte `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"`
|
||
|
ReceiverTime int64 `protobuf:"zigzag64,2,opt,name=receiver_time,json=receiverTime,proto3" json:"receiver_time,omitempty"`
|
||
|
SenderTime int64 `protobuf:"zigzag64,3,opt,name=sender_time,json=senderTime,proto3" json:"sender_time,omitempty"`
|
||
|
PubsubTopic string `protobuf:"bytes,4,opt,name=pubsub_topic,json=pubsubTopic,proto3" json:"pubsub_topic,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *Index) Reset() {
|
||
|
*x = Index{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_store_proto_msgTypes[0]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *Index) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*Index) ProtoMessage() {}
|
||
|
|
||
|
func (x *Index) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_store_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 Index.ProtoReflect.Descriptor instead.
|
||
|
func (*Index) Descriptor() ([]byte, []int) {
|
||
|
return file_store_proto_rawDescGZIP(), []int{0}
|
||
|
}
|
||
|
|
||
|
func (x *Index) GetDigest() []byte {
|
||
|
if x != nil {
|
||
|
return x.Digest
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *Index) GetReceiverTime() int64 {
|
||
|
if x != nil {
|
||
|
return x.ReceiverTime
|
||
|
}
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
func (x *Index) GetSenderTime() int64 {
|
||
|
if x != nil {
|
||
|
return x.SenderTime
|
||
|
}
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
func (x *Index) GetPubsubTopic() string {
|
||
|
if x != nil {
|
||
|
return x.PubsubTopic
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
type PagingInfo struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
PageSize uint64 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
|
||
|
Cursor *Index `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
|
||
|
Direction PagingInfo_Direction `protobuf:"varint,3,opt,name=direction,proto3,enum=waku.store.v2beta4.PagingInfo_Direction" json:"direction,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *PagingInfo) Reset() {
|
||
|
*x = PagingInfo{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_store_proto_msgTypes[1]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *PagingInfo) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*PagingInfo) ProtoMessage() {}
|
||
|
|
||
|
func (x *PagingInfo) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_store_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 PagingInfo.ProtoReflect.Descriptor instead.
|
||
|
func (*PagingInfo) Descriptor() ([]byte, []int) {
|
||
|
return file_store_proto_rawDescGZIP(), []int{1}
|
||
|
}
|
||
|
|
||
|
func (x *PagingInfo) GetPageSize() uint64 {
|
||
|
if x != nil {
|
||
|
return x.PageSize
|
||
|
}
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
func (x *PagingInfo) GetCursor() *Index {
|
||
|
if x != nil {
|
||
|
return x.Cursor
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *PagingInfo) GetDirection() PagingInfo_Direction {
|
||
|
if x != nil {
|
||
|
return x.Direction
|
||
|
}
|
||
|
return PagingInfo_BACKWARD
|
||
|
}
|
||
|
|
||
|
type ContentFilter struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
ContentTopic string `protobuf:"bytes,1,opt,name=content_topic,json=contentTopic,proto3" json:"content_topic,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *ContentFilter) Reset() {
|
||
|
*x = ContentFilter{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_store_proto_msgTypes[2]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *ContentFilter) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*ContentFilter) ProtoMessage() {}
|
||
|
|
||
|
func (x *ContentFilter) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_store_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 ContentFilter.ProtoReflect.Descriptor instead.
|
||
|
func (*ContentFilter) Descriptor() ([]byte, []int) {
|
||
|
return file_store_proto_rawDescGZIP(), []int{2}
|
||
|
}
|
||
|
|
||
|
func (x *ContentFilter) GetContentTopic() string {
|
||
|
if x != nil {
|
||
|
return x.ContentTopic
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
type HistoryQuery struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
// The first field is reserved for future use
|
||
|
PubsubTopic string `protobuf:"bytes,2,opt,name=pubsub_topic,json=pubsubTopic,proto3" json:"pubsub_topic,omitempty"`
|
||
|
ContentFilters []*ContentFilter `protobuf:"bytes,3,rep,name=content_filters,json=contentFilters,proto3" json:"content_filters,omitempty"`
|
||
|
PagingInfo *PagingInfo `protobuf:"bytes,4,opt,name=paging_info,json=pagingInfo,proto3" json:"paging_info,omitempty"`
|
||
|
StartTime *int64 `protobuf:"zigzag64,5,opt,name=start_time,json=startTime,proto3,oneof" json:"start_time,omitempty"`
|
||
|
EndTime *int64 `protobuf:"zigzag64,6,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *HistoryQuery) Reset() {
|
||
|
*x = HistoryQuery{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_store_proto_msgTypes[3]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *HistoryQuery) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*HistoryQuery) ProtoMessage() {}
|
||
|
|
||
|
func (x *HistoryQuery) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_store_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 HistoryQuery.ProtoReflect.Descriptor instead.
|
||
|
func (*HistoryQuery) Descriptor() ([]byte, []int) {
|
||
|
return file_store_proto_rawDescGZIP(), []int{3}
|
||
|
}
|
||
|
|
||
|
func (x *HistoryQuery) GetPubsubTopic() string {
|
||
|
if x != nil {
|
||
|
return x.PubsubTopic
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
func (x *HistoryQuery) GetContentFilters() []*ContentFilter {
|
||
|
if x != nil {
|
||
|
return x.ContentFilters
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *HistoryQuery) GetPagingInfo() *PagingInfo {
|
||
|
if x != nil {
|
||
|
return x.PagingInfo
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *HistoryQuery) GetStartTime() int64 {
|
||
|
if x != nil && x.StartTime != nil {
|
||
|
return *x.StartTime
|
||
|
}
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
func (x *HistoryQuery) GetEndTime() int64 {
|
||
|
if x != nil && x.EndTime != nil {
|
||
|
return *x.EndTime
|
||
|
}
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
type HistoryResponse struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
// The first field is reserved for future use
|
||
|
Messages []*pb.WakuMessage `protobuf:"bytes,2,rep,name=messages,proto3" json:"messages,omitempty"`
|
||
|
PagingInfo *PagingInfo `protobuf:"bytes,3,opt,name=paging_info,json=pagingInfo,proto3" json:"paging_info,omitempty"`
|
||
|
Error HistoryResponse_Error `protobuf:"varint,4,opt,name=error,proto3,enum=waku.store.v2beta4.HistoryResponse_Error" json:"error,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *HistoryResponse) Reset() {
|
||
|
*x = HistoryResponse{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_store_proto_msgTypes[4]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *HistoryResponse) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*HistoryResponse) ProtoMessage() {}
|
||
|
|
||
|
func (x *HistoryResponse) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_store_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 HistoryResponse.ProtoReflect.Descriptor instead.
|
||
|
func (*HistoryResponse) Descriptor() ([]byte, []int) {
|
||
|
return file_store_proto_rawDescGZIP(), []int{4}
|
||
|
}
|
||
|
|
||
|
func (x *HistoryResponse) GetMessages() []*pb.WakuMessage {
|
||
|
if x != nil {
|
||
|
return x.Messages
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *HistoryResponse) GetPagingInfo() *PagingInfo {
|
||
|
if x != nil {
|
||
|
return x.PagingInfo
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *HistoryResponse) GetError() HistoryResponse_Error {
|
||
|
if x != nil {
|
||
|
return x.Error
|
||
|
}
|
||
|
return HistoryResponse_NONE
|
||
|
}
|
||
|
|
||
|
type HistoryRPC struct {
|
||
|
state protoimpl.MessageState
|
||
|
sizeCache protoimpl.SizeCache
|
||
|
unknownFields protoimpl.UnknownFields
|
||
|
|
||
|
RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
|
||
|
Query *HistoryQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
|
||
|
Response *HistoryResponse `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
|
||
|
}
|
||
|
|
||
|
func (x *HistoryRPC) Reset() {
|
||
|
*x = HistoryRPC{}
|
||
|
if protoimpl.UnsafeEnabled {
|
||
|
mi := &file_store_proto_msgTypes[5]
|
||
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||
|
ms.StoreMessageInfo(mi)
|
||
|
}
|
||
|
}
|
||
|
|
||
|
func (x *HistoryRPC) String() string {
|
||
|
return protoimpl.X.MessageStringOf(x)
|
||
|
}
|
||
|
|
||
|
func (*HistoryRPC) ProtoMessage() {}
|
||
|
|
||
|
func (x *HistoryRPC) ProtoReflect() protoreflect.Message {
|
||
|
mi := &file_store_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 HistoryRPC.ProtoReflect.Descriptor instead.
|
||
|
func (*HistoryRPC) Descriptor() ([]byte, []int) {
|
||
|
return file_store_proto_rawDescGZIP(), []int{5}
|
||
|
}
|
||
|
|
||
|
func (x *HistoryRPC) GetRequestId() string {
|
||
|
if x != nil {
|
||
|
return x.RequestId
|
||
|
}
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
func (x *HistoryRPC) GetQuery() *HistoryQuery {
|
||
|
if x != nil {
|
||
|
return x.Query
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (x *HistoryRPC) GetResponse() *HistoryResponse {
|
||
|
if x != nil {
|
||
|
return x.Response
|
||
|
}
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
var File_store_proto protoreflect.FileDescriptor
|
||
|
|
||
|
var file_store_proto_rawDesc = []byte{
|
||
|
0x0a, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x77,
|
||
|
0x61, 0x6b, 0x75, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32, 0x62, 0x65, 0x74, 0x61,
|
||
|
0x34, 0x1a, 0x1d, 0x77, 0x61, 0x6b, 0x75, 0x2f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2f,
|
||
|
0x76, 0x31, 0x2f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||
|
0x22, 0x88, 0x01, 0x0a, 0x05, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x69,
|
||
|
0x67, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x64, 0x69, 0x67, 0x65,
|
||
|
0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x5f, 0x74,
|
||
|
0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x12, 0x52, 0x0c, 0x72, 0x65, 0x63, 0x65, 0x69,
|
||
|
0x76, 0x65, 0x72, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x65, 0x6e, 0x64, 0x65,
|
||
|
0x72, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x12, 0x52, 0x0a, 0x73, 0x65,
|
||
|
0x6e, 0x64, 0x65, 0x72, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x75, 0x62, 0x73,
|
||
|
0x75, 0x62, 0x5f, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
||
|
0x70, 0x75, 0x62, 0x73, 0x75, 0x62, 0x54, 0x6f, 0x70, 0x69, 0x63, 0x22, 0xcc, 0x01, 0x0a, 0x0a,
|
||
|
0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61,
|
||
|
0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x70,
|
||
|
0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x31, 0x0a, 0x06, 0x63, 0x75, 0x72, 0x73, 0x6f,
|
||
|
0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x77, 0x61, 0x6b, 0x75, 0x2e, 0x73,
|
||
|
0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32, 0x62, 0x65, 0x74, 0x61, 0x34, 0x2e, 0x49, 0x6e, 0x64,
|
||
|
0x65, 0x78, 0x52, 0x06, 0x63, 0x75, 0x72, 0x73, 0x6f, 0x72, 0x12, 0x46, 0x0a, 0x09, 0x64, 0x69,
|
||
|
0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e,
|
||
|
0x77, 0x61, 0x6b, 0x75, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32, 0x62, 0x65, 0x74,
|
||
|
0x61, 0x34, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x44, 0x69,
|
||
|
0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69,
|
||
|
0x6f, 0x6e, 0x22, 0x26, 0x0a, 0x09, 0x44, 0x69, 0x72, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12,
|
||
|
0x0c, 0x0a, 0x08, 0x42, 0x41, 0x43, 0x4b, 0x57, 0x41, 0x52, 0x44, 0x10, 0x00, 0x12, 0x0b, 0x0a,
|
||
|
0x07, 0x46, 0x4f, 0x52, 0x57, 0x41, 0x52, 0x44, 0x10, 0x01, 0x22, 0x34, 0x0a, 0x0d, 0x43, 0x6f,
|
||
|
0x6e, 0x74, 0x65, 0x6e, 0x74, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x0d, 0x63,
|
||
|
0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x18, 0x01, 0x20, 0x01,
|
||
|
0x28, 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x6f, 0x70, 0x69, 0x63,
|
||
|
0x22, 0x9e, 0x02, 0x0a, 0x0c, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x51, 0x75, 0x65, 0x72,
|
||
|
0x79, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x75, 0x62, 0x73, 0x75, 0x62, 0x5f, 0x74, 0x6f, 0x70, 0x69,
|
||
|
0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x75, 0x62, 0x73, 0x75, 0x62, 0x54,
|
||
|
0x6f, 0x70, 0x69, 0x63, 0x12, 0x4a, 0x0a, 0x0f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f,
|
||
|
0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e,
|
||
|
0x77, 0x61, 0x6b, 0x75, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32, 0x62, 0x65, 0x74,
|
||
|
0x61, 0x34, 0x2e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72,
|
||
|
0x52, 0x0e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x73,
|
||
|
0x12, 0x3f, 0x0a, 0x0b, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18,
|
||
|
0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x77, 0x61, 0x6b, 0x75, 0x2e, 0x73, 0x74, 0x6f,
|
||
|
0x72, 0x65, 0x2e, 0x76, 0x32, 0x62, 0x65, 0x74, 0x61, 0x34, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e,
|
||
|
0x67, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x66,
|
||
|
0x6f, 0x12, 0x22, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18,
|
||
|
0x05, 0x20, 0x01, 0x28, 0x12, 0x48, 0x00, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69,
|
||
|
0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d,
|
||
|
0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x12, 0x48, 0x01, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69,
|
||
|
0x6d, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f,
|
||
|
0x74, 0x69, 0x6d, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d,
|
||
|
0x65, 0x22, 0xf4, 0x01, 0x0a, 0x0f, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x73,
|
||
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x38, 0x0a, 0x08, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
||
|
0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x77, 0x61, 0x6b, 0x75, 0x2e, 0x6d,
|
||
|
0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x6b, 0x75, 0x4d, 0x65,
|
||
|
0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x08, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x73, 0x12,
|
||
|
0x3f, 0x0a, 0x0b, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03,
|
||
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x77, 0x61, 0x6b, 0x75, 0x2e, 0x73, 0x74, 0x6f, 0x72,
|
||
|
0x65, 0x2e, 0x76, 0x32, 0x62, 0x65, 0x74, 0x61, 0x34, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x67,
|
||
|
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x66, 0x6f,
|
||
|
0x12, 0x3f, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32,
|
||
|
0x29, 0x2e, 0x77, 0x61, 0x6b, 0x75, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32, 0x62,
|
||
|
0x65, 0x74, 0x61, 0x34, 0x2e, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x73, 0x70,
|
||
|
0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f,
|
||
|
0x72, 0x22, 0x25, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f,
|
||
|
0x4e, 0x45, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x5f,
|
||
|
0x43, 0x55, 0x52, 0x53, 0x4f, 0x52, 0x10, 0x01, 0x22, 0xa4, 0x01, 0x0a, 0x0a, 0x48, 0x69, 0x73,
|
||
|
0x74, 0x6f, 0x72, 0x79, 0x52, 0x50, 0x43, 0x12, 0x1d, 0x0a, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65,
|
||
|
0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x71,
|
||
|
0x75, 0x65, 0x73, 0x74, 0x49, 0x64, 0x12, 0x36, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18,
|
||
|
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x77, 0x61, 0x6b, 0x75, 0x2e, 0x73, 0x74, 0x6f,
|
||
|
0x72, 0x65, 0x2e, 0x76, 0x32, 0x62, 0x65, 0x74, 0x61, 0x34, 0x2e, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
||
|
0x72, 0x79, 0x51, 0x75, 0x65, 0x72, 0x79, 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x12, 0x3f,
|
||
|
0x0a, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
|
||
|
0x32, 0x23, 0x2e, 0x77, 0x61, 0x6b, 0x75, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x76, 0x32,
|
||
|
0x62, 0x65, 0x74, 0x61, 0x34, 0x2e, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x52, 0x65, 0x73,
|
||
|
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x62,
|
||
|
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||
|
}
|
||
|
|
||
|
var (
|
||
|
file_store_proto_rawDescOnce sync.Once
|
||
|
file_store_proto_rawDescData = file_store_proto_rawDesc
|
||
|
)
|
||
|
|
||
|
func file_store_proto_rawDescGZIP() []byte {
|
||
|
file_store_proto_rawDescOnce.Do(func() {
|
||
|
file_store_proto_rawDescData = protoimpl.X.CompressGZIP(file_store_proto_rawDescData)
|
||
|
})
|
||
|
return file_store_proto_rawDescData
|
||
|
}
|
||
|
|
||
|
var file_store_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
|
||
|
var file_store_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
||
|
var file_store_proto_goTypes = []interface{}{
|
||
|
(PagingInfo_Direction)(0), // 0: waku.store.v2beta4.PagingInfo.Direction
|
||
|
(HistoryResponse_Error)(0), // 1: waku.store.v2beta4.HistoryResponse.Error
|
||
|
(*Index)(nil), // 2: waku.store.v2beta4.Index
|
||
|
(*PagingInfo)(nil), // 3: waku.store.v2beta4.PagingInfo
|
||
|
(*ContentFilter)(nil), // 4: waku.store.v2beta4.ContentFilter
|
||
|
(*HistoryQuery)(nil), // 5: waku.store.v2beta4.HistoryQuery
|
||
|
(*HistoryResponse)(nil), // 6: waku.store.v2beta4.HistoryResponse
|
||
|
(*HistoryRPC)(nil), // 7: waku.store.v2beta4.HistoryRPC
|
||
|
(*pb.WakuMessage)(nil), // 8: waku.message.v1.WakuMessage
|
||
|
}
|
||
|
var file_store_proto_depIdxs = []int32{
|
||
|
2, // 0: waku.store.v2beta4.PagingInfo.cursor:type_name -> waku.store.v2beta4.Index
|
||
|
0, // 1: waku.store.v2beta4.PagingInfo.direction:type_name -> waku.store.v2beta4.PagingInfo.Direction
|
||
|
4, // 2: waku.store.v2beta4.HistoryQuery.content_filters:type_name -> waku.store.v2beta4.ContentFilter
|
||
|
3, // 3: waku.store.v2beta4.HistoryQuery.paging_info:type_name -> waku.store.v2beta4.PagingInfo
|
||
|
8, // 4: waku.store.v2beta4.HistoryResponse.messages:type_name -> waku.message.v1.WakuMessage
|
||
|
3, // 5: waku.store.v2beta4.HistoryResponse.paging_info:type_name -> waku.store.v2beta4.PagingInfo
|
||
|
1, // 6: waku.store.v2beta4.HistoryResponse.error:type_name -> waku.store.v2beta4.HistoryResponse.Error
|
||
|
5, // 7: waku.store.v2beta4.HistoryRPC.query:type_name -> waku.store.v2beta4.HistoryQuery
|
||
|
6, // 8: waku.store.v2beta4.HistoryRPC.response:type_name -> waku.store.v2beta4.HistoryResponse
|
||
|
9, // [9:9] is the sub-list for method output_type
|
||
|
9, // [9:9] is the sub-list for method input_type
|
||
|
9, // [9:9] is the sub-list for extension type_name
|
||
|
9, // [9:9] is the sub-list for extension extendee
|
||
|
0, // [0:9] is the sub-list for field type_name
|
||
|
}
|
||
|
|
||
|
func init() { file_store_proto_init() }
|
||
|
func file_store_proto_init() {
|
||
|
if File_store_proto != nil {
|
||
|
return
|
||
|
}
|
||
|
if !protoimpl.UnsafeEnabled {
|
||
|
file_store_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*Index); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_store_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*PagingInfo); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_store_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*ContentFilter); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_store_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*HistoryQuery); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_store_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*HistoryResponse); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
file_store_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||
|
switch v := v.(*HistoryRPC); i {
|
||
|
case 0:
|
||
|
return &v.state
|
||
|
case 1:
|
||
|
return &v.sizeCache
|
||
|
case 2:
|
||
|
return &v.unknownFields
|
||
|
default:
|
||
|
return nil
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
file_store_proto_msgTypes[3].OneofWrappers = []interface{}{}
|
||
|
type x struct{}
|
||
|
out := protoimpl.TypeBuilder{
|
||
|
File: protoimpl.DescBuilder{
|
||
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||
|
RawDescriptor: file_store_proto_rawDesc,
|
||
|
NumEnums: 2,
|
||
|
NumMessages: 6,
|
||
|
NumExtensions: 0,
|
||
|
NumServices: 0,
|
||
|
},
|
||
|
GoTypes: file_store_proto_goTypes,
|
||
|
DependencyIndexes: file_store_proto_depIdxs,
|
||
|
EnumInfos: file_store_proto_enumTypes,
|
||
|
MessageInfos: file_store_proto_msgTypes,
|
||
|
}.Build()
|
||
|
File_store_proto = out.File
|
||
|
file_store_proto_rawDesc = nil
|
||
|
file_store_proto_goTypes = nil
|
||
|
file_store_proto_depIdxs = nil
|
||
|
}
|