// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.1 // protoc v3.11.2 // source: objects.proto package protobuf 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 Document struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` } func (x *Document) Reset() { *x = Document{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Document) String() string { return protoimpl.X.MessageStringOf(x) } func (*Document) ProtoMessage() {} func (x *Document) ProtoReflect() protoreflect.Message { mi := &file_objects_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 Document.ProtoReflect.Descriptor instead. func (*Document) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{0} } func (x *Document) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *Document) GetContent() string { if x != nil { return x.Content } return "" } type User struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Github string `protobuf:"bytes,3,opt,name=github,proto3" json:"github,omitempty"` } func (x *User) Reset() { *x = User{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *User) String() string { return protoimpl.X.MessageStringOf(x) } func (*User) ProtoMessage() {} func (x *User) ProtoReflect() protoreflect.Message { mi := &file_objects_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 User.ProtoReflect.Descriptor instead. func (*User) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{1} } func (x *User) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *User) GetGithub() string { if x != nil { return x.Github } return "" } type ActivityPubObject struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Context string `protobuf:"bytes,2,opt,name=context,json=@context,proto3" json:"context,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Actor string `protobuf:"bytes,5,opt,name=actor,proto3" json:"actor,omitempty"` From string `protobuf:"bytes,6,opt,name=from,proto3" json:"from,omitempty"` To []string `protobuf:"bytes,7,rep,name=to,proto3" json:"to,omitempty"` InReplyTo string `protobuf:"bytes,8,opt,name=inReplyTo,proto3" json:"inReplyTo,omitempty"` Content string `protobuf:"bytes,9,opt,name=content,proto3" json:"content,omitempty"` Published string `protobuf:"bytes,10,opt,name=published,proto3" json:"published,omitempty"` } func (x *ActivityPubObject) Reset() { *x = ActivityPubObject{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityPubObject) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityPubObject) ProtoMessage() {} func (x *ActivityPubObject) ProtoReflect() protoreflect.Message { mi := &file_objects_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 ActivityPubObject.ProtoReflect.Descriptor instead. func (*ActivityPubObject) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{2} } func (x *ActivityPubObject) GetContext() string { if x != nil { return x.Context } return "" } func (x *ActivityPubObject) GetId() string { if x != nil { return x.Id } return "" } func (x *ActivityPubObject) GetType() string { if x != nil { return x.Type } return "" } func (x *ActivityPubObject) GetActor() string { if x != nil { return x.Actor } return "" } func (x *ActivityPubObject) GetFrom() string { if x != nil { return x.From } return "" } func (x *ActivityPubObject) GetTo() []string { if x != nil { return x.To } return nil } func (x *ActivityPubObject) GetInReplyTo() string { if x != nil { return x.InReplyTo } return "" } func (x *ActivityPubObject) GetContent() string { if x != nil { return x.Content } return "" } func (x *ActivityPubObject) GetPublished() string { if x != nil { return x.Published } return "" } type ActivityPubActivity struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Context string `protobuf:"bytes,2,opt,name=context,json=@context,proto3" json:"context,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Actor string `protobuf:"bytes,5,opt,name=actor,proto3" json:"actor,omitempty"` Object *ActivityPubObject `protobuf:"bytes,6,opt,name=object,proto3" json:"object,omitempty"` From string `protobuf:"bytes,7,opt,name=from,proto3" json:"from,omitempty"` To []string `protobuf:"bytes,8,rep,name=to,proto3" json:"to,omitempty"` InReplyTo string `protobuf:"bytes,9,opt,name=inReplyTo,proto3" json:"inReplyTo,omitempty"` Content string `protobuf:"bytes,10,opt,name=content,proto3" json:"content,omitempty"` Published string `protobuf:"bytes,11,opt,name=published,proto3" json:"published,omitempty"` } func (x *ActivityPubActivity) Reset() { *x = ActivityPubActivity{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityPubActivity) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityPubActivity) ProtoMessage() {} func (x *ActivityPubActivity) ProtoReflect() protoreflect.Message { mi := &file_objects_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 ActivityPubActivity.ProtoReflect.Descriptor instead. func (*ActivityPubActivity) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{3} } func (x *ActivityPubActivity) GetContext() string { if x != nil { return x.Context } return "" } func (x *ActivityPubActivity) GetId() string { if x != nil { return x.Id } return "" } func (x *ActivityPubActivity) GetType() string { if x != nil { return x.Type } return "" } func (x *ActivityPubActivity) GetActor() string { if x != nil { return x.Actor } return "" } func (x *ActivityPubActivity) GetObject() *ActivityPubObject { if x != nil { return x.Object } return nil } func (x *ActivityPubActivity) GetFrom() string { if x != nil { return x.From } return "" } func (x *ActivityPubActivity) GetTo() []string { if x != nil { return x.To } return nil } func (x *ActivityPubActivity) GetInReplyTo() string { if x != nil { return x.InReplyTo } return "" } func (x *ActivityPubActivity) GetContent() string { if x != nil { return x.Content } return "" } func (x *ActivityPubActivity) GetPublished() string { if x != nil { return x.Published } return "" } type ActivityPubPublicKey struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"` PublicKeyPem string `protobuf:"bytes,4,opt,name=publicKeyPem,proto3" json:"publicKeyPem,omitempty"` } func (x *ActivityPubPublicKey) Reset() { *x = ActivityPubPublicKey{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityPubPublicKey) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityPubPublicKey) ProtoMessage() {} func (x *ActivityPubPublicKey) ProtoReflect() protoreflect.Message { mi := &file_objects_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 ActivityPubPublicKey.ProtoReflect.Descriptor instead. func (*ActivityPubPublicKey) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{4} } func (x *ActivityPubPublicKey) GetId() string { if x != nil { return x.Id } return "" } func (x *ActivityPubPublicKey) GetOwner() string { if x != nil { return x.Owner } return "" } func (x *ActivityPubPublicKey) GetPublicKeyPem() string { if x != nil { return x.PublicKeyPem } return "" } type ActivityPubLink struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Href string `protobuf:"bytes,2,opt,name=href,proto3" json:"href,omitempty"` Rel string `protobuf:"bytes,3,opt,name=rel,proto3" json:"rel,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Template string `protobuf:"bytes,5,opt,name=template,proto3" json:"template,omitempty"` } func (x *ActivityPubLink) Reset() { *x = ActivityPubLink{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityPubLink) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityPubLink) ProtoMessage() {} func (x *ActivityPubLink) ProtoReflect() protoreflect.Message { mi := &file_objects_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 ActivityPubLink.ProtoReflect.Descriptor instead. func (*ActivityPubLink) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{5} } func (x *ActivityPubLink) GetHref() string { if x != nil { return x.Href } return "" } func (x *ActivityPubLink) GetRel() string { if x != nil { return x.Rel } return "" } func (x *ActivityPubLink) GetType() string { if x != nil { return x.Type } return "" } func (x *ActivityPubLink) GetTemplate() string { if x != nil { return x.Template } return "" } type ActivityPubMedia struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields MediaType string `protobuf:"bytes,2,opt,name=mediaType,proto3" json:"mediaType,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` Width int32 `protobuf:"varint,5,opt,name=width,proto3" json:"width,omitempty"` Height int32 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"` } func (x *ActivityPubMedia) Reset() { *x = ActivityPubMedia{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityPubMedia) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityPubMedia) ProtoMessage() {} func (x *ActivityPubMedia) ProtoReflect() protoreflect.Message { mi := &file_objects_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 ActivityPubMedia.ProtoReflect.Descriptor instead. func (*ActivityPubMedia) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{6} } func (x *ActivityPubMedia) GetMediaType() string { if x != nil { return x.MediaType } return "" } func (x *ActivityPubMedia) GetType() string { if x != nil { return x.Type } return "" } func (x *ActivityPubMedia) GetUrl() string { if x != nil { return x.Url } return "" } func (x *ActivityPubMedia) GetWidth() int32 { if x != nil { return x.Width } return 0 } func (x *ActivityPubMedia) GetHeight() int32 { if x != nil { return x.Height } return 0 } type ActivityPubIncomingActivity struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` IdentityId int64 `protobuf:"varint,2,opt,name=identityId,proto3" json:"identityId,omitempty"` UniqueIdentifier string `protobuf:"bytes,3,opt,name=uniqueIdentifier,proto3" json:"uniqueIdentifier,omitempty"` Timestamp int64 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` From string `protobuf:"bytes,5,opt,name=from,proto3" json:"from,omitempty"` To string `protobuf:"bytes,6,opt,name=to,proto3" json:"to,omitempty"` Content string `protobuf:"bytes,7,opt,name=content,proto3" json:"content,omitempty"` Raw string `protobuf:"bytes,8,opt,name=raw,proto3" json:"raw,omitempty"` } func (x *ActivityPubIncomingActivity) Reset() { *x = ActivityPubIncomingActivity{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityPubIncomingActivity) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityPubIncomingActivity) ProtoMessage() {} func (x *ActivityPubIncomingActivity) ProtoReflect() protoreflect.Message { mi := &file_objects_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 ActivityPubIncomingActivity.ProtoReflect.Descriptor instead. func (*ActivityPubIncomingActivity) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{7} } func (x *ActivityPubIncomingActivity) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *ActivityPubIncomingActivity) GetIdentityId() int64 { if x != nil { return x.IdentityId } return 0 } func (x *ActivityPubIncomingActivity) GetUniqueIdentifier() string { if x != nil { return x.UniqueIdentifier } return "" } func (x *ActivityPubIncomingActivity) GetTimestamp() int64 { if x != nil { return x.Timestamp } return 0 } func (x *ActivityPubIncomingActivity) GetFrom() string { if x != nil { return x.From } return "" } func (x *ActivityPubIncomingActivity) GetTo() string { if x != nil { return x.To } return "" } func (x *ActivityPubIncomingActivity) GetContent() string { if x != nil { return x.Content } return "" } func (x *ActivityPubIncomingActivity) GetRaw() string { if x != nil { return x.Raw } return "" } type ActivityPubOutgoingActivity struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` IdentityId int64 `protobuf:"varint,2,opt,name=identityId,proto3" json:"identityId,omitempty"` UniqueIdentifier string `protobuf:"bytes,3,opt,name=uniqueIdentifier,proto3" json:"uniqueIdentifier,omitempty"` Timestamp int64 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` From string `protobuf:"bytes,5,opt,name=from,proto3" json:"from,omitempty"` To string `protobuf:"bytes,6,opt,name=to,proto3" json:"to,omitempty"` Content string `protobuf:"bytes,7,opt,name=content,proto3" json:"content,omitempty"` Raw string `protobuf:"bytes,8,opt,name=raw,proto3" json:"raw,omitempty"` } func (x *ActivityPubOutgoingActivity) Reset() { *x = ActivityPubOutgoingActivity{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityPubOutgoingActivity) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityPubOutgoingActivity) ProtoMessage() {} func (x *ActivityPubOutgoingActivity) ProtoReflect() protoreflect.Message { mi := &file_objects_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 ActivityPubOutgoingActivity.ProtoReflect.Descriptor instead. func (*ActivityPubOutgoingActivity) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{8} } func (x *ActivityPubOutgoingActivity) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *ActivityPubOutgoingActivity) GetIdentityId() int64 { if x != nil { return x.IdentityId } return 0 } func (x *ActivityPubOutgoingActivity) GetUniqueIdentifier() string { if x != nil { return x.UniqueIdentifier } return "" } func (x *ActivityPubOutgoingActivity) GetTimestamp() int64 { if x != nil { return x.Timestamp } return 0 } func (x *ActivityPubOutgoingActivity) GetFrom() string { if x != nil { return x.From } return "" } func (x *ActivityPubOutgoingActivity) GetTo() string { if x != nil { return x.To } return "" } func (x *ActivityPubOutgoingActivity) GetContent() string { if x != nil { return x.Content } return "" } func (x *ActivityPubOutgoingActivity) GetRaw() string { if x != nil { return x.Raw } return "" } type ActivityPubFollower struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Handle string `protobuf:"bytes,2,opt,name=handle,proto3" json:"handle,omitempty"` Inbox string `protobuf:"bytes,3,opt,name=inbox,proto3" json:"inbox,omitempty"` Subject string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"` Activity string `protobuf:"bytes,5,opt,name=activity,proto3" json:"activity,omitempty"` Accepted bool `protobuf:"varint,6,opt,name=accepted,proto3" json:"accepted,omitempty"` } func (x *ActivityPubFollower) Reset() { *x = ActivityPubFollower{} if protoimpl.UnsafeEnabled { mi := &file_objects_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivityPubFollower) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivityPubFollower) ProtoMessage() {} func (x *ActivityPubFollower) ProtoReflect() protoreflect.Message { mi := &file_objects_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 ActivityPubFollower.ProtoReflect.Descriptor instead. func (*ActivityPubFollower) Descriptor() ([]byte, []int) { return file_objects_proto_rawDescGZIP(), []int{9} } func (x *ActivityPubFollower) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *ActivityPubFollower) GetHandle() string { if x != nil { return x.Handle } return "" } func (x *ActivityPubFollower) GetInbox() string { if x != nil { return x.Inbox } return "" } func (x *ActivityPubFollower) GetSubject() string { if x != nil { return x.Subject } return "" } func (x *ActivityPubFollower) GetActivity() string { if x != nil { return x.Activity } return "" } func (x *ActivityPubFollower) GetAccepted() bool { if x != nil { return x.Accepted } return false } var File_objects_proto protoreflect.FileDescriptor var file_objects_proto_rawDesc = []byte{ 0x0a, 0x0d, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x22, 0x34, 0x0a, 0x08, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0x2e, 0x0a, 0x04, 0x55, 0x73, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x22, 0xe2, 0x01, 0x0a, 0x11, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x19, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x40, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x02, 0x74, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x54, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x54, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x22, 0x99, 0x02, 0x0a, 0x13, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x12, 0x19, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x40, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x33, 0x0a, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x02, 0x74, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x54, 0x6f, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x54, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x22, 0x60, 0x0a, 0x14, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x50, 0x65, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x4b, 0x65, 0x79, 0x50, 0x65, 0x6d, 0x22, 0x67, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x72, 0x65, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x72, 0x65, 0x66, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x72, 0x65, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x84, 0x01, 0x0a, 0x10, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x4d, 0x65, 0x64, 0x69, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x77, 0x69, 0x64, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, 0xe7, 0x01, 0x0a, 0x1b, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x49, 0x6e, 0x63, 0x6f, 0x6d, 0x69, 0x6e, 0x67, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x74, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x72, 0x61, 0x77, 0x22, 0xe7, 0x01, 0x0a, 0x1b, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x4f, 0x75, 0x74, 0x67, 0x6f, 0x69, 0x6e, 0x67, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x74, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x72, 0x61, 0x77, 0x22, 0xa5, 0x01, 0x0a, 0x13, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x50, 0x75, 0x62, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x62, 0x6f, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6e, 0x62, 0x6f, 0x78, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_objects_proto_rawDescOnce sync.Once file_objects_proto_rawDescData = file_objects_proto_rawDesc ) func file_objects_proto_rawDescGZIP() []byte { file_objects_proto_rawDescOnce.Do(func() { file_objects_proto_rawDescData = protoimpl.X.CompressGZIP(file_objects_proto_rawDescData) }) return file_objects_proto_rawDescData } var file_objects_proto_msgTypes = make([]protoimpl.MessageInfo, 10) var file_objects_proto_goTypes = []interface{}{ (*Document)(nil), // 0: protobuf.Document (*User)(nil), // 1: protobuf.User (*ActivityPubObject)(nil), // 2: protobuf.ActivityPubObject (*ActivityPubActivity)(nil), // 3: protobuf.ActivityPubActivity (*ActivityPubPublicKey)(nil), // 4: protobuf.ActivityPubPublicKey (*ActivityPubLink)(nil), // 5: protobuf.ActivityPubLink (*ActivityPubMedia)(nil), // 6: protobuf.ActivityPubMedia (*ActivityPubIncomingActivity)(nil), // 7: protobuf.ActivityPubIncomingActivity (*ActivityPubOutgoingActivity)(nil), // 8: protobuf.ActivityPubOutgoingActivity (*ActivityPubFollower)(nil), // 9: protobuf.ActivityPubFollower } var file_objects_proto_depIdxs = []int32{ 2, // 0: protobuf.ActivityPubActivity.object:type_name -> protobuf.ActivityPubObject 1, // [1:1] is the sub-list for method output_type 1, // [1:1] is the sub-list for method input_type 1, // [1:1] is the sub-list for extension type_name 1, // [1:1] is the sub-list for extension extendee 0, // [0:1] is the sub-list for field type_name } func init() { file_objects_proto_init() } func file_objects_proto_init() { if File_objects_proto != nil { return } if !protoimpl.UnsafeEnabled { file_objects_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Document); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_objects_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*User); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_objects_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityPubObject); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_objects_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityPubActivity); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_objects_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityPubPublicKey); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_objects_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityPubLink); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_objects_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityPubMedia); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_objects_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityPubIncomingActivity); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_objects_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityPubOutgoingActivity); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_objects_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ActivityPubFollower); 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_objects_proto_rawDesc, NumEnums: 0, NumMessages: 10, NumExtensions: 0, NumServices: 0, }, GoTypes: file_objects_proto_goTypes, DependencyIndexes: file_objects_proto_depIdxs, MessageInfos: file_objects_proto_msgTypes, }.Build() File_objects_proto = out.File file_objects_proto_rawDesc = nil file_objects_proto_goTypes = nil file_objects_proto_depIdxs = nil }