Documentation ¶
Index ¶
- Variables
- func RegisterContentAPIServer(s grpc.ServiceRegistrar, srv ContentAPIServer)
- type AddAttachmentIDForContentURLRequest
- func (*AddAttachmentIDForContentURLRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddAttachmentIDForContentURLRequest) GetAttachmentId() string
- func (x *AddAttachmentIDForContentURLRequest) GetContentUrl() string
- func (*AddAttachmentIDForContentURLRequest) ProtoMessage()
- func (x *AddAttachmentIDForContentURLRequest) ProtoReflect() protoreflect.Message
- func (x *AddAttachmentIDForContentURLRequest) Reset()
- func (x *AddAttachmentIDForContentURLRequest) String() string
- type AddPostToCollectionRequest
- func (*AddPostToCollectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddPostToCollectionRequest) GetCollectionId() string
- func (x *AddPostToCollectionRequest) GetPostId() string
- func (*AddPostToCollectionRequest) ProtoMessage()
- func (x *AddPostToCollectionRequest) ProtoReflect() protoreflect.Message
- func (x *AddPostToCollectionRequest) Reset()
- func (x *AddPostToCollectionRequest) String() string
- type AddPostToCollectionResponse
- type CirclePostsConnectionRequest
- func (*CirclePostsConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CirclePostsConnectionRequest) GetCircleId() string
- func (x *CirclePostsConnectionRequest) GetCursor() *PageCursor
- func (*CirclePostsConnectionRequest) ProtoMessage()
- func (x *CirclePostsConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *CirclePostsConnectionRequest) Reset()
- func (x *CirclePostsConnectionRequest) String() string
- type Collection
- func (*Collection) Descriptor() ([]byte, []int)deprecated
- func (x *Collection) GetCreatedAt() string
- func (x *Collection) GetCursorId() string
- func (x *Collection) GetDescription() string
- func (x *Collection) GetId() string
- func (x *Collection) GetIsPublic() bool
- func (x *Collection) GetPreviewPosts() []*Post
- func (x *Collection) GetTitle() string
- func (x *Collection) GetUserId() string
- func (*Collection) ProtoMessage()
- func (x *Collection) ProtoReflect() protoreflect.Message
- func (x *Collection) Reset()
- func (x *Collection) String() string
- type CollectionPost
- func (*CollectionPost) Descriptor() ([]byte, []int)deprecated
- func (x *CollectionPost) GetCollectionId() string
- func (x *CollectionPost) GetCreatedAt() string
- func (x *CollectionPost) GetCursorId() string
- func (x *CollectionPost) GetPostId() string
- func (*CollectionPost) ProtoMessage()
- func (x *CollectionPost) ProtoReflect() protoreflect.Message
- func (x *CollectionPost) Reset()
- func (x *CollectionPost) String() string
- type Comment
- func (*Comment) Descriptor() ([]byte, []int)deprecated
- func (x *Comment) GetCursorId() string
- func (x *Comment) GetData() *CommentData
- func (x *Comment) GetId() string
- func (*Comment) ProtoMessage()
- func (x *Comment) ProtoReflect() protoreflect.Message
- func (x *Comment) Reset()
- func (x *Comment) String() string
- type CommentCountersMigrationProgress
- func (*CommentCountersMigrationProgress) Descriptor() ([]byte, []int)deprecated
- func (x *CommentCountersMigrationProgress) GetEnded() *timestamppb.Timestamp
- func (x *CommentCountersMigrationProgress) GetHasErrors() bool
- func (x *CommentCountersMigrationProgress) GetOutOf() int64
- func (x *CommentCountersMigrationProgress) GetProcessed() int64
- func (x *CommentCountersMigrationProgress) GetStarted() *timestamppb.Timestamp
- func (*CommentCountersMigrationProgress) ProtoMessage()
- func (x *CommentCountersMigrationProgress) ProtoReflect() protoreflect.Message
- func (x *CommentCountersMigrationProgress) Reset()
- func (x *CommentCountersMigrationProgress) String() string
- type CommentData
- func (*CommentData) Descriptor() ([]byte, []int)deprecated
- func (x *CommentData) GetAppMentions() []string
- func (x *CommentData) GetAttachmentIds() []string
- func (x *CommentData) GetCircleMentions() []string
- func (x *CommentData) GetContactMentions() []string
- func (x *CommentData) GetCounter() *CommentData_Counter
- func (x *CommentData) GetCreatedAt() string
- func (x *CommentData) GetDeletedAt() *timestamppb.Timestamp
- func (x *CommentData) GetIReacted() bool
- func (x *CommentData) GetOwnerId() string
- func (x *CommentData) GetOwnerKind() protobuf.IdentityKind
- func (x *CommentData) GetParentId() string
- func (x *CommentData) GetPostId() string
- func (x *CommentData) GetScore() int64
- func (x *CommentData) GetText() string
- func (x *CommentData) GetUserId() string
- func (x *CommentData) GetUserMentions() []string
- func (*CommentData) ProtoMessage()
- func (x *CommentData) ProtoReflect() protoreflect.Message
- func (x *CommentData) Reset()
- func (x *CommentData) String() string
- type CommentData_Counter
- func (*CommentData_Counter) Descriptor() ([]byte, []int)deprecated
- func (x *CommentData_Counter) GetComments() int64
- func (x *CommentData_Counter) GetReactions() map[string]int64
- func (*CommentData_Counter) ProtoMessage()
- func (x *CommentData_Counter) ProtoReflect() protoreflect.Message
- func (x *CommentData_Counter) Reset()
- func (x *CommentData_Counter) String() string
- type ContentAPIClient
- type ContentAPIServer
- type ContentCounterKind
- func (ContentCounterKind) Descriptor() protoreflect.EnumDescriptor
- func (x ContentCounterKind) Enum() *ContentCounterKind
- func (ContentCounterKind) EnumDescriptor() ([]byte, []int)deprecated
- func (x ContentCounterKind) Number() protoreflect.EnumNumber
- func (x ContentCounterKind) String() string
- func (ContentCounterKind) Type() protoreflect.EnumType
- type CreateCollectionRequest
- func (*CreateCollectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCollectionRequest) GetDescription() string
- func (x *CreateCollectionRequest) GetIsPublic() bool
- func (x *CreateCollectionRequest) GetTitle() string
- func (*CreateCollectionRequest) ProtoMessage()
- func (x *CreateCollectionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCollectionRequest) Reset()
- func (x *CreateCollectionRequest) String() string
- type CreateCollectionResponse
- func (*CreateCollectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCollectionResponse) GetCollection() *Collection
- func (*CreateCollectionResponse) ProtoMessage()
- func (x *CreateCollectionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateCollectionResponse) Reset()
- func (x *CreateCollectionResponse) String() string
- type CreateCommentRequest
- func (*CreateCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentRequest) GetAppMentions() []string
- func (x *CreateCommentRequest) GetAttachmentIds() []string
- func (x *CreateCommentRequest) GetCircleMentions() []string
- func (x *CreateCommentRequest) GetContactMentions() []string
- func (x *CreateCommentRequest) GetParentId() string
- func (x *CreateCommentRequest) GetPostId() string
- func (x *CreateCommentRequest) GetText() string
- func (x *CreateCommentRequest) GetUserMentions() []string
- func (*CreateCommentRequest) ProtoMessage()
- func (x *CreateCommentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateCommentRequest) Reset()
- func (x *CreateCommentRequest) String() string
- type CreateCommentResponse
- func (*CreateCommentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateCommentResponse) GetComment() *Comment
- func (*CreateCommentResponse) ProtoMessage()
- func (x *CreateCommentResponse) ProtoReflect() protoreflect.Message
- func (x *CreateCommentResponse) Reset()
- func (x *CreateCommentResponse) String() string
- type CreatePostRequest
- type CreatePostResponse
- type DataAudio
- type DataImg
- func (*DataImg) Descriptor() ([]byte, []int)deprecated
- func (x *DataImg) GetContent() string
- func (x *DataImg) GetId() string
- func (x *DataImg) GetThumb() string
- func (x *DataImg) GetUrl() string
- func (*DataImg) ProtoMessage()
- func (x *DataImg) ProtoReflect() protoreflect.Message
- func (x *DataImg) Reset()
- func (x *DataImg) String() string
- type DataLink
- func (*DataLink) Descriptor() ([]byte, []int)deprecated
- func (x *DataLink) GetContent() string
- func (x *DataLink) GetText() string
- func (x *DataLink) GetUrl() string
- func (*DataLink) ProtoMessage()
- func (x *DataLink) ProtoReflect() protoreflect.Message
- func (x *DataLink) Reset()
- func (x *DataLink) String() string
- type DataPoll
- func (*DataPoll) Descriptor() ([]byte, []int)deprecated
- func (x *DataPoll) GetContent() string
- func (x *DataPoll) GetOptions() *DataPoll_Options
- func (x *DataPoll) GetVariants() []*DataPoll_Variant
- func (x *DataPoll) GetVotedId() string
- func (x *DataPoll) GetVotesTotal() int64
- func (*DataPoll) ProtoMessage()
- func (x *DataPoll) ProtoReflect() protoreflect.Message
- func (x *DataPoll) Reset()
- func (x *DataPoll) String() string
- type DataPoll_Options
- func (*DataPoll_Options) Descriptor() ([]byte, []int)deprecated
- func (x *DataPoll_Options) GetAlreadyVoted() bool
- func (x *DataPoll_Options) GetIsCompleted() bool
- func (x *DataPoll_Options) GetShowResults() bool
- func (*DataPoll_Options) ProtoMessage()
- func (x *DataPoll_Options) ProtoReflect() protoreflect.Message
- func (x *DataPoll_Options) Reset()
- func (x *DataPoll_Options) String() string
- type DataPoll_Result
- type DataPoll_Variant
- func (*DataPoll_Variant) Descriptor() ([]byte, []int)deprecated
- func (x *DataPoll_Variant) GetId() string
- func (x *DataPoll_Variant) GetImageUrl() string
- func (x *DataPoll_Variant) GetVotesCount() int64
- func (*DataPoll_Variant) ProtoMessage()
- func (x *DataPoll_Variant) ProtoReflect() protoreflect.Message
- func (x *DataPoll_Variant) Reset()
- func (x *DataPoll_Variant) String() string
- type DataText
- func (*DataText) Descriptor() ([]byte, []int)deprecated
- func (x *DataText) GetColor() int64
- func (x *DataText) GetContent() string
- func (x *DataText) GetMore() string
- func (*DataText) ProtoMessage()
- func (x *DataText) ProtoReflect() protoreflect.Message
- func (x *DataText) Reset()
- func (x *DataText) String() string
- type DataVideo
- func (*DataVideo) Descriptor() ([]byte, []int)deprecated
- func (x *DataVideo) GetContent() string
- func (x *DataVideo) GetDuration() int64
- func (x *DataVideo) GetId() string
- func (x *DataVideo) GetThumb() string
- func (x *DataVideo) GetUrl() string
- func (*DataVideo) ProtoMessage()
- func (x *DataVideo) ProtoReflect() protoreflect.Message
- func (x *DataVideo) Reset()
- func (x *DataVideo) String() string
- type DeleteCollectionRequest
- func (*DeleteCollectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCollectionRequest) GetCollectionId() string
- func (*DeleteCollectionRequest) ProtoMessage()
- func (x *DeleteCollectionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCollectionRequest) Reset()
- func (x *DeleteCollectionRequest) String() string
- type DeleteCollectionResponse
- type DeleteCommentRequest
- func (*DeleteCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteCommentRequest) GetCircleId() string
- func (x *DeleteCommentRequest) GetId() string
- func (*DeleteCommentRequest) ProtoMessage()
- func (x *DeleteCommentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteCommentRequest) Reset()
- func (x *DeleteCommentRequest) String() string
- type DeletePostRequest
- func (*DeletePostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePostRequest) GetId() string
- func (x *DeletePostRequest) GetReason() string
- func (*DeletePostRequest) ProtoMessage()
- func (x *DeletePostRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePostRequest) Reset()
- func (x *DeletePostRequest) String() string
- type DeletePostsFromCollectionRequest
- func (*DeletePostsFromCollectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePostsFromCollectionRequest) GetCollectionId() string
- func (x *DeletePostsFromCollectionRequest) GetPostIds() []string
- func (x *DeletePostsFromCollectionRequest) GetUnsave() bool
- func (*DeletePostsFromCollectionRequest) ProtoMessage()
- func (x *DeletePostsFromCollectionRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePostsFromCollectionRequest) Reset()
- func (x *DeletePostsFromCollectionRequest) String() string
- type DeletePostsFromCollectionResponse
- func (*DeletePostsFromCollectionResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeletePostsFromCollectionResponse) ProtoMessage()
- func (x *DeletePostsFromCollectionResponse) ProtoReflect() protoreflect.Message
- func (x *DeletePostsFromCollectionResponse) Reset()
- func (x *DeletePostsFromCollectionResponse) String() string
- type DeletePostsRequest
- func (*DeletePostsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeletePostsRequest) GetIds() []string
- func (x *DeletePostsRequest) GetReason() string
- func (*DeletePostsRequest) ProtoMessage()
- func (x *DeletePostsRequest) ProtoReflect() protoreflect.Message
- func (x *DeletePostsRequest) Reset()
- func (x *DeletePostsRequest) String() string
- type DeletePostsResponse
- type Empty
- type GetCircleCommentsCountRequest
- func (*GetCircleCommentsCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleCommentsCountRequest) GetCircleId() string
- func (x *GetCircleCommentsCountRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetCircleCommentsCountRequest) GetStartTime() *timestamppb.Timestamp
- func (*GetCircleCommentsCountRequest) ProtoMessage()
- func (x *GetCircleCommentsCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleCommentsCountRequest) Reset()
- func (x *GetCircleCommentsCountRequest) String() string
- type GetCircleCommentsCountResponse
- func (*GetCircleCommentsCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleCommentsCountResponse) GetTotalCount() int64
- func (*GetCircleCommentsCountResponse) ProtoMessage()
- func (x *GetCircleCommentsCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleCommentsCountResponse) Reset()
- func (x *GetCircleCommentsCountResponse) String() string
- type GetCircleContentStatsRequest
- func (*GetCircleContentStatsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleContentStatsRequest) GetCircleId() string
- func (*GetCircleContentStatsRequest) ProtoMessage()
- func (x *GetCircleContentStatsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleContentStatsRequest) Reset()
- func (x *GetCircleContentStatsRequest) String() string
- type GetCircleContentStatsResponse
- func (*GetCircleContentStatsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleContentStatsResponse) GetPosts() int64
- func (x *GetCircleContentStatsResponse) GetViews() int64
- func (*GetCircleContentStatsResponse) ProtoMessage()
- func (x *GetCircleContentStatsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleContentStatsResponse) Reset()
- func (x *GetCircleContentStatsResponse) String() string
- type GetCircleCounterRequest
- func (*GetCircleCounterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleCounterRequest) GetCircleId() string
- func (*GetCircleCounterRequest) ProtoMessage()
- func (x *GetCircleCounterRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleCounterRequest) Reset()
- func (x *GetCircleCounterRequest) String() string
- type GetCircleCounterResponse
- func (*GetCircleCounterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleCounterResponse) GetComments() int64
- func (x *GetCircleCounterResponse) GetImpressions() int64
- func (x *GetCircleCounterResponse) GetLikes() int64
- func (x *GetCircleCounterResponse) GetPosts() int64
- func (x *GetCircleCounterResponse) GetSaves() int64
- func (x *GetCircleCounterResponse) GetShares() int64
- func (x *GetCircleCounterResponse) GetViews() int64
- func (x *GetCircleCounterResponse) GetVotes() int64
- func (*GetCircleCounterResponse) ProtoMessage()
- func (x *GetCircleCounterResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleCounterResponse) Reset()
- func (x *GetCircleCounterResponse) String() string
- type GetCircleDislikesCountRequest
- func (*GetCircleDislikesCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleDislikesCountRequest) GetAfter() *timestamppb.Timestamp
- func (x *GetCircleDislikesCountRequest) GetBefore() *timestamppb.Timestamp
- func (x *GetCircleDislikesCountRequest) GetCircleId() string
- func (*GetCircleDislikesCountRequest) ProtoMessage()
- func (x *GetCircleDislikesCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleDislikesCountRequest) Reset()
- func (x *GetCircleDislikesCountRequest) String() string
- type GetCircleDislikesCountResponse
- func (*GetCircleDislikesCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleDislikesCountResponse) GetCount() int64
- func (*GetCircleDislikesCountResponse) ProtoMessage()
- func (x *GetCircleDislikesCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleDislikesCountResponse) Reset()
- func (x *GetCircleDislikesCountResponse) String() string
- type GetCircleFeedRequest
- func (*GetCircleFeedRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleFeedRequest) GetCircleId() string
- func (x *GetCircleFeedRequest) GetLimit() int64
- func (*GetCircleFeedRequest) ProtoMessage()
- func (x *GetCircleFeedRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleFeedRequest) Reset()
- func (x *GetCircleFeedRequest) String() string
- type GetCircleFeedResponse
- func (*GetCircleFeedResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleFeedResponse) GetPosts() []*Post
- func (*GetCircleFeedResponse) ProtoMessage()
- func (x *GetCircleFeedResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleFeedResponse) Reset()
- func (x *GetCircleFeedResponse) String() string
- type GetCircleLikesCountRequest
- func (*GetCircleLikesCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleLikesCountRequest) GetCircleId() string
- func (x *GetCircleLikesCountRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetCircleLikesCountRequest) GetStartTime() *timestamppb.Timestamp
- func (*GetCircleLikesCountRequest) ProtoMessage()
- func (x *GetCircleLikesCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleLikesCountRequest) Reset()
- func (x *GetCircleLikesCountRequest) String() string
- type GetCircleLikesCountResponse
- func (*GetCircleLikesCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleLikesCountResponse) GetTotalCount() int64
- func (*GetCircleLikesCountResponse) ProtoMessage()
- func (x *GetCircleLikesCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleLikesCountResponse) Reset()
- func (x *GetCircleLikesCountResponse) String() string
- type GetCircleMeanScreenTimeRequest
- func (*GetCircleMeanScreenTimeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleMeanScreenTimeRequest) GetAfter() *timestamppb.Timestamp
- func (x *GetCircleMeanScreenTimeRequest) GetBefore() *timestamppb.Timestamp
- func (x *GetCircleMeanScreenTimeRequest) GetCircleId() string
- func (*GetCircleMeanScreenTimeRequest) ProtoMessage()
- func (x *GetCircleMeanScreenTimeRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleMeanScreenTimeRequest) Reset()
- func (x *GetCircleMeanScreenTimeRequest) String() string
- type GetCircleMeanScreenTimeResponse
- func (*GetCircleMeanScreenTimeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleMeanScreenTimeResponse) GetDuration() *durationpb.Duration
- func (*GetCircleMeanScreenTimeResponse) ProtoMessage()
- func (x *GetCircleMeanScreenTimeResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleMeanScreenTimeResponse) Reset()
- func (x *GetCircleMeanScreenTimeResponse) String() string
- type GetCirclePostsCountRequest
- func (*GetCirclePostsCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCirclePostsCountRequest) GetCircleId() string
- func (x *GetCirclePostsCountRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetCirclePostsCountRequest) GetStartTime() *timestamppb.Timestamp
- func (*GetCirclePostsCountRequest) ProtoMessage()
- func (x *GetCirclePostsCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetCirclePostsCountRequest) Reset()
- func (x *GetCirclePostsCountRequest) String() string
- type GetCirclePostsCountResponse
- func (*GetCirclePostsCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCirclePostsCountResponse) GetTotalCount() int64
- func (*GetCirclePostsCountResponse) ProtoMessage()
- func (x *GetCirclePostsCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetCirclePostsCountResponse) Reset()
- func (x *GetCirclePostsCountResponse) String() string
- type GetCircleSavesCountRequest
- func (*GetCircleSavesCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleSavesCountRequest) GetAfter() *timestamppb.Timestamp
- func (x *GetCircleSavesCountRequest) GetBefore() *timestamppb.Timestamp
- func (x *GetCircleSavesCountRequest) GetCircleId() string
- func (*GetCircleSavesCountRequest) ProtoMessage()
- func (x *GetCircleSavesCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleSavesCountRequest) Reset()
- func (x *GetCircleSavesCountRequest) String() string
- type GetCircleSavesCountResponse
- func (*GetCircleSavesCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleSavesCountResponse) GetCount() int64
- func (*GetCircleSavesCountResponse) ProtoMessage()
- func (x *GetCircleSavesCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleSavesCountResponse) Reset()
- func (x *GetCircleSavesCountResponse) String() string
- type GetCircleSharesCountRequest
- func (*GetCircleSharesCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleSharesCountRequest) GetCircleId() string
- func (x *GetCircleSharesCountRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetCircleSharesCountRequest) GetStartTime() *timestamppb.Timestamp
- func (*GetCircleSharesCountRequest) ProtoMessage()
- func (x *GetCircleSharesCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleSharesCountRequest) Reset()
- func (x *GetCircleSharesCountRequest) String() string
- type GetCircleSharesCountResponse
- func (*GetCircleSharesCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleSharesCountResponse) GetTotalCount() int64
- func (*GetCircleSharesCountResponse) ProtoMessage()
- func (x *GetCircleSharesCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleSharesCountResponse) Reset()
- func (x *GetCircleSharesCountResponse) String() string
- type GetCircleTotalScreenTimeRequest
- func (*GetCircleTotalScreenTimeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleTotalScreenTimeRequest) GetAfter() *timestamppb.Timestamp
- func (x *GetCircleTotalScreenTimeRequest) GetBefore() *timestamppb.Timestamp
- func (x *GetCircleTotalScreenTimeRequest) GetCircleId() string
- func (*GetCircleTotalScreenTimeRequest) ProtoMessage()
- func (x *GetCircleTotalScreenTimeRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleTotalScreenTimeRequest) Reset()
- func (x *GetCircleTotalScreenTimeRequest) String() string
- type GetCircleTotalScreenTimeResponse
- func (*GetCircleTotalScreenTimeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleTotalScreenTimeResponse) GetDuration() *durationpb.Duration
- func (*GetCircleTotalScreenTimeResponse) ProtoMessage()
- func (x *GetCircleTotalScreenTimeResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleTotalScreenTimeResponse) Reset()
- func (x *GetCircleTotalScreenTimeResponse) String() string
- type GetCircleViewsCountRequest
- func (*GetCircleViewsCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleViewsCountRequest) GetAfter() *timestamppb.Timestamp
- func (x *GetCircleViewsCountRequest) GetBefore() *timestamppb.Timestamp
- func (x *GetCircleViewsCountRequest) GetCircleId() string
- func (*GetCircleViewsCountRequest) ProtoMessage()
- func (x *GetCircleViewsCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleViewsCountRequest) Reset()
- func (x *GetCircleViewsCountRequest) String() string
- type GetCircleViewsCountResponse
- func (*GetCircleViewsCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleViewsCountResponse) GetCount() int64
- func (*GetCircleViewsCountResponse) ProtoMessage()
- func (x *GetCircleViewsCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleViewsCountResponse) Reset()
- func (x *GetCircleViewsCountResponse) String() string
- type GetCircleVotesCountRequest
- func (*GetCircleVotesCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleVotesCountRequest) GetAfter() *timestamppb.Timestamp
- func (x *GetCircleVotesCountRequest) GetBefore() *timestamppb.Timestamp
- func (x *GetCircleVotesCountRequest) GetCircleId() string
- func (*GetCircleVotesCountRequest) ProtoMessage()
- func (x *GetCircleVotesCountRequest) ProtoReflect() protoreflect.Message
- func (x *GetCircleVotesCountRequest) Reset()
- func (x *GetCircleVotesCountRequest) String() string
- type GetCircleVotesCountResponse
- func (*GetCircleVotesCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCircleVotesCountResponse) GetCount() int64
- func (*GetCircleVotesCountResponse) ProtoMessage()
- func (x *GetCircleVotesCountResponse) ProtoReflect() protoreflect.Message
- func (x *GetCircleVotesCountResponse) Reset()
- func (x *GetCircleVotesCountResponse) String() string
- type GetCollectionCounterRequest
- func (*GetCollectionCounterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionCounterRequest) GetCollectionId() string
- func (*GetCollectionCounterRequest) ProtoMessage()
- func (x *GetCollectionCounterRequest) ProtoReflect() protoreflect.Message
- func (x *GetCollectionCounterRequest) Reset()
- func (x *GetCollectionCounterRequest) String() string
- type GetCollectionCounterResponse
- func (*GetCollectionCounterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionCounterResponse) GetPosts() int64
- func (*GetCollectionCounterResponse) ProtoMessage()
- func (x *GetCollectionCounterResponse) ProtoReflect() protoreflect.Message
- func (x *GetCollectionCounterResponse) Reset()
- func (x *GetCollectionCounterResponse) String() string
- type GetCollectionPostsRequest
- func (*GetCollectionPostsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionPostsRequest) GetCollectionId() string
- func (x *GetCollectionPostsRequest) GetCursor() *PageCursor
- func (*GetCollectionPostsRequest) ProtoMessage()
- func (x *GetCollectionPostsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCollectionPostsRequest) Reset()
- func (x *GetCollectionPostsRequest) String() string
- type GetCollectionPostsResponse
- func (*GetCollectionPostsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionPostsResponse) GetCollectionPosts() []*CollectionPost
- func (x *GetCollectionPostsResponse) GetPageInfo() *PageInfo
- func (*GetCollectionPostsResponse) ProtoMessage()
- func (x *GetCollectionPostsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCollectionPostsResponse) Reset()
- func (x *GetCollectionPostsResponse) String() string
- type GetCollectionRequest
- func (*GetCollectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionRequest) GetId() string
- func (x *GetCollectionRequest) GetWithPreviewPosts() bool
- func (*GetCollectionRequest) ProtoMessage()
- func (x *GetCollectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetCollectionRequest) Reset()
- func (x *GetCollectionRequest) String() string
- type GetCollectionResponse
- func (*GetCollectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionResponse) GetCollection() *Collection
- func (*GetCollectionResponse) ProtoMessage()
- func (x *GetCollectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetCollectionResponse) Reset()
- func (x *GetCollectionResponse) String() string
- type GetCollectionsRequest
- func (*GetCollectionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsRequest) GetCursor() *PageCursor
- func (x *GetCollectionsRequest) GetReturnSavedPostsCollection() bool
- func (x *GetCollectionsRequest) GetUserId() string
- func (x *GetCollectionsRequest) GetWithPreviewPosts() bool
- func (*GetCollectionsRequest) ProtoMessage()
- func (x *GetCollectionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsRequest) Reset()
- func (x *GetCollectionsRequest) String() string
- type GetCollectionsResponse
- func (*GetCollectionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCollectionsResponse) GetCollections() []*Collection
- func (x *GetCollectionsResponse) GetPageInfo() *PageInfo
- func (*GetCollectionsResponse) ProtoMessage()
- func (x *GetCollectionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCollectionsResponse) Reset()
- func (x *GetCollectionsResponse) String() string
- type GetCommentPinRequest
- func (*GetCommentPinRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentPinRequest) GetCommentId() string
- func (*GetCommentPinRequest) ProtoMessage()
- func (x *GetCommentPinRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommentPinRequest) Reset()
- func (x *GetCommentPinRequest) String() string
- type GetCommentPinResponse
- func (*GetCommentPinResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentPinResponse) GetPin() *Pin
- func (*GetCommentPinResponse) ProtoMessage()
- func (x *GetCommentPinResponse) ProtoReflect() protoreflect.Message
- func (x *GetCommentPinResponse) Reset()
- func (x *GetCommentPinResponse) String() string
- type GetCommentReactionsRequest
- func (*GetCommentReactionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentReactionsRequest) GetCursor() *PageCursor
- func (x *GetCommentReactionsRequest) GetId() string
- func (*GetCommentReactionsRequest) ProtoMessage()
- func (x *GetCommentReactionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommentReactionsRequest) Reset()
- func (x *GetCommentReactionsRequest) String() string
- type GetCommentReactionsResponse
- func (*GetCommentReactionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentReactionsResponse) GetPageInfo() *PageInfo
- func (x *GetCommentReactionsResponse) GetReactions() []*Reaction
- func (*GetCommentReactionsResponse) ProtoMessage()
- func (x *GetCommentReactionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCommentReactionsResponse) Reset()
- func (x *GetCommentReactionsResponse) String() string
- type GetCommentRequest
- type GetCommentResponse
- func (*GetCommentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentResponse) GetData() *CommentData
- func (x *GetCommentResponse) GetId() string
- func (*GetCommentResponse) ProtoMessage()
- func (x *GetCommentResponse) ProtoReflect() protoreflect.Message
- func (x *GetCommentResponse) Reset()
- func (x *GetCommentResponse) String() string
- type GetCommentsRequest
- func (*GetCommentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentsRequest) GetCursor() *PageCursor
- func (x *GetCommentsRequest) GetParentId() string
- func (x *GetCommentsRequest) GetPostId() string
- func (x *GetCommentsRequest) GetSkipPinnedComments() bool
- func (*GetCommentsRequest) ProtoMessage()
- func (x *GetCommentsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCommentsRequest) Reset()
- func (x *GetCommentsRequest) String() string
- type GetCommentsResponse
- func (*GetCommentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCommentsResponse) GetComments() []*Comment
- func (x *GetCommentsResponse) GetPageInfo() *PageInfo
- func (*GetCommentsResponse) ProtoMessage()
- func (x *GetCommentsResponse) ProtoReflect() protoreflect.Message
- func (x *GetCommentsResponse) Reset()
- func (x *GetCommentsResponse) String() string
- type GetContentCounterRequest
- func (*GetContentCounterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContentCounterRequest) GetContentId() string
- func (*GetContentCounterRequest) ProtoMessage()
- func (x *GetContentCounterRequest) ProtoReflect() protoreflect.Message
- func (x *GetContentCounterRequest) Reset()
- func (x *GetContentCounterRequest) String() string
- type GetContentCounterResponse
- func (*GetContentCounterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContentCounterResponse) GetComments() int64
- func (x *GetContentCounterResponse) GetImpressions() int64
- func (x *GetContentCounterResponse) GetLikes() int64deprecated
- func (x *GetContentCounterResponse) GetReactions() map[string]int64
- func (x *GetContentCounterResponse) GetSaves() int64
- func (x *GetContentCounterResponse) GetShares() int64
- func (x *GetContentCounterResponse) GetViews() int64
- func (x *GetContentCounterResponse) GetVotes() int64
- func (*GetContentCounterResponse) ProtoMessage()
- func (x *GetContentCounterResponse) ProtoReflect() protoreflect.Message
- func (x *GetContentCounterResponse) Reset()
- func (x *GetContentCounterResponse) String() string
- type GetContentStatsRequest
- func (*GetContentStatsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetContentStatsRequest) GetUserId() string
- func (*GetContentStatsRequest) ProtoMessage()
- func (x *GetContentStatsRequest) ProtoReflect() protoreflect.Message
- func (x *GetContentStatsRequest) Reset()
- func (x *GetContentStatsRequest) String() string
- type GetContentStatsResponse
- func (*GetContentStatsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetContentStatsResponse) GetLikes() int64
- func (x *GetContentStatsResponse) GetViews() int64
- func (*GetContentStatsResponse) ProtoMessage()
- func (x *GetContentStatsResponse) ProtoReflect() protoreflect.Message
- func (x *GetContentStatsResponse) Reset()
- func (x *GetContentStatsResponse) String() string
- type GetFeedRequest
- type GetFeedResponse
- type GetLinkMetaDataRequest
- func (*GetLinkMetaDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLinkMetaDataRequest) GetLink() string
- func (*GetLinkMetaDataRequest) ProtoMessage()
- func (x *GetLinkMetaDataRequest) ProtoReflect() protoreflect.Message
- func (x *GetLinkMetaDataRequest) Reset()
- func (x *GetLinkMetaDataRequest) String() string
- type GetLinkMetaDataResponse
- func (*GetLinkMetaDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLinkMetaDataResponse) GetDescription() string
- func (x *GetLinkMetaDataResponse) GetHost() string
- func (x *GetLinkMetaDataResponse) GetImageUrl() string
- func (x *GetLinkMetaDataResponse) GetTitle() string
- func (*GetLinkMetaDataResponse) ProtoMessage()
- func (x *GetLinkMetaDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetLinkMetaDataResponse) Reset()
- func (x *GetLinkMetaDataResponse) String() string
- type GetPinnedCommentsRequest
- func (*GetPinnedCommentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPinnedCommentsRequest) GetPostId() string
- func (*GetPinnedCommentsRequest) ProtoMessage()
- func (x *GetPinnedCommentsRequest) ProtoReflect() protoreflect.Message
- func (x *GetPinnedCommentsRequest) Reset()
- func (x *GetPinnedCommentsRequest) String() string
- type GetPinnedCommentsResponse
- func (*GetPinnedCommentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPinnedCommentsResponse) GetComments() []*Comment
- func (x *GetPinnedCommentsResponse) GetPins() map[string]*Pin
- func (*GetPinnedCommentsResponse) ProtoMessage()
- func (x *GetPinnedCommentsResponse) ProtoReflect() protoreflect.Message
- func (x *GetPinnedCommentsResponse) Reset()
- func (x *GetPinnedCommentsResponse) String() string
- type GetPinnedPostsRequest
- func (*GetPinnedPostsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPinnedPostsRequest) GetCircleId() string
- func (*GetPinnedPostsRequest) ProtoMessage()
- func (x *GetPinnedPostsRequest) ProtoReflect() protoreflect.Message
- func (x *GetPinnedPostsRequest) Reset()
- func (x *GetPinnedPostsRequest) String() string
- type GetPinnedPostsResponse
- func (*GetPinnedPostsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPinnedPostsResponse) GetPins() map[string]*Pin
- func (x *GetPinnedPostsResponse) GetPosts() []*Post
- func (*GetPinnedPostsResponse) ProtoMessage()
- func (x *GetPinnedPostsResponse) ProtoReflect() protoreflect.Message
- func (x *GetPinnedPostsResponse) Reset()
- func (x *GetPinnedPostsResponse) String() string
- type GetPostPinRequest
- type GetPostPinResponse
- type GetPostPreviewRequest
- func (*GetPostPreviewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPostPreviewRequest) GetId() string
- func (*GetPostPreviewRequest) ProtoMessage()
- func (x *GetPostPreviewRequest) ProtoReflect() protoreflect.Message
- func (x *GetPostPreviewRequest) Reset()
- func (x *GetPostPreviewRequest) String() string
- type GetPostPreviewResponse
- func (*GetPostPreviewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPostPreviewResponse) GetPost() *Post
- func (*GetPostPreviewResponse) ProtoMessage()
- func (x *GetPostPreviewResponse) ProtoReflect() protoreflect.Message
- func (x *GetPostPreviewResponse) Reset()
- func (x *GetPostPreviewResponse) String() string
- type GetPostReactionsRequest
- func (*GetPostReactionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPostReactionsRequest) GetCursor() *PageCursor
- func (x *GetPostReactionsRequest) GetId() string
- func (*GetPostReactionsRequest) ProtoMessage()
- func (x *GetPostReactionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetPostReactionsRequest) Reset()
- func (x *GetPostReactionsRequest) String() string
- type GetPostReactionsResponse
- func (*GetPostReactionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPostReactionsResponse) GetPageInfo() *PageInfo
- func (x *GetPostReactionsResponse) GetReactions() []*Reaction
- func (*GetPostReactionsResponse) ProtoMessage()
- func (x *GetPostReactionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetPostReactionsResponse) Reset()
- func (x *GetPostReactionsResponse) String() string
- type GetPostRequest
- func (*GetPostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPostRequest) GetId() string
- func (x *GetPostRequest) GetReturnDeleted() bool
- func (x *GetPostRequest) GetShortId() string
- func (*GetPostRequest) ProtoMessage()
- func (x *GetPostRequest) ProtoReflect() protoreflect.Message
- func (x *GetPostRequest) Reset()
- func (x *GetPostRequest) String() string
- type GetPostResponse
- type GetPostsRequest
- func (*GetPostsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPostsRequest) GetCursor() *PageCursor
- func (x *GetPostsRequest) GetIds() []string
- func (x *GetPostsRequest) GetQuery() string
- func (*GetPostsRequest) ProtoMessage()
- func (x *GetPostsRequest) ProtoReflect() protoreflect.Message
- func (x *GetPostsRequest) Reset()
- func (x *GetPostsRequest) String() string
- type GetPostsResponse
- func (*GetPostsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPostsResponse) GetPageInfo() *PageInfo
- func (x *GetPostsResponse) GetPosts() []*Post
- func (*GetPostsResponse) ProtoMessage()
- func (x *GetPostsResponse) ProtoReflect() protoreflect.Message
- func (x *GetPostsResponse) Reset()
- func (x *GetPostsResponse) String() string
- type GetSavedPostsRequest
- func (*GetSavedPostsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSavedPostsRequest) GetCursor() *PageCursor
- func (*GetSavedPostsRequest) ProtoMessage()
- func (x *GetSavedPostsRequest) ProtoReflect() protoreflect.Message
- func (x *GetSavedPostsRequest) Reset()
- func (x *GetSavedPostsRequest) String() string
- type GetSavedPostsResponse
- func (*GetSavedPostsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSavedPostsResponse) GetPageInfo() *PageInfo
- func (x *GetSavedPostsResponse) GetSavedPosts() []*SavedPost
- func (*GetSavedPostsResponse) ProtoMessage()
- func (x *GetSavedPostsResponse) ProtoReflect() protoreflect.Message
- func (x *GetSavedPostsResponse) Reset()
- func (x *GetSavedPostsResponse) String() string
- type GetSoundRequest
- type GetSoundResponse
- type GetSoundsRequest
- func (*GetSoundsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSoundsRequest) GetCursor() *PageCursor
- func (x *GetSoundsRequest) GetQuery() string
- func (*GetSoundsRequest) ProtoMessage()
- func (x *GetSoundsRequest) ProtoReflect() protoreflect.Message
- func (x *GetSoundsRequest) Reset()
- func (x *GetSoundsRequest) String() string
- type GetSoundsResponse
- func (*GetSoundsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSoundsResponse) GetPageInfo() *PageInfo
- func (x *GetSoundsResponse) GetSounds() []*Sound
- func (*GetSoundsResponse) ProtoMessage()
- func (x *GetSoundsResponse) ProtoReflect() protoreflect.Message
- func (x *GetSoundsResponse) Reset()
- func (x *GetSoundsResponse) String() string
- type GetUserCircleSortingTypeRequest
- func (*GetUserCircleSortingTypeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCircleSortingTypeRequest) GetCircleId() string
- func (*GetUserCircleSortingTypeRequest) ProtoMessage()
- func (x *GetUserCircleSortingTypeRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserCircleSortingTypeRequest) Reset()
- func (x *GetUserCircleSortingTypeRequest) String() string
- type GetUserCircleSortingTypeResponse
- func (*GetUserCircleSortingTypeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCircleSortingTypeResponse) GetSortingType() PostsSortingType
- func (*GetUserCircleSortingTypeResponse) ProtoMessage()
- func (x *GetUserCircleSortingTypeResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserCircleSortingTypeResponse) Reset()
- func (x *GetUserCircleSortingTypeResponse) String() string
- type GetUserCommentEdgeRequest
- func (*GetUserCommentEdgeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentEdgeRequest) GetCommentID() string
- func (*GetUserCommentEdgeRequest) ProtoMessage()
- func (x *GetUserCommentEdgeRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentEdgeRequest) Reset()
- func (x *GetUserCommentEdgeRequest) String() string
- type GetUserCommentEdgeResponse
- func (*GetUserCommentEdgeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCommentEdgeResponse) GetReactions() []string
- func (*GetUserCommentEdgeResponse) ProtoMessage()
- func (x *GetUserCommentEdgeResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserCommentEdgeResponse) Reset()
- func (x *GetUserCommentEdgeResponse) String() string
- type GetUserCounterRequest
- func (*GetUserCounterRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCounterRequest) GetUserId() string
- func (*GetUserCounterRequest) ProtoMessage()
- func (x *GetUserCounterRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserCounterRequest) Reset()
- func (x *GetUserCounterRequest) String() string
- type GetUserCounterResponse
- func (*GetUserCounterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserCounterResponse) GetComments() int64
- func (x *GetUserCounterResponse) GetImpressions() int64
- func (x *GetUserCounterResponse) GetLikes() int64
- func (x *GetUserCounterResponse) GetPosts() int64
- func (x *GetUserCounterResponse) GetSaves() int64
- func (x *GetUserCounterResponse) GetShares() int64
- func (x *GetUserCounterResponse) GetViews() int64
- func (x *GetUserCounterResponse) GetVotes() int64
- func (*GetUserCounterResponse) ProtoMessage()
- func (x *GetUserCounterResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserCounterResponse) Reset()
- func (x *GetUserCounterResponse) String() string
- type GetUserPostEdgeRequest
- func (*GetUserPostEdgeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPostEdgeRequest) GetPostID() string
- func (*GetUserPostEdgeRequest) ProtoMessage()
- func (x *GetUserPostEdgeRequest) ProtoReflect() protoreflect.Message
- func (x *GetUserPostEdgeRequest) Reset()
- func (x *GetUserPostEdgeRequest) String() string
- type GetUserPostEdgeResponse
- func (*GetUserPostEdgeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserPostEdgeResponse) GetReactions() []string
- func (x *GetUserPostEdgeResponse) GetSaved() bool
- func (x *GetUserPostEdgeResponse) GetVoted() string
- func (*GetUserPostEdgeResponse) ProtoMessage()
- func (x *GetUserPostEdgeResponse) ProtoReflect() protoreflect.Message
- func (x *GetUserPostEdgeResponse) Reset()
- func (x *GetUserPostEdgeResponse) String() string
- type IsContentCountersMigrationRunningRequest
- func (*IsContentCountersMigrationRunningRequest) Descriptor() ([]byte, []int)deprecated
- func (*IsContentCountersMigrationRunningRequest) ProtoMessage()
- func (x *IsContentCountersMigrationRunningRequest) ProtoReflect() protoreflect.Message
- func (x *IsContentCountersMigrationRunningRequest) Reset()
- func (x *IsContentCountersMigrationRunningRequest) String() string
- type IsContentCountersMigrationRunningResponse
- func (*IsContentCountersMigrationRunningResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsContentCountersMigrationRunningResponse) GetRunning() bool
- func (*IsContentCountersMigrationRunningResponse) ProtoMessage()
- func (x *IsContentCountersMigrationRunningResponse) ProtoReflect() protoreflect.Message
- func (x *IsContentCountersMigrationRunningResponse) Reset()
- func (x *IsContentCountersMigrationRunningResponse) String() string
- type IsContentCountersPastXMigrationRunningRequest
- func (*IsContentCountersPastXMigrationRunningRequest) Descriptor() ([]byte, []int)deprecated
- func (*IsContentCountersPastXMigrationRunningRequest) ProtoMessage()
- func (x *IsContentCountersPastXMigrationRunningRequest) ProtoReflect() protoreflect.Message
- func (x *IsContentCountersPastXMigrationRunningRequest) Reset()
- func (x *IsContentCountersPastXMigrationRunningRequest) String() string
- type IsContentCountersPastXMigrationRunningResponse
- func (*IsContentCountersPastXMigrationRunningResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsContentCountersPastXMigrationRunningResponse) GetRunning() bool
- func (*IsContentCountersPastXMigrationRunningResponse) ProtoMessage()
- func (x *IsContentCountersPastXMigrationRunningResponse) ProtoReflect() protoreflect.Message
- func (x *IsContentCountersPastXMigrationRunningResponse) Reset()
- func (x *IsContentCountersPastXMigrationRunningResponse) String() string
- type IsImpressionsMigrationRunningRequest
- func (*IsImpressionsMigrationRunningRequest) Descriptor() ([]byte, []int)deprecated
- func (*IsImpressionsMigrationRunningRequest) ProtoMessage()
- func (x *IsImpressionsMigrationRunningRequest) ProtoReflect() protoreflect.Message
- func (x *IsImpressionsMigrationRunningRequest) Reset()
- func (x *IsImpressionsMigrationRunningRequest) String() string
- type IsImpressionsMigrationRunningResponse
- func (*IsImpressionsMigrationRunningResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsImpressionsMigrationRunningResponse) GetRunning() bool
- func (*IsImpressionsMigrationRunningResponse) ProtoMessage()
- func (x *IsImpressionsMigrationRunningResponse) ProtoReflect() protoreflect.Message
- func (x *IsImpressionsMigrationRunningResponse) Reset()
- func (x *IsImpressionsMigrationRunningResponse) String() string
- type IsPostCleanupMigrationRunningRequest
- func (*IsPostCleanupMigrationRunningRequest) Descriptor() ([]byte, []int)deprecated
- func (*IsPostCleanupMigrationRunningRequest) ProtoMessage()
- func (x *IsPostCleanupMigrationRunningRequest) ProtoReflect() protoreflect.Message
- func (x *IsPostCleanupMigrationRunningRequest) Reset()
- func (x *IsPostCleanupMigrationRunningRequest) String() string
- type IsPostCleanupMigrationRunningResponse
- func (*IsPostCleanupMigrationRunningResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IsPostCleanupMigrationRunningResponse) GetRunning() bool
- func (*IsPostCleanupMigrationRunningResponse) ProtoMessage()
- func (x *IsPostCleanupMigrationRunningResponse) ProtoReflect() protoreflect.Message
- func (x *IsPostCleanupMigrationRunningResponse) Reset()
- func (x *IsPostCleanupMigrationRunningResponse) String() string
- type LikeType
- type PageCursor
- func (*PageCursor) Descriptor() ([]byte, []int)deprecated
- func (x *PageCursor) GetDir() PageDir
- func (x *PageCursor) GetId() string
- func (x *PageCursor) GetLimit() uint32
- func (*PageCursor) ProtoMessage()
- func (x *PageCursor) ProtoReflect() protoreflect.Message
- func (x *PageCursor) Reset()
- func (x *PageCursor) String() string
- type PageDir
- type PageInfo
- func (*PageInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PageInfo) GetFirstId() string
- func (x *PageInfo) GetHasNext() bool
- func (x *PageInfo) GetHasPrev() bool
- func (x *PageInfo) GetLastId() string
- func (x *PageInfo) GetLength() uint32
- func (*PageInfo) ProtoMessage()
- func (x *PageInfo) ProtoReflect() protoreflect.Message
- func (x *PageInfo) Reset()
- func (x *PageInfo) String() string
- type Pin
- type PinCommentRequest
- func (*PinCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PinCommentRequest) GetCommentId() string
- func (x *PinCommentRequest) GetOrder() uint32
- func (x *PinCommentRequest) GetPinnedUntil() *timestamppb.Timestamp
- func (*PinCommentRequest) ProtoMessage()
- func (x *PinCommentRequest) ProtoReflect() protoreflect.Message
- func (x *PinCommentRequest) Reset()
- func (x *PinCommentRequest) String() string
- type PinOrder
- type PinPostRequest
- func (*PinPostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PinPostRequest) GetOrder() uint32
- func (x *PinPostRequest) GetPinnedUntil() *timestamppb.Timestamp
- func (x *PinPostRequest) GetPostId() string
- func (*PinPostRequest) ProtoMessage()
- func (x *PinPostRequest) ProtoReflect() protoreflect.Message
- func (x *PinPostRequest) Reset()
- func (x *PinPostRequest) String() string
- type PinnedComment
- func (*PinnedComment) Descriptor() ([]byte, []int)deprecated
- func (x *PinnedComment) GetComment() *Comment
- func (x *PinnedComment) GetOrder() uint32
- func (*PinnedComment) ProtoMessage()
- func (x *PinnedComment) ProtoReflect() protoreflect.Message
- func (x *PinnedComment) Reset()
- func (x *PinnedComment) String() string
- type Post
- func (*Post) Descriptor() ([]byte, []int)deprecated
- func (x *Post) GetAppMentions() []string
- func (x *Post) GetCaption() string
- func (x *Post) GetCircleId() string
- func (x *Post) GetCircleMentions() []string
- func (x *Post) GetContactMentions() []string
- func (x *Post) GetCounter() *Post_Counter
- func (x *Post) GetCreatedAt() string
- func (x *Post) GetCursorId() string
- func (x *Post) GetData() *Post_Data
- func (x *Post) GetIReacted() bool
- func (x *Post) GetISaved() bool
- func (x *Post) GetId() string
- func (x *Post) GetLanguageCode() string
- func (x *Post) GetOwnerId() string
- func (x *Post) GetOwnerKind() protobuf.IdentityKind
- func (x *Post) GetShareLink() string
- func (x *Post) GetShortId() string
- func (x *Post) GetSoundId() string
- func (x *Post) GetTitle() string
- func (x *Post) GetUserId() string
- func (x *Post) GetUserMentions() []string
- func (*Post) ProtoMessage()
- func (x *Post) ProtoReflect() protoreflect.Message
- func (x *Post) Reset()
- func (x *Post) String() string
- type Post_Counter
- func (*Post_Counter) Descriptor() ([]byte, []int)deprecated
- func (x *Post_Counter) GetComments() int64
- func (x *Post_Counter) GetImpressions() int64
- func (x *Post_Counter) GetLikes() int64
- func (x *Post_Counter) GetSaves() int64
- func (x *Post_Counter) GetShares() int64
- func (x *Post_Counter) GetViews() int64
- func (*Post_Counter) ProtoMessage()
- func (x *Post_Counter) ProtoReflect() protoreflect.Message
- func (x *Post_Counter) Reset()
- func (x *Post_Counter) String() string
- type Post_Data
- func (*Post_Data) Descriptor() ([]byte, []int)deprecated
- func (x *Post_Data) GetAudio() *DataAudio
- func (m *Post_Data) GetDataType() isPost_Data_DataType
- func (x *Post_Data) GetImg() *DataImg
- func (x *Post_Data) GetLink() *DataLink
- func (x *Post_Data) GetPoll() *DataPoll
- func (x *Post_Data) GetTxt() *DataText
- func (x *Post_Data) GetVideo() *DataVideo
- func (*Post_Data) ProtoMessage()
- func (x *Post_Data) ProtoReflect() protoreflect.Message
- func (x *Post_Data) Reset()
- func (x *Post_Data) String() string
- type Post_Data_Audio
- type Post_Data_Img
- type Post_Data_Link
- type Post_Data_Poll
- type Post_Data_Txt
- type Post_Data_Video
- type PostsSortingType
- func (PostsSortingType) Descriptor() protoreflect.EnumDescriptor
- func (x PostsSortingType) Enum() *PostsSortingType
- func (PostsSortingType) EnumDescriptor() ([]byte, []int)deprecated
- func (x PostsSortingType) Number() protoreflect.EnumNumber
- func (x PostsSortingType) String() string
- func (PostsSortingType) Type() protoreflect.EnumType
- type PublishPostRemovedEventsRequest
- func (*PublishPostRemovedEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (*PublishPostRemovedEventsRequest) ProtoMessage()
- func (x *PublishPostRemovedEventsRequest) ProtoReflect() protoreflect.Message
- func (x *PublishPostRemovedEventsRequest) Reset()
- func (x *PublishPostRemovedEventsRequest) String() string
- type ReactToCommentRequest
- func (*ReactToCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReactToCommentRequest) GetId() string
- func (x *ReactToCommentRequest) GetReaction() string
- func (*ReactToCommentRequest) ProtoMessage()
- func (x *ReactToCommentRequest) ProtoReflect() protoreflect.Message
- func (x *ReactToCommentRequest) Reset()
- func (x *ReactToCommentRequest) String() string
- type ReactToCommentResponse
- type ReactToPostRequest
- func (*ReactToPostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReactToPostRequest) GetId() string
- func (x *ReactToPostRequest) GetReaction() string
- func (*ReactToPostRequest) ProtoMessage()
- func (x *ReactToPostRequest) ProtoReflect() protoreflect.Message
- func (x *ReactToPostRequest) Reset()
- func (x *ReactToPostRequest) String() string
- type ReactToPostResponse
- type Reaction
- type ReactionData
- func (*ReactionData) Descriptor() ([]byte, []int)deprecated
- func (x *ReactionData) GetCreatedAt() string
- func (x *ReactionData) GetId() string
- func (x *ReactionData) GetReaction() string
- func (x *ReactionData) GetUserId() string
- func (*ReactionData) ProtoMessage()
- func (x *ReactionData) ProtoReflect() protoreflect.Message
- func (x *ReactionData) Reset()
- func (x *ReactionData) String() string
- type ReorderPinnedCommentsRequest
- func (*ReorderPinnedCommentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReorderPinnedCommentsRequest) GetOrders() []*PinOrder
- func (*ReorderPinnedCommentsRequest) ProtoMessage()
- func (x *ReorderPinnedCommentsRequest) ProtoReflect() protoreflect.Message
- func (x *ReorderPinnedCommentsRequest) Reset()
- func (x *ReorderPinnedCommentsRequest) String() string
- type ReorderPinnedCommentsResponse
- func (*ReorderPinnedCommentsResponse) Descriptor() ([]byte, []int)deprecated
- func (*ReorderPinnedCommentsResponse) ProtoMessage()
- func (x *ReorderPinnedCommentsResponse) ProtoReflect() protoreflect.Message
- func (x *ReorderPinnedCommentsResponse) Reset()
- func (x *ReorderPinnedCommentsResponse) String() string
- type ReorderPinnedPostsRequest
- func (*ReorderPinnedPostsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReorderPinnedPostsRequest) GetOrders() []*PinOrder
- func (*ReorderPinnedPostsRequest) ProtoMessage()
- func (x *ReorderPinnedPostsRequest) ProtoReflect() protoreflect.Message
- func (x *ReorderPinnedPostsRequest) Reset()
- func (x *ReorderPinnedPostsRequest) String() string
- type SavePostScreenTimeRequest
- func (*SavePostScreenTimeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SavePostScreenTimeRequest) GetDuration() *durationpb.Duration
- func (x *SavePostScreenTimeRequest) GetPostId() string
- func (*SavePostScreenTimeRequest) ProtoMessage()
- func (x *SavePostScreenTimeRequest) ProtoReflect() protoreflect.Message
- func (x *SavePostScreenTimeRequest) Reset()
- func (x *SavePostScreenTimeRequest) String() string
- type SavePostScreenTimeResponse
- type SavePostStatusRequest
- func (*SavePostStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SavePostStatusRequest) GetPostId() string
- func (x *SavePostStatusRequest) GetSaveStatus() bool
- func (*SavePostStatusRequest) ProtoMessage()
- func (x *SavePostStatusRequest) ProtoReflect() protoreflect.Message
- func (x *SavePostStatusRequest) Reset()
- func (x *SavePostStatusRequest) String() string
- type SavedPost
- func (*SavedPost) Descriptor() ([]byte, []int)deprecated
- func (x *SavedPost) GetCreatedAt() string
- func (x *SavedPost) GetCursorId() string
- func (x *SavedPost) GetPostId() string
- func (*SavedPost) ProtoMessage()
- func (x *SavedPost) ProtoReflect() protoreflect.Message
- func (x *SavedPost) Reset()
- func (x *SavedPost) String() string
- type SharePostRequest
- type SharePostResponse
- type SortedCirclePostsConnectionRequest
- func (*SortedCirclePostsConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SortedCirclePostsConnectionRequest) GetCircleId() string
- func (x *SortedCirclePostsConnectionRequest) GetCursor() *PageCursor
- func (x *SortedCirclePostsConnectionRequest) GetSkipPinnedPosts() bool
- func (x *SortedCirclePostsConnectionRequest) GetSortingType() PostsSortingType
- func (*SortedCirclePostsConnectionRequest) ProtoMessage()
- func (x *SortedCirclePostsConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *SortedCirclePostsConnectionRequest) Reset()
- func (x *SortedCirclePostsConnectionRequest) String() string
- type SortedCirclePostsConnectionResponse
- func (*SortedCirclePostsConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SortedCirclePostsConnectionResponse) GetPageInfo() *PageInfo
- func (x *SortedCirclePostsConnectionResponse) GetPosts() []*Post
- func (x *SortedCirclePostsConnectionResponse) GetSortingType() PostsSortingType
- func (*SortedCirclePostsConnectionResponse) ProtoMessage()
- func (x *SortedCirclePostsConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *SortedCirclePostsConnectionResponse) Reset()
- func (x *SortedCirclePostsConnectionResponse) String() string
- type Sound
- func (*Sound) Descriptor() ([]byte, []int)deprecated
- func (x *Sound) GetCreator() string
- func (x *Sound) GetCursorId() string
- func (x *Sound) GetDuration() int64
- func (x *Sound) GetIconUrl() string
- func (x *Sound) GetId() string
- func (x *Sound) GetTitle() string
- func (x *Sound) GetUrl() string
- func (x *Sound) GetUsesCount() int64
- func (*Sound) ProtoMessage()
- func (x *Sound) ProtoReflect() protoreflect.Message
- func (x *Sound) Reset()
- func (x *Sound) String() string
- type StartCommentCountersMigrationReq
- func (*StartCommentCountersMigrationReq) Descriptor() ([]byte, []int)deprecated
- func (x *StartCommentCountersMigrationReq) GetBatchSize() int64
- func (x *StartCommentCountersMigrationReq) GetWorkers() int64
- func (*StartCommentCountersMigrationReq) ProtoMessage()
- func (x *StartCommentCountersMigrationReq) ProtoReflect() protoreflect.Message
- func (x *StartCommentCountersMigrationReq) Reset()
- func (x *StartCommentCountersMigrationReq) String() string
- type StartContentCountersMigrationRequest
- func (*StartContentCountersMigrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartContentCountersMigrationRequest) GetBatchSize() int64
- func (x *StartContentCountersMigrationRequest) GetCounterKinds() []ContentCounterKind
- func (x *StartContentCountersMigrationRequest) GetInterval() int64
- func (x *StartContentCountersMigrationRequest) GetMigration() int64
- func (*StartContentCountersMigrationRequest) ProtoMessage()
- func (x *StartContentCountersMigrationRequest) ProtoReflect() protoreflect.Message
- func (x *StartContentCountersMigrationRequest) Reset()
- func (x *StartContentCountersMigrationRequest) String() string
- type StartContentCountersMigrationResponse
- func (*StartContentCountersMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (*StartContentCountersMigrationResponse) ProtoMessage()
- func (x *StartContentCountersMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *StartContentCountersMigrationResponse) Reset()
- func (x *StartContentCountersMigrationResponse) String() string
- type StartContentCountersPastXMigrationRequest
- func (*StartContentCountersPastXMigrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartContentCountersPastXMigrationRequest) GetBatchSize() int64
- func (x *StartContentCountersPastXMigrationRequest) GetInterval() int64
- func (x *StartContentCountersPastXMigrationRequest) GetMigration() int64
- func (*StartContentCountersPastXMigrationRequest) ProtoMessage()
- func (x *StartContentCountersPastXMigrationRequest) ProtoReflect() protoreflect.Message
- func (x *StartContentCountersPastXMigrationRequest) Reset()
- func (x *StartContentCountersPastXMigrationRequest) String() string
- type StartContentCountersPastXMigrationResponse
- func (*StartContentCountersPastXMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (*StartContentCountersPastXMigrationResponse) ProtoMessage()
- func (x *StartContentCountersPastXMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *StartContentCountersPastXMigrationResponse) Reset()
- func (x *StartContentCountersPastXMigrationResponse) String() string
- type StartImpressionsMigrationRequest
- func (*StartImpressionsMigrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartImpressionsMigrationRequest) GetBatchSize() int64
- func (x *StartImpressionsMigrationRequest) GetInterval() int64
- func (x *StartImpressionsMigrationRequest) GetMigration() int64
- func (*StartImpressionsMigrationRequest) ProtoMessage()
- func (x *StartImpressionsMigrationRequest) ProtoReflect() protoreflect.Message
- func (x *StartImpressionsMigrationRequest) Reset()
- func (x *StartImpressionsMigrationRequest) String() string
- type StartImpressionsMigrationResponse
- func (*StartImpressionsMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (*StartImpressionsMigrationResponse) ProtoMessage()
- func (x *StartImpressionsMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *StartImpressionsMigrationResponse) Reset()
- func (x *StartImpressionsMigrationResponse) String() string
- type StartPostCleanupMigrationRequest
- func (*StartPostCleanupMigrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StartPostCleanupMigrationRequest) GetBatchSize() int64
- func (x *StartPostCleanupMigrationRequest) GetInterval() int64
- func (x *StartPostCleanupMigrationRequest) GetMigration() int64
- func (*StartPostCleanupMigrationRequest) ProtoMessage()
- func (x *StartPostCleanupMigrationRequest) ProtoReflect() protoreflect.Message
- func (x *StartPostCleanupMigrationRequest) Reset()
- func (x *StartPostCleanupMigrationRequest) String() string
- type StartPostCleanupMigrationResponse
- func (*StartPostCleanupMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (*StartPostCleanupMigrationResponse) ProtoMessage()
- func (x *StartPostCleanupMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *StartPostCleanupMigrationResponse) Reset()
- func (x *StartPostCleanupMigrationResponse) String() string
- type StopContentCountersMigrationRequest
- func (*StopContentCountersMigrationRequest) Descriptor() ([]byte, []int)deprecated
- func (*StopContentCountersMigrationRequest) ProtoMessage()
- func (x *StopContentCountersMigrationRequest) ProtoReflect() protoreflect.Message
- func (x *StopContentCountersMigrationRequest) Reset()
- func (x *StopContentCountersMigrationRequest) String() string
- type StopContentCountersMigrationResponse
- func (*StopContentCountersMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (*StopContentCountersMigrationResponse) ProtoMessage()
- func (x *StopContentCountersMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *StopContentCountersMigrationResponse) Reset()
- func (x *StopContentCountersMigrationResponse) String() string
- type StopContentCountersPastXMigrationRequest
- func (*StopContentCountersPastXMigrationRequest) Descriptor() ([]byte, []int)deprecated
- func (*StopContentCountersPastXMigrationRequest) ProtoMessage()
- func (x *StopContentCountersPastXMigrationRequest) ProtoReflect() protoreflect.Message
- func (x *StopContentCountersPastXMigrationRequest) Reset()
- func (x *StopContentCountersPastXMigrationRequest) String() string
- type StopContentCountersPastXMigrationResponse
- func (*StopContentCountersPastXMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (*StopContentCountersPastXMigrationResponse) ProtoMessage()
- func (x *StopContentCountersPastXMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *StopContentCountersPastXMigrationResponse) Reset()
- func (x *StopContentCountersPastXMigrationResponse) String() string
- type StopImpressionsMigrationRequest
- func (*StopImpressionsMigrationRequest) Descriptor() ([]byte, []int)deprecated
- func (*StopImpressionsMigrationRequest) ProtoMessage()
- func (x *StopImpressionsMigrationRequest) ProtoReflect() protoreflect.Message
- func (x *StopImpressionsMigrationRequest) Reset()
- func (x *StopImpressionsMigrationRequest) String() string
- type StopImpressionsMigrationResponse
- func (*StopImpressionsMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (*StopImpressionsMigrationResponse) ProtoMessage()
- func (x *StopImpressionsMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *StopImpressionsMigrationResponse) Reset()
- func (x *StopImpressionsMigrationResponse) String() string
- type StopPostCleanupMigrationRequest
- func (*StopPostCleanupMigrationRequest) Descriptor() ([]byte, []int)deprecated
- func (*StopPostCleanupMigrationRequest) ProtoMessage()
- func (x *StopPostCleanupMigrationRequest) ProtoReflect() protoreflect.Message
- func (x *StopPostCleanupMigrationRequest) Reset()
- func (x *StopPostCleanupMigrationRequest) String() string
- type StopPostCleanupMigrationResponse
- func (*StopPostCleanupMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (*StopPostCleanupMigrationResponse) ProtoMessage()
- func (x *StopPostCleanupMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *StopPostCleanupMigrationResponse) Reset()
- func (x *StopPostCleanupMigrationResponse) String() string
- type UndeleteCommentRequest
- func (*UndeleteCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UndeleteCommentRequest) GetId() string
- func (*UndeleteCommentRequest) ProtoMessage()
- func (x *UndeleteCommentRequest) ProtoReflect() protoreflect.Message
- func (x *UndeleteCommentRequest) Reset()
- func (x *UndeleteCommentRequest) String() string
- type UndeleteCommentResponse
- func (*UndeleteCommentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UndeleteCommentResponse) GetComment() *Comment
- func (*UndeleteCommentResponse) ProtoMessage()
- func (x *UndeleteCommentResponse) ProtoReflect() protoreflect.Message
- func (x *UndeleteCommentResponse) Reset()
- func (x *UndeleteCommentResponse) String() string
- type UndeletePostRequest
- func (*UndeletePostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UndeletePostRequest) GetId() string
- func (*UndeletePostRequest) ProtoMessage()
- func (x *UndeletePostRequest) ProtoReflect() protoreflect.Message
- func (x *UndeletePostRequest) Reset()
- func (x *UndeletePostRequest) String() string
- type UndeletePostResponse
- func (*UndeletePostResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UndeletePostResponse) GetPost() *Post
- func (*UndeletePostResponse) ProtoMessage()
- func (x *UndeletePostResponse) ProtoReflect() protoreflect.Message
- func (x *UndeletePostResponse) Reset()
- func (x *UndeletePostResponse) String() string
- type UnimplementedContentAPIServer
- func (UnimplementedContentAPIServer) AddAttachmentIDForContentURL(context.Context, *AddAttachmentIDForContentURLRequest) (*Empty, error)
- func (UnimplementedContentAPIServer) AddPostToCollection(context.Context, *AddPostToCollectionRequest) (*AddPostToCollectionResponse, error)
- func (UnimplementedContentAPIServer) CirclePostsConnection(context.Context, *CirclePostsConnectionRequest) (*GetPostsResponse, error)
- func (UnimplementedContentAPIServer) CreateCollection(context.Context, *CreateCollectionRequest) (*CreateCollectionResponse, error)
- func (UnimplementedContentAPIServer) CreateComment(context.Context, *CreateCommentRequest) (*CreateCommentResponse, error)
- func (UnimplementedContentAPIServer) CreatePost(context.Context, *CreatePostRequest) (*CreatePostResponse, error)
- func (UnimplementedContentAPIServer) DeleteCollection(context.Context, *DeleteCollectionRequest) (*DeleteCollectionResponse, error)
- func (UnimplementedContentAPIServer) DeleteComment(context.Context, *DeleteCommentRequest) (*Empty, error)
- func (UnimplementedContentAPIServer) DeletePost(context.Context, *DeletePostRequest) (*Empty, error)
- func (UnimplementedContentAPIServer) DeletePosts(context.Context, *DeletePostsRequest) (*DeletePostsResponse, error)
- func (UnimplementedContentAPIServer) DeletePostsFromCollection(context.Context, *DeletePostsFromCollectionRequest) (*DeletePostsFromCollectionResponse, error)
- func (UnimplementedContentAPIServer) GetCircleCommentsCount(context.Context, *GetCircleCommentsCountRequest) (*GetCircleCommentsCountResponse, error)
- func (UnimplementedContentAPIServer) GetCircleContentStats(context.Context, *GetCircleContentStatsRequest) (*GetCircleContentStatsResponse, error)
- func (UnimplementedContentAPIServer) GetCircleCounter(context.Context, *GetCircleCounterRequest) (*GetCircleCounterResponse, error)
- func (UnimplementedContentAPIServer) GetCircleDislikesCount(context.Context, *GetCircleDislikesCountRequest) (*GetCircleDislikesCountResponse, error)
- func (UnimplementedContentAPIServer) GetCircleFeed(context.Context, *GetCircleFeedRequest) (*GetCircleFeedResponse, error)
- func (UnimplementedContentAPIServer) GetCircleLikesCount(context.Context, *GetCircleLikesCountRequest) (*GetCircleLikesCountResponse, error)
- func (UnimplementedContentAPIServer) GetCircleMeanScreenTime(context.Context, *GetCircleMeanScreenTimeRequest) (*GetCircleMeanScreenTimeResponse, error)
- func (UnimplementedContentAPIServer) GetCirclePostsCount(context.Context, *GetCirclePostsCountRequest) (*GetCirclePostsCountResponse, error)
- func (UnimplementedContentAPIServer) GetCircleSavesCount(context.Context, *GetCircleSavesCountRequest) (*GetCircleSavesCountResponse, error)
- func (UnimplementedContentAPIServer) GetCircleSharesCount(context.Context, *GetCircleSharesCountRequest) (*GetCircleSharesCountResponse, error)
- func (UnimplementedContentAPIServer) GetCircleTotalScreenTime(context.Context, *GetCircleTotalScreenTimeRequest) (*GetCircleTotalScreenTimeResponse, error)
- func (UnimplementedContentAPIServer) GetCircleViewsCount(context.Context, *GetCircleViewsCountRequest) (*GetCircleViewsCountResponse, error)
- func (UnimplementedContentAPIServer) GetCircleVotesCount(context.Context, *GetCircleVotesCountRequest) (*GetCircleVotesCountResponse, error)
- func (UnimplementedContentAPIServer) GetCollection(context.Context, *GetCollectionRequest) (*GetCollectionResponse, error)
- func (UnimplementedContentAPIServer) GetCollectionCounter(context.Context, *GetCollectionCounterRequest) (*GetCollectionCounterResponse, error)
- func (UnimplementedContentAPIServer) GetCollectionPosts(context.Context, *GetCollectionPostsRequest) (*GetCollectionPostsResponse, error)
- func (UnimplementedContentAPIServer) GetCollections(context.Context, *GetCollectionsRequest) (*GetCollectionsResponse, error)
- func (UnimplementedContentAPIServer) GetComment(context.Context, *GetCommentRequest) (*GetCommentResponse, error)
- func (UnimplementedContentAPIServer) GetCommentCountersMigrationProgress(context.Context, *Empty) (*CommentCountersMigrationProgress, error)
- func (UnimplementedContentAPIServer) GetCommentPin(context.Context, *GetCommentPinRequest) (*GetCommentPinResponse, error)
- func (UnimplementedContentAPIServer) GetCommentReactions(context.Context, *GetCommentReactionsRequest) (*GetCommentReactionsResponse, error)
- func (UnimplementedContentAPIServer) GetComments(context.Context, *GetCommentsRequest) (*GetCommentsResponse, error)
- func (UnimplementedContentAPIServer) GetContentCounter(context.Context, *GetContentCounterRequest) (*GetContentCounterResponse, error)
- func (UnimplementedContentAPIServer) GetContentStatsWithoutAuth(context.Context, *GetContentStatsRequest) (*GetContentStatsResponse, error)
- func (UnimplementedContentAPIServer) GetFeed(context.Context, *GetFeedRequest) (*GetFeedResponse, error)
- func (UnimplementedContentAPIServer) GetLinkMetaData(context.Context, *GetLinkMetaDataRequest) (*GetLinkMetaDataResponse, error)
- func (UnimplementedContentAPIServer) GetPinnedComments(context.Context, *GetPinnedCommentsRequest) (*GetPinnedCommentsResponse, error)
- func (UnimplementedContentAPIServer) GetPinnedPosts(context.Context, *GetPinnedPostsRequest) (*GetPinnedPostsResponse, error)
- func (UnimplementedContentAPIServer) GetPost(context.Context, *GetPostRequest) (*GetPostResponse, error)
- func (UnimplementedContentAPIServer) GetPostPin(context.Context, *GetPostPinRequest) (*GetPostPinResponse, error)
- func (UnimplementedContentAPIServer) GetPostPreview(context.Context, *GetPostPreviewRequest) (*GetPostPreviewResponse, error)
- func (UnimplementedContentAPIServer) GetPostReactions(context.Context, *GetPostReactionsRequest) (*GetPostReactionsResponse, error)
- func (UnimplementedContentAPIServer) GetPosts(context.Context, *GetPostsRequest) (*GetPostsResponse, error)
- func (UnimplementedContentAPIServer) GetSavedPosts(context.Context, *GetSavedPostsRequest) (*GetSavedPostsResponse, error)
- func (UnimplementedContentAPIServer) GetSound(context.Context, *GetSoundRequest) (*GetSoundResponse, error)
- func (UnimplementedContentAPIServer) GetSounds(context.Context, *GetSoundsRequest) (*GetSoundsResponse, error)
- func (UnimplementedContentAPIServer) GetUserCircleSortingType(context.Context, *GetUserCircleSortingTypeRequest) (*GetUserCircleSortingTypeResponse, error)
- func (UnimplementedContentAPIServer) GetUserCommentEdge(context.Context, *GetUserCommentEdgeRequest) (*GetUserCommentEdgeResponse, error)
- func (UnimplementedContentAPIServer) GetUserCounter(context.Context, *GetUserCounterRequest) (*GetUserCounterResponse, error)
- func (UnimplementedContentAPIServer) GetUserPostEdge(context.Context, *GetUserPostEdgeRequest) (*GetUserPostEdgeResponse, error)
- func (UnimplementedContentAPIServer) IsContentCountersMigrationRunning(context.Context, *IsContentCountersMigrationRunningRequest) (*IsContentCountersMigrationRunningResponse, error)
- func (UnimplementedContentAPIServer) IsContentCountersPastXMigrationRunning(context.Context, *IsContentCountersPastXMigrationRunningRequest) (*IsContentCountersPastXMigrationRunningResponse, error)
- func (UnimplementedContentAPIServer) IsImpressionsMigrationRunning(context.Context, *IsImpressionsMigrationRunningRequest) (*IsImpressionsMigrationRunningResponse, error)
- func (UnimplementedContentAPIServer) IsPostCleanupMigrationRunning(context.Context, *IsPostCleanupMigrationRunningRequest) (*IsPostCleanupMigrationRunningResponse, error)
- func (UnimplementedContentAPIServer) PinComment(context.Context, *PinCommentRequest) (*emptypb.Empty, error)
- func (UnimplementedContentAPIServer) PinPost(context.Context, *PinPostRequest) (*emptypb.Empty, error)
- func (UnimplementedContentAPIServer) ReactToComment(context.Context, *ReactToCommentRequest) (*ReactToCommentResponse, error)
- func (UnimplementedContentAPIServer) ReactToPost(context.Context, *ReactToPostRequest) (*ReactToPostResponse, error)
- func (UnimplementedContentAPIServer) ReorderPinnedComments(context.Context, *ReorderPinnedCommentsRequest) (*emptypb.Empty, error)
- func (UnimplementedContentAPIServer) ReorderPinnedPosts(context.Context, *ReorderPinnedPostsRequest) (*emptypb.Empty, error)
- func (UnimplementedContentAPIServer) SavePostScreenTime(context.Context, *SavePostScreenTimeRequest) (*SavePostScreenTimeResponse, error)
- func (UnimplementedContentAPIServer) SavePostStatus(context.Context, *SavePostStatusRequest) (*Empty, error)
- func (UnimplementedContentAPIServer) SharePost(context.Context, *SharePostRequest) (*SharePostResponse, error)
- func (UnimplementedContentAPIServer) SiteMapGenerator(context.Context, *emptypb.Empty) (*emptypb.Empty, error)
- func (UnimplementedContentAPIServer) SortedCirclePostsConnection(context.Context, *SortedCirclePostsConnectionRequest) (*SortedCirclePostsConnectionResponse, error)
- func (UnimplementedContentAPIServer) StartCommentCountersMigration(context.Context, *StartCommentCountersMigrationReq) (*Empty, error)
- func (UnimplementedContentAPIServer) StartContentCountersMigration(context.Context, *StartContentCountersMigrationRequest) (*StartContentCountersMigrationResponse, error)
- func (UnimplementedContentAPIServer) StartContentCountersPastXMigration(context.Context, *StartContentCountersPastXMigrationRequest) (*StartContentCountersPastXMigrationResponse, error)
- func (UnimplementedContentAPIServer) StartImpressionsMigration(context.Context, *StartImpressionsMigrationRequest) (*StartImpressionsMigrationResponse, error)
- func (UnimplementedContentAPIServer) StartPostCleanupMigration(context.Context, *StartPostCleanupMigrationRequest) (*StartPostCleanupMigrationResponse, error)
- func (UnimplementedContentAPIServer) StopCommentCountersMigration(context.Context, *Empty) (*Empty, error)
- func (UnimplementedContentAPIServer) StopContentCountersMigration(context.Context, *StopContentCountersMigrationRequest) (*StopContentCountersMigrationResponse, error)
- func (UnimplementedContentAPIServer) StopContentCountersPastXMigration(context.Context, *StopContentCountersPastXMigrationRequest) (*StopContentCountersPastXMigrationResponse, error)
- func (UnimplementedContentAPIServer) StopImpressionsMigration(context.Context, *StopImpressionsMigrationRequest) (*StopImpressionsMigrationResponse, error)
- func (UnimplementedContentAPIServer) StopPostCleanupMigration(context.Context, *StopPostCleanupMigrationRequest) (*StopPostCleanupMigrationResponse, error)
- func (UnimplementedContentAPIServer) UndeleteComment(context.Context, *UndeleteCommentRequest) (*UndeleteCommentResponse, error)
- func (UnimplementedContentAPIServer) UndeletePost(context.Context, *UndeletePostRequest) (*UndeletePostResponse, error)
- func (UnimplementedContentAPIServer) UnpinComment(context.Context, *UnpinCommentRequest) (*emptypb.Empty, error)
- func (UnimplementedContentAPIServer) UnpinPost(context.Context, *UnpinPostRequest) (*emptypb.Empty, error)
- func (UnimplementedContentAPIServer) UnreactToComment(context.Context, *UnreactToCommentRequest) (*UnreactToCommentResponse, error)
- func (UnimplementedContentAPIServer) UnreactToPost(context.Context, *UnreactToPostRequest) (*UnreactToPostResponse, error)
- func (UnimplementedContentAPIServer) UpdateCollection(context.Context, *UpdateCollectionRequest) (*UpdateCollectionResponse, error)
- func (UnimplementedContentAPIServer) UpdateComment(context.Context, *UpdateCommentRequest) (*UpdateCommentResponse, error)
- func (UnimplementedContentAPIServer) UserPostsConnection(context.Context, *UserPostsConnectionRequest) (*GetPostsResponse, error)
- func (UnimplementedContentAPIServer) ViewPost(context.Context, *ViewPostRequest) (*Empty, error)
- func (UnimplementedContentAPIServer) VoteInPoll(context.Context, *VoteInPollRequest) (*Empty, error)
- type UnpinCommentRequest
- func (*UnpinCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnpinCommentRequest) GetCommentId() string
- func (*UnpinCommentRequest) ProtoMessage()
- func (x *UnpinCommentRequest) ProtoReflect() protoreflect.Message
- func (x *UnpinCommentRequest) Reset()
- func (x *UnpinCommentRequest) String() string
- type UnpinCommentResponse
- type UnpinPostRequest
- type UnreactToCommentRequest
- func (*UnreactToCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnreactToCommentRequest) GetId() string
- func (*UnreactToCommentRequest) ProtoMessage()
- func (x *UnreactToCommentRequest) ProtoReflect() protoreflect.Message
- func (x *UnreactToCommentRequest) Reset()
- func (x *UnreactToCommentRequest) String() string
- type UnreactToCommentResponse
- type UnreactToPostRequest
- func (*UnreactToPostRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnreactToPostRequest) GetId() string
- func (*UnreactToPostRequest) ProtoMessage()
- func (x *UnreactToPostRequest) ProtoReflect() protoreflect.Message
- func (x *UnreactToPostRequest) Reset()
- func (x *UnreactToPostRequest) String() string
- type UnreactToPostResponse
- type UnsafeContentAPIServer
- type UpdateCollectionRequest
- func (*UpdateCollectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCollectionRequest) GetCollectionId() string
- func (x *UpdateCollectionRequest) GetDescription() string
- func (x *UpdateCollectionRequest) GetIsPublic() bool
- func (x *UpdateCollectionRequest) GetTitle() string
- func (*UpdateCollectionRequest) ProtoMessage()
- func (x *UpdateCollectionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCollectionRequest) Reset()
- func (x *UpdateCollectionRequest) String() string
- type UpdateCollectionResponse
- type UpdateCommentRequest
- func (*UpdateCommentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCommentRequest) GetId() string
- func (x *UpdateCommentRequest) GetText() string
- func (*UpdateCommentRequest) ProtoMessage()
- func (x *UpdateCommentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateCommentRequest) Reset()
- func (x *UpdateCommentRequest) String() string
- type UpdateCommentResponse
- func (*UpdateCommentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateCommentResponse) GetComment() *Comment
- func (*UpdateCommentResponse) ProtoMessage()
- func (x *UpdateCommentResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateCommentResponse) Reset()
- func (x *UpdateCommentResponse) String() string
- type UserPostsConnectionRequest
- func (*UserPostsConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserPostsConnectionRequest) GetCursor() *PageCursor
- func (x *UserPostsConnectionRequest) GetUserId() string
- func (*UserPostsConnectionRequest) ProtoMessage()
- func (x *UserPostsConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *UserPostsConnectionRequest) Reset()
- func (x *UserPostsConnectionRequest) String() string
- type ViewPostRequest
- type VoteInPollRequest
- func (*VoteInPollRequest) Descriptor() ([]byte, []int)deprecated
- func (x *VoteInPollRequest) GetPostId() string
- func (x *VoteInPollRequest) GetVariantId() string
- func (*VoteInPollRequest) ProtoMessage()
- func (x *VoteInPollRequest) ProtoReflect() protoreflect.Message
- func (x *VoteInPollRequest) Reset()
- func (x *VoteInPollRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var ( LikeType_name = map[int32]string{ 0: "LIKE_UNKNOWN", 1: "LIKE_POST", 2: "LIKE_COMMENT", } LikeType_value = map[string]int32{ "LIKE_UNKNOWN": 0, "LIKE_POST": 1, "LIKE_COMMENT": 2, } )
Enum value maps for LikeType.
var ( PostsSortingType_name = map[int32]string{ 0: "UNKNOWN", 1: "POPULARITY_ALL_TIME", 2: "TRENDING_THIS_WEEK", 3: "TRENDING_THIS_MONTH", 4: "NEW", 5: "RISING", 6: "LAST_USED", } PostsSortingType_value = map[string]int32{ "UNKNOWN": 0, "POPULARITY_ALL_TIME": 1, "TRENDING_THIS_WEEK": 2, "TRENDING_THIS_MONTH": 3, "NEW": 4, "RISING": 5, "LAST_USED": 6, } )
Enum value maps for PostsSortingType.
var ( PageDir_name = map[int32]string{ 0: "Asc", 1: "Desc", } PageDir_value = map[string]int32{ "Asc": 0, "Desc": 1, } )
Enum value maps for PageDir.
var ( ContentCounterKind_name = map[int32]string{ 0: "Views", 1: "Likes", 2: "Comments", 3: "Saves", 4: "Shares", 5: "Votes", } ContentCounterKind_value = map[string]int32{ "Views": 0, "Likes": 1, "Comments": 2, "Saves": 3, "Shares": 4, "Votes": 5, } )
Enum value maps for ContentCounterKind.
var ContentAPI_ServiceDesc = grpc.ServiceDesc{ ServiceName: "content_api.v1.ContentAPI", HandlerType: (*ContentAPIServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetPost", Handler: _ContentAPI_GetPost_Handler, }, { MethodName: "GetPostPreview", Handler: _ContentAPI_GetPostPreview_Handler, }, { MethodName: "GetPosts", Handler: _ContentAPI_GetPosts_Handler, }, { MethodName: "CreatePost", Handler: _ContentAPI_CreatePost_Handler, }, { MethodName: "DeletePost", Handler: _ContentAPI_DeletePost_Handler, }, { MethodName: "DeletePosts", Handler: _ContentAPI_DeletePosts_Handler, }, { MethodName: "ViewPost", Handler: _ContentAPI_ViewPost_Handler, }, { MethodName: "SharePost", Handler: _ContentAPI_SharePost_Handler, }, { MethodName: "GetPostReactions", Handler: _ContentAPI_GetPostReactions_Handler, }, { MethodName: "GetSound", Handler: _ContentAPI_GetSound_Handler, }, { MethodName: "GetSounds", Handler: _ContentAPI_GetSounds_Handler, }, { MethodName: "GetUserPostEdge", Handler: _ContentAPI_GetUserPostEdge_Handler, }, { MethodName: "GetComment", Handler: _ContentAPI_GetComment_Handler, }, { MethodName: "GetComments", Handler: _ContentAPI_GetComments_Handler, }, { MethodName: "CreateComment", Handler: _ContentAPI_CreateComment_Handler, }, { MethodName: "DeleteComment", Handler: _ContentAPI_DeleteComment_Handler, }, { MethodName: "GetCommentReactions", Handler: _ContentAPI_GetCommentReactions_Handler, }, { MethodName: "UpdateComment", Handler: _ContentAPI_UpdateComment_Handler, }, { MethodName: "GetUserCommentEdge", Handler: _ContentAPI_GetUserCommentEdge_Handler, }, { MethodName: "ReactToPost", Handler: _ContentAPI_ReactToPost_Handler, }, { MethodName: "UnreactToPost", Handler: _ContentAPI_UnreactToPost_Handler, }, { MethodName: "ReactToComment", Handler: _ContentAPI_ReactToComment_Handler, }, { MethodName: "UnreactToComment", Handler: _ContentAPI_UnreactToComment_Handler, }, { MethodName: "GetLinkMetaData", Handler: _ContentAPI_GetLinkMetaData_Handler, }, { MethodName: "UserPostsConnection", Handler: _ContentAPI_UserPostsConnection_Handler, }, { MethodName: "CirclePostsConnection", Handler: _ContentAPI_CirclePostsConnection_Handler, }, { MethodName: "SortedCirclePostsConnection", Handler: _ContentAPI_SortedCirclePostsConnection_Handler, }, { MethodName: "GetUserCircleSortingType", Handler: _ContentAPI_GetUserCircleSortingType_Handler, }, { MethodName: "GetCircleFeed", Handler: _ContentAPI_GetCircleFeed_Handler, }, { MethodName: "GetFeed", Handler: _ContentAPI_GetFeed_Handler, }, { MethodName: "VoteInPoll", Handler: _ContentAPI_VoteInPoll_Handler, }, { MethodName: "GetContentStatsWithoutAuth", Handler: _ContentAPI_GetContentStatsWithoutAuth_Handler, }, { MethodName: "GetCircleContentStats", Handler: _ContentAPI_GetCircleContentStats_Handler, }, { MethodName: "UndeleteComment", Handler: _ContentAPI_UndeleteComment_Handler, }, { MethodName: "UndeletePost", Handler: _ContentAPI_UndeletePost_Handler, }, { MethodName: "SavePostStatus", Handler: _ContentAPI_SavePostStatus_Handler, }, { MethodName: "GetSavedPosts", Handler: _ContentAPI_GetSavedPosts_Handler, }, { MethodName: "GetCircleCounter", Handler: _ContentAPI_GetCircleCounter_Handler, }, { MethodName: "GetContentCounter", Handler: _ContentAPI_GetContentCounter_Handler, }, { MethodName: "GetUserCounter", Handler: _ContentAPI_GetUserCounter_Handler, }, { MethodName: "CreateCollection", Handler: _ContentAPI_CreateCollection_Handler, }, { MethodName: "GetCollection", Handler: _ContentAPI_GetCollection_Handler, }, { MethodName: "GetCollections", Handler: _ContentAPI_GetCollections_Handler, }, { MethodName: "UpdateCollection", Handler: _ContentAPI_UpdateCollection_Handler, }, { MethodName: "GetCollectionCounter", Handler: _ContentAPI_GetCollectionCounter_Handler, }, { MethodName: "DeleteCollection", Handler: _ContentAPI_DeleteCollection_Handler, }, { MethodName: "GetCollectionPosts", Handler: _ContentAPI_GetCollectionPosts_Handler, }, { MethodName: "AddPostToCollection", Handler: _ContentAPI_AddPostToCollection_Handler, }, { MethodName: "DeletePostsFromCollection", Handler: _ContentAPI_DeletePostsFromCollection_Handler, }, { MethodName: "AddAttachmentIDForContentURL", Handler: _ContentAPI_AddAttachmentIDForContentURL_Handler, }, { MethodName: "GetPinnedPosts", Handler: _ContentAPI_GetPinnedPosts_Handler, }, { MethodName: "PinPost", Handler: _ContentAPI_PinPost_Handler, }, { MethodName: "UnpinPost", Handler: _ContentAPI_UnpinPost_Handler, }, { MethodName: "GetPostPin", Handler: _ContentAPI_GetPostPin_Handler, }, { MethodName: "ReorderPinnedPosts", Handler: _ContentAPI_ReorderPinnedPosts_Handler, }, { MethodName: "GetPinnedComments", Handler: _ContentAPI_GetPinnedComments_Handler, }, { MethodName: "PinComment", Handler: _ContentAPI_PinComment_Handler, }, { MethodName: "UnpinComment", Handler: _ContentAPI_UnpinComment_Handler, }, { MethodName: "GetCommentPin", Handler: _ContentAPI_GetCommentPin_Handler, }, { MethodName: "ReorderPinnedComments", Handler: _ContentAPI_ReorderPinnedComments_Handler, }, { MethodName: "StartContentCountersMigration", Handler: _ContentAPI_StartContentCountersMigration_Handler, }, { MethodName: "IsContentCountersMigrationRunning", Handler: _ContentAPI_IsContentCountersMigrationRunning_Handler, }, { MethodName: "StopContentCountersMigration", Handler: _ContentAPI_StopContentCountersMigration_Handler, }, { MethodName: "StartPostCleanupMigration", Handler: _ContentAPI_StartPostCleanupMigration_Handler, }, { MethodName: "IsPostCleanupMigrationRunning", Handler: _ContentAPI_IsPostCleanupMigrationRunning_Handler, }, { MethodName: "StopPostCleanupMigration", Handler: _ContentAPI_StopPostCleanupMigration_Handler, }, { MethodName: "StartImpressionsMigration", Handler: _ContentAPI_StartImpressionsMigration_Handler, }, { MethodName: "IsImpressionsMigrationRunning", Handler: _ContentAPI_IsImpressionsMigrationRunning_Handler, }, { MethodName: "StopImpressionsMigration", Handler: _ContentAPI_StopImpressionsMigration_Handler, }, { MethodName: "StartContentCountersPastXMigration", Handler: _ContentAPI_StartContentCountersPastXMigration_Handler, }, { MethodName: "IsContentCountersPastXMigrationRunning", Handler: _ContentAPI_IsContentCountersPastXMigrationRunning_Handler, }, { MethodName: "StopContentCountersPastXMigration", Handler: _ContentAPI_StopContentCountersPastXMigration_Handler, }, { MethodName: "StartCommentCountersMigration", Handler: _ContentAPI_StartCommentCountersMigration_Handler, }, { MethodName: "GetCommentCountersMigrationProgress", Handler: _ContentAPI_GetCommentCountersMigrationProgress_Handler, }, { MethodName: "StopCommentCountersMigration", Handler: _ContentAPI_StopCommentCountersMigration_Handler, }, { MethodName: "SiteMapGenerator", Handler: _ContentAPI_SiteMapGenerator_Handler, }, { MethodName: "GetCirclePostsCount", Handler: _ContentAPI_GetCirclePostsCount_Handler, }, { MethodName: "GetCircleCommentsCount", Handler: _ContentAPI_GetCircleCommentsCount_Handler, }, { MethodName: "GetCircleLikesCount", Handler: _ContentAPI_GetCircleLikesCount_Handler, }, { MethodName: "GetCircleSharesCount", Handler: _ContentAPI_GetCircleSharesCount_Handler, }, { MethodName: "GetCircleViewsCount", Handler: _ContentAPI_GetCircleViewsCount_Handler, }, { MethodName: "GetCircleSavesCount", Handler: _ContentAPI_GetCircleSavesCount_Handler, }, { MethodName: "GetCircleVotesCount", Handler: _ContentAPI_GetCircleVotesCount_Handler, }, { MethodName: "GetCircleDislikesCount", Handler: _ContentAPI_GetCircleDislikesCount_Handler, }, { MethodName: "GetCircleMeanScreenTime", Handler: _ContentAPI_GetCircleMeanScreenTime_Handler, }, { MethodName: "GetCircleTotalScreenTime", Handler: _ContentAPI_GetCircleTotalScreenTime_Handler, }, { MethodName: "SavePostScreenTime", Handler: _ContentAPI_SavePostScreenTime_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "content-api/content/v1/content.proto", }
ContentAPI_ServiceDesc is the grpc.ServiceDesc for ContentAPI service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_content_api_content_v1_content_proto protoreflect.FileDescriptor
Functions ¶
func RegisterContentAPIServer ¶
func RegisterContentAPIServer(s grpc.ServiceRegistrar, srv ContentAPIServer)
Types ¶
type AddAttachmentIDForContentURLRequest ¶
type AddAttachmentIDForContentURLRequest struct { ContentUrl string `protobuf:"bytes,1,opt,name=content_url,json=contentUrl,proto3" json:"content_url,omitempty"` AttachmentId string `protobuf:"bytes,2,opt,name=attachment_id,json=attachmentId,proto3" json:"attachment_id,omitempty"` // contains filtered or unexported fields }
func (*AddAttachmentIDForContentURLRequest) Descriptor
deprecated
func (*AddAttachmentIDForContentURLRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddAttachmentIDForContentURLRequest.ProtoReflect.Descriptor instead.
func (*AddAttachmentIDForContentURLRequest) GetAttachmentId ¶
func (x *AddAttachmentIDForContentURLRequest) GetAttachmentId() string
func (*AddAttachmentIDForContentURLRequest) GetContentUrl ¶
func (x *AddAttachmentIDForContentURLRequest) GetContentUrl() string
func (*AddAttachmentIDForContentURLRequest) ProtoMessage ¶
func (*AddAttachmentIDForContentURLRequest) ProtoMessage()
func (*AddAttachmentIDForContentURLRequest) ProtoReflect ¶
func (x *AddAttachmentIDForContentURLRequest) ProtoReflect() protoreflect.Message
func (*AddAttachmentIDForContentURLRequest) Reset ¶
func (x *AddAttachmentIDForContentURLRequest) Reset()
func (*AddAttachmentIDForContentURLRequest) String ¶
func (x *AddAttachmentIDForContentURLRequest) String() string
type AddPostToCollectionRequest ¶
type AddPostToCollectionRequest struct { CollectionId string `protobuf:"bytes,1,opt,name=collectionId,proto3" json:"collectionId,omitempty"` PostId string `protobuf:"bytes,2,opt,name=postId,proto3" json:"postId,omitempty"` // contains filtered or unexported fields }
func (*AddPostToCollectionRequest) Descriptor
deprecated
func (*AddPostToCollectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddPostToCollectionRequest.ProtoReflect.Descriptor instead.
func (*AddPostToCollectionRequest) GetCollectionId ¶
func (x *AddPostToCollectionRequest) GetCollectionId() string
func (*AddPostToCollectionRequest) GetPostId ¶
func (x *AddPostToCollectionRequest) GetPostId() string
func (*AddPostToCollectionRequest) ProtoMessage ¶
func (*AddPostToCollectionRequest) ProtoMessage()
func (*AddPostToCollectionRequest) ProtoReflect ¶
func (x *AddPostToCollectionRequest) ProtoReflect() protoreflect.Message
func (*AddPostToCollectionRequest) Reset ¶
func (x *AddPostToCollectionRequest) Reset()
func (*AddPostToCollectionRequest) String ¶
func (x *AddPostToCollectionRequest) String() string
type AddPostToCollectionResponse ¶
type AddPostToCollectionResponse struct {
// contains filtered or unexported fields
}
func (*AddPostToCollectionResponse) Descriptor
deprecated
func (*AddPostToCollectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddPostToCollectionResponse.ProtoReflect.Descriptor instead.
func (*AddPostToCollectionResponse) ProtoMessage ¶
func (*AddPostToCollectionResponse) ProtoMessage()
func (*AddPostToCollectionResponse) ProtoReflect ¶
func (x *AddPostToCollectionResponse) ProtoReflect() protoreflect.Message
func (*AddPostToCollectionResponse) Reset ¶
func (x *AddPostToCollectionResponse) Reset()
func (*AddPostToCollectionResponse) String ¶
func (x *AddPostToCollectionResponse) String() string
type CirclePostsConnectionRequest ¶
type CirclePostsConnectionRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*CirclePostsConnectionRequest) Descriptor
deprecated
func (*CirclePostsConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CirclePostsConnectionRequest.ProtoReflect.Descriptor instead.
func (*CirclePostsConnectionRequest) GetCircleId ¶
func (x *CirclePostsConnectionRequest) GetCircleId() string
func (*CirclePostsConnectionRequest) GetCursor ¶
func (x *CirclePostsConnectionRequest) GetCursor() *PageCursor
func (*CirclePostsConnectionRequest) ProtoMessage ¶
func (*CirclePostsConnectionRequest) ProtoMessage()
func (*CirclePostsConnectionRequest) ProtoReflect ¶
func (x *CirclePostsConnectionRequest) ProtoReflect() protoreflect.Message
func (*CirclePostsConnectionRequest) Reset ¶
func (x *CirclePostsConnectionRequest) Reset()
func (*CirclePostsConnectionRequest) String ¶
func (x *CirclePostsConnectionRequest) String() string
type Collection ¶
type Collection struct { CursorId string `protobuf:"bytes,1,opt,name=cursorId,proto3" json:"cursorId,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` UserId string `protobuf:"bytes,5,opt,name=userId,proto3" json:"userId,omitempty"` IsPublic bool `protobuf:"varint,6,opt,name=isPublic,proto3" json:"isPublic,omitempty"` CreatedAt string `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"` PreviewPosts []*Post `protobuf:"bytes,8,rep,name=previewPosts,proto3" json:"previewPosts,omitempty"` // contains filtered or unexported fields }
func (*Collection) Descriptor
deprecated
func (*Collection) Descriptor() ([]byte, []int)
Deprecated: Use Collection.ProtoReflect.Descriptor instead.
func (*Collection) GetCreatedAt ¶
func (x *Collection) GetCreatedAt() string
func (*Collection) GetCursorId ¶
func (x *Collection) GetCursorId() string
func (*Collection) GetDescription ¶
func (x *Collection) GetDescription() string
func (*Collection) GetId ¶
func (x *Collection) GetId() string
func (*Collection) GetIsPublic ¶
func (x *Collection) GetIsPublic() bool
func (*Collection) GetPreviewPosts ¶
func (x *Collection) GetPreviewPosts() []*Post
func (*Collection) GetTitle ¶
func (x *Collection) GetTitle() string
func (*Collection) GetUserId ¶
func (x *Collection) GetUserId() string
func (*Collection) ProtoMessage ¶
func (*Collection) ProtoMessage()
func (*Collection) ProtoReflect ¶
func (x *Collection) ProtoReflect() protoreflect.Message
func (*Collection) Reset ¶
func (x *Collection) Reset()
func (*Collection) String ¶
func (x *Collection) String() string
type CollectionPost ¶
type CollectionPost struct { CursorId string `protobuf:"bytes,1,opt,name=cursorId,proto3" json:"cursorId,omitempty"` CollectionId string `protobuf:"bytes,2,opt,name=collectionId,proto3" json:"collectionId,omitempty"` PostId string `protobuf:"bytes,3,opt,name=postId,proto3" json:"postId,omitempty"` CreatedAt string `protobuf:"bytes,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"` // contains filtered or unexported fields }
func (*CollectionPost) Descriptor
deprecated
func (*CollectionPost) Descriptor() ([]byte, []int)
Deprecated: Use CollectionPost.ProtoReflect.Descriptor instead.
func (*CollectionPost) GetCollectionId ¶
func (x *CollectionPost) GetCollectionId() string
func (*CollectionPost) GetCreatedAt ¶
func (x *CollectionPost) GetCreatedAt() string
func (*CollectionPost) GetCursorId ¶
func (x *CollectionPost) GetCursorId() string
func (*CollectionPost) GetPostId ¶
func (x *CollectionPost) GetPostId() string
func (*CollectionPost) ProtoMessage ¶
func (*CollectionPost) ProtoMessage()
func (*CollectionPost) ProtoReflect ¶
func (x *CollectionPost) ProtoReflect() protoreflect.Message
func (*CollectionPost) Reset ¶
func (x *CollectionPost) Reset()
func (*CollectionPost) String ¶
func (x *CollectionPost) String() string
type Comment ¶
type Comment struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CursorId string `protobuf:"bytes,2,opt,name=cursorId,proto3" json:"cursorId,omitempty"` Data *CommentData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Comment) Descriptor
deprecated
func (*Comment) GetCursorId ¶
func (*Comment) GetData ¶
func (x *Comment) GetData() *CommentData
func (*Comment) ProtoMessage ¶
func (*Comment) ProtoMessage()
func (*Comment) ProtoReflect ¶
func (x *Comment) ProtoReflect() protoreflect.Message
type CommentCountersMigrationProgress ¶
type CommentCountersMigrationProgress struct { Started *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=Started,proto3" json:"Started,omitempty"` Ended *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=Ended,proto3" json:"Ended,omitempty"` Processed int64 `protobuf:"varint,3,opt,name=Processed,proto3" json:"Processed,omitempty"` OutOf int64 `protobuf:"varint,4,opt,name=OutOf,proto3" json:"OutOf,omitempty"` HasErrors bool `protobuf:"varint,5,opt,name=HasErrors,proto3" json:"HasErrors,omitempty"` // contains filtered or unexported fields }
func (*CommentCountersMigrationProgress) Descriptor
deprecated
func (*CommentCountersMigrationProgress) Descriptor() ([]byte, []int)
Deprecated: Use CommentCountersMigrationProgress.ProtoReflect.Descriptor instead.
func (*CommentCountersMigrationProgress) GetEnded ¶
func (x *CommentCountersMigrationProgress) GetEnded() *timestamppb.Timestamp
func (*CommentCountersMigrationProgress) GetHasErrors ¶
func (x *CommentCountersMigrationProgress) GetHasErrors() bool
func (*CommentCountersMigrationProgress) GetOutOf ¶
func (x *CommentCountersMigrationProgress) GetOutOf() int64
func (*CommentCountersMigrationProgress) GetProcessed ¶
func (x *CommentCountersMigrationProgress) GetProcessed() int64
func (*CommentCountersMigrationProgress) GetStarted ¶
func (x *CommentCountersMigrationProgress) GetStarted() *timestamppb.Timestamp
func (*CommentCountersMigrationProgress) ProtoMessage ¶
func (*CommentCountersMigrationProgress) ProtoMessage()
func (*CommentCountersMigrationProgress) ProtoReflect ¶
func (x *CommentCountersMigrationProgress) ProtoReflect() protoreflect.Message
func (*CommentCountersMigrationProgress) Reset ¶
func (x *CommentCountersMigrationProgress) Reset()
func (*CommentCountersMigrationProgress) String ¶
func (x *CommentCountersMigrationProgress) String() string
type CommentData ¶
type CommentData struct { // for the top level comment, the parentId would be 0 // for sub comment, parentId is Id of parent comment ParentId string `protobuf:"bytes,2,opt,name=parentId,proto3" json:"parentId,omitempty"` PostId string `protobuf:"bytes,3,opt,name=postId,proto3" json:"postId,omitempty"` UserId string `protobuf:"bytes,4,opt,name=userId,proto3" json:"userId,omitempty"` Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` CreatedAt string `protobuf:"bytes,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"` Counter *CommentData_Counter `protobuf:"bytes,7,opt,name=counter,proto3" json:"counter,omitempty"` IReacted bool `protobuf:"varint,8,opt,name=iReacted,proto3" json:"iReacted,omitempty"` Score int64 `protobuf:"varint,9,opt,name=score,proto3" json:"score,omitempty"` DeletedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=DeletedAt,proto3,oneof" json:"DeletedAt,omitempty"` AttachmentIds []string `protobuf:"bytes,11,rep,name=attachmentIds,proto3" json:"attachmentIds,omitempty"` UserMentions []string `protobuf:"bytes,12,rep,name=userMentions,proto3" json:"userMentions,omitempty"` ContactMentions []string `protobuf:"bytes,13,rep,name=contactMentions,proto3" json:"contactMentions,omitempty"` CircleMentions []string `protobuf:"bytes,14,rep,name=circleMentions,proto3" json:"circleMentions,omitempty"` AppMentions []string `protobuf:"bytes,15,rep,name=appMentions,proto3" json:"appMentions,omitempty"` OwnerId string `protobuf:"bytes,20,opt,name=ownerId,proto3" json:"ownerId,omitempty"` OwnerKind protobuf.IdentityKind `protobuf:"varint,21,opt,name=ownerKind,proto3,enum=picnic.protobuf.IdentityKind" json:"ownerKind,omitempty"` // contains filtered or unexported fields }
func (*CommentData) Descriptor
deprecated
func (*CommentData) Descriptor() ([]byte, []int)
Deprecated: Use CommentData.ProtoReflect.Descriptor instead.
func (*CommentData) GetAppMentions ¶ added in v0.2.28
func (x *CommentData) GetAppMentions() []string
func (*CommentData) GetAttachmentIds ¶
func (x *CommentData) GetAttachmentIds() []string
func (*CommentData) GetCircleMentions ¶ added in v0.2.28
func (x *CommentData) GetCircleMentions() []string
func (*CommentData) GetContactMentions ¶ added in v0.2.28
func (x *CommentData) GetContactMentions() []string
func (*CommentData) GetCounter ¶
func (x *CommentData) GetCounter() *CommentData_Counter
func (*CommentData) GetCreatedAt ¶
func (x *CommentData) GetCreatedAt() string
func (*CommentData) GetDeletedAt ¶
func (x *CommentData) GetDeletedAt() *timestamppb.Timestamp
func (*CommentData) GetIReacted ¶
func (x *CommentData) GetIReacted() bool
func (*CommentData) GetOwnerId ¶ added in v0.2.33
func (x *CommentData) GetOwnerId() string
func (*CommentData) GetOwnerKind ¶ added in v0.2.33
func (x *CommentData) GetOwnerKind() protobuf.IdentityKind
func (*CommentData) GetParentId ¶
func (x *CommentData) GetParentId() string
func (*CommentData) GetPostId ¶
func (x *CommentData) GetPostId() string
func (*CommentData) GetScore ¶
func (x *CommentData) GetScore() int64
func (*CommentData) GetText ¶
func (x *CommentData) GetText() string
func (*CommentData) GetUserId ¶
func (x *CommentData) GetUserId() string
func (*CommentData) GetUserMentions ¶ added in v0.2.28
func (x *CommentData) GetUserMentions() []string
func (*CommentData) ProtoMessage ¶
func (*CommentData) ProtoMessage()
func (*CommentData) ProtoReflect ¶
func (x *CommentData) ProtoReflect() protoreflect.Message
func (*CommentData) Reset ¶
func (x *CommentData) Reset()
func (*CommentData) String ¶
func (x *CommentData) String() string
type CommentData_Counter ¶
type CommentData_Counter struct { Comments int64 `protobuf:"varint,2,opt,name=comments,proto3" json:"comments,omitempty"` Reactions map[string]int64 `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CommentData_Counter) Descriptor
deprecated
func (*CommentData_Counter) Descriptor() ([]byte, []int)
Deprecated: Use CommentData_Counter.ProtoReflect.Descriptor instead.
func (*CommentData_Counter) GetComments ¶
func (x *CommentData_Counter) GetComments() int64
func (*CommentData_Counter) GetReactions ¶
func (x *CommentData_Counter) GetReactions() map[string]int64
func (*CommentData_Counter) ProtoMessage ¶
func (*CommentData_Counter) ProtoMessage()
func (*CommentData_Counter) ProtoReflect ¶
func (x *CommentData_Counter) ProtoReflect() protoreflect.Message
func (*CommentData_Counter) Reset ¶
func (x *CommentData_Counter) Reset()
func (*CommentData_Counter) String ¶
func (x *CommentData_Counter) String() string
type ContentAPIClient ¶
type ContentAPIClient interface { GetPost(ctx context.Context, in *GetPostRequest, opts ...grpc.CallOption) (*GetPostResponse, error) GetPostPreview(ctx context.Context, in *GetPostPreviewRequest, opts ...grpc.CallOption) (*GetPostPreviewResponse, error) GetPosts(ctx context.Context, in *GetPostsRequest, opts ...grpc.CallOption) (*GetPostsResponse, error) CreatePost(ctx context.Context, in *CreatePostRequest, opts ...grpc.CallOption) (*CreatePostResponse, error) DeletePost(ctx context.Context, in *DeletePostRequest, opts ...grpc.CallOption) (*Empty, error) DeletePosts(ctx context.Context, in *DeletePostsRequest, opts ...grpc.CallOption) (*DeletePostsResponse, error) ViewPost(ctx context.Context, in *ViewPostRequest, opts ...grpc.CallOption) (*Empty, error) GetPostReactions(ctx context.Context, in *GetPostReactionsRequest, opts ...grpc.CallOption) (*GetPostReactionsResponse, error) GetSound(ctx context.Context, in *GetSoundRequest, opts ...grpc.CallOption) (*GetSoundResponse, error) GetSounds(ctx context.Context, in *GetSoundsRequest, opts ...grpc.CallOption) (*GetSoundsResponse, error) GetUserPostEdge(ctx context.Context, in *GetUserPostEdgeRequest, opts ...grpc.CallOption) (*GetUserPostEdgeResponse, error) GetComment(ctx context.Context, in *GetCommentRequest, opts ...grpc.CallOption) (*GetCommentResponse, error) GetComments(ctx context.Context, in *GetCommentsRequest, opts ...grpc.CallOption) (*GetCommentsResponse, error) CreateComment(ctx context.Context, in *CreateCommentRequest, opts ...grpc.CallOption) (*CreateCommentResponse, error) DeleteComment(ctx context.Context, in *DeleteCommentRequest, opts ...grpc.CallOption) (*Empty, error) GetCommentReactions(ctx context.Context, in *GetCommentReactionsRequest, opts ...grpc.CallOption) (*GetCommentReactionsResponse, error) UpdateComment(ctx context.Context, in *UpdateCommentRequest, opts ...grpc.CallOption) (*UpdateCommentResponse, error) GetUserCommentEdge(ctx context.Context, in *GetUserCommentEdgeRequest, opts ...grpc.CallOption) (*GetUserCommentEdgeResponse, error) ReactToPost(ctx context.Context, in *ReactToPostRequest, opts ...grpc.CallOption) (*ReactToPostResponse, error) UnreactToPost(ctx context.Context, in *UnreactToPostRequest, opts ...grpc.CallOption) (*UnreactToPostResponse, error) ReactToComment(ctx context.Context, in *ReactToCommentRequest, opts ...grpc.CallOption) (*ReactToCommentResponse, error) UnreactToComment(ctx context.Context, in *UnreactToCommentRequest, opts ...grpc.CallOption) (*UnreactToCommentResponse, error) GetLinkMetaData(ctx context.Context, in *GetLinkMetaDataRequest, opts ...grpc.CallOption) (*GetLinkMetaDataResponse, error) UserPostsConnection(ctx context.Context, in *UserPostsConnectionRequest, opts ...grpc.CallOption) (*GetPostsResponse, error) CirclePostsConnection(ctx context.Context, in *CirclePostsConnectionRequest, opts ...grpc.CallOption) (*GetPostsResponse, error) SortedCirclePostsConnection(ctx context.Context, in *SortedCirclePostsConnectionRequest, opts ...grpc.CallOption) (*SortedCirclePostsConnectionResponse, error) GetUserCircleSortingType(ctx context.Context, in *GetUserCircleSortingTypeRequest, opts ...grpc.CallOption) (*GetUserCircleSortingTypeResponse, error) GetCircleFeed(ctx context.Context, in *GetCircleFeedRequest, opts ...grpc.CallOption) (*GetCircleFeedResponse, error) GetFeed(ctx context.Context, in *GetFeedRequest, opts ...grpc.CallOption) (*GetFeedResponse, error) VoteInPoll(ctx context.Context, in *VoteInPollRequest, opts ...grpc.CallOption) (*Empty, error) GetContentStatsWithoutAuth(ctx context.Context, in *GetContentStatsRequest, opts ...grpc.CallOption) (*GetContentStatsResponse, error) GetCircleContentStats(ctx context.Context, in *GetCircleContentStatsRequest, opts ...grpc.CallOption) (*GetCircleContentStatsResponse, error) UndeleteComment(ctx context.Context, in *UndeleteCommentRequest, opts ...grpc.CallOption) (*UndeleteCommentResponse, error) // Only admin can undelete and that too only the content admin had deleted UndeletePost(ctx context.Context, in *UndeletePostRequest, opts ...grpc.CallOption) (*UndeletePostResponse, error) SavePostStatus(ctx context.Context, in *SavePostStatusRequest, opts ...grpc.CallOption) (*Empty, error) GetSavedPosts(ctx context.Context, in *GetSavedPostsRequest, opts ...grpc.CallOption) (*GetSavedPostsResponse, error) GetCircleCounter(ctx context.Context, in *GetCircleCounterRequest, opts ...grpc.CallOption) (*GetCircleCounterResponse, error) GetContentCounter(ctx context.Context, in *GetContentCounterRequest, opts ...grpc.CallOption) (*GetContentCounterResponse, error) GetUserCounter(ctx context.Context, in *GetUserCounterRequest, opts ...grpc.CallOption) (*GetUserCounterResponse, error) // Collections CreateCollection(ctx context.Context, in *CreateCollectionRequest, opts ...grpc.CallOption) (*CreateCollectionResponse, error) GetCollection(ctx context.Context, in *GetCollectionRequest, opts ...grpc.CallOption) (*GetCollectionResponse, error) GetCollections(ctx context.Context, in *GetCollectionsRequest, opts ...grpc.CallOption) (*GetCollectionsResponse, error) UpdateCollection(ctx context.Context, in *UpdateCollectionRequest, opts ...grpc.CallOption) (*UpdateCollectionResponse, error) GetCollectionCounter(ctx context.Context, in *GetCollectionCounterRequest, opts ...grpc.CallOption) (*GetCollectionCounterResponse, error) DeleteCollection(ctx context.Context, in *DeleteCollectionRequest, opts ...grpc.CallOption) (*DeleteCollectionResponse, error) // Collection Posts GetCollectionPosts(ctx context.Context, in *GetCollectionPostsRequest, opts ...grpc.CallOption) (*GetCollectionPostsResponse, error) AddPostToCollection(ctx context.Context, in *AddPostToCollectionRequest, opts ...grpc.CallOption) (*AddPostToCollectionResponse, error) DeletePostsFromCollection(ctx context.Context, in *DeletePostsFromCollectionRequest, opts ...grpc.CallOption) (*DeletePostsFromCollectionResponse, error) AddAttachmentIDForContentURL(ctx context.Context, in *AddAttachmentIDForContentURLRequest, opts ...grpc.CallOption) (*Empty, error) // PinnedPosts GetPinnedPosts(ctx context.Context, in *GetPinnedPostsRequest, opts ...grpc.CallOption) (*GetPinnedPostsResponse, error) PinPost(ctx context.Context, in *PinPostRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) UnpinPost(ctx context.Context, in *UnpinPostRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetPostPin(ctx context.Context, in *GetPostPinRequest, opts ...grpc.CallOption) (*GetPostPinResponse, error) ReorderPinnedPosts(ctx context.Context, in *ReorderPinnedPostsRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // PinnedComments GetPinnedComments(ctx context.Context, in *GetPinnedCommentsRequest, opts ...grpc.CallOption) (*GetPinnedCommentsResponse, error) PinComment(ctx context.Context, in *PinCommentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) UnpinComment(ctx context.Context, in *UnpinCommentRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) GetCommentPin(ctx context.Context, in *GetCommentPinRequest, opts ...grpc.CallOption) (*GetCommentPinResponse, error) ReorderPinnedComments(ctx context.Context, in *ReorderPinnedCommentsRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) // Migrations StartContentCountersMigration(ctx context.Context, in *StartContentCountersMigrationRequest, opts ...grpc.CallOption) (*StartContentCountersMigrationResponse, error) IsContentCountersMigrationRunning(ctx context.Context, in *IsContentCountersMigrationRunningRequest, opts ...grpc.CallOption) (*IsContentCountersMigrationRunningResponse, error) StopContentCountersMigration(ctx context.Context, in *StopContentCountersMigrationRequest, opts ...grpc.CallOption) (*StopContentCountersMigrationResponse, error) StartPostCleanupMigration(ctx context.Context, in *StartPostCleanupMigrationRequest, opts ...grpc.CallOption) (*StartPostCleanupMigrationResponse, error) IsPostCleanupMigrationRunning(ctx context.Context, in *IsPostCleanupMigrationRunningRequest, opts ...grpc.CallOption) (*IsPostCleanupMigrationRunningResponse, error) StopPostCleanupMigration(ctx context.Context, in *StopPostCleanupMigrationRequest, opts ...grpc.CallOption) (*StopPostCleanupMigrationResponse, error) StartImpressionsMigration(ctx context.Context, in *StartImpressionsMigrationRequest, opts ...grpc.CallOption) (*StartImpressionsMigrationResponse, error) IsImpressionsMigrationRunning(ctx context.Context, in *IsImpressionsMigrationRunningRequest, opts ...grpc.CallOption) (*IsImpressionsMigrationRunningResponse, error) StopImpressionsMigration(ctx context.Context, in *StopImpressionsMigrationRequest, opts ...grpc.CallOption) (*StopImpressionsMigrationResponse, error) StartContentCountersPastXMigration(ctx context.Context, in *StartContentCountersPastXMigrationRequest, opts ...grpc.CallOption) (*StartContentCountersPastXMigrationResponse, error) IsContentCountersPastXMigrationRunning(ctx context.Context, in *IsContentCountersPastXMigrationRunningRequest, opts ...grpc.CallOption) (*IsContentCountersPastXMigrationRunningResponse, error) StopContentCountersPastXMigration(ctx context.Context, in *StopContentCountersPastXMigrationRequest, opts ...grpc.CallOption) (*StopContentCountersPastXMigrationResponse, error) StartCommentCountersMigration(ctx context.Context, in *StartCommentCountersMigrationReq, opts ...grpc.CallOption) (*Empty, error) GetCommentCountersMigrationProgress(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*CommentCountersMigrationProgress, error) StopCommentCountersMigration(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) SiteMapGenerator(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error) // Statistics GetCirclePostsCount(ctx context.Context, in *GetCirclePostsCountRequest, opts ...grpc.CallOption) (*GetCirclePostsCountResponse, error) GetCircleCommentsCount(ctx context.Context, in *GetCircleCommentsCountRequest, opts ...grpc.CallOption) (*GetCircleCommentsCountResponse, error) GetCircleLikesCount(ctx context.Context, in *GetCircleLikesCountRequest, opts ...grpc.CallOption) (*GetCircleLikesCountResponse, error) GetCircleViewsCount(ctx context.Context, in *GetCircleViewsCountRequest, opts ...grpc.CallOption) (*GetCircleViewsCountResponse, error) GetCircleSavesCount(ctx context.Context, in *GetCircleSavesCountRequest, opts ...grpc.CallOption) (*GetCircleSavesCountResponse, error) GetCircleVotesCount(ctx context.Context, in *GetCircleVotesCountRequest, opts ...grpc.CallOption) (*GetCircleVotesCountResponse, error) GetCircleDislikesCount(ctx context.Context, in *GetCircleDislikesCountRequest, opts ...grpc.CallOption) (*GetCircleDislikesCountResponse, error) GetCircleMeanScreenTime(ctx context.Context, in *GetCircleMeanScreenTimeRequest, opts ...grpc.CallOption) (*GetCircleMeanScreenTimeResponse, error) GetCircleTotalScreenTime(ctx context.Context, in *GetCircleTotalScreenTimeRequest, opts ...grpc.CallOption) (*GetCircleTotalScreenTimeResponse, error) SavePostScreenTime(ctx context.Context, in *SavePostScreenTimeRequest, opts ...grpc.CallOption) (*SavePostScreenTimeResponse, error) }
ContentAPIClient is the client API for ContentAPI service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewContentAPIClient ¶
func NewContentAPIClient(cc grpc.ClientConnInterface) ContentAPIClient
type ContentAPIServer ¶
type ContentAPIServer interface { GetPost(context.Context, *GetPostRequest) (*GetPostResponse, error) GetPostPreview(context.Context, *GetPostPreviewRequest) (*GetPostPreviewResponse, error) GetPosts(context.Context, *GetPostsRequest) (*GetPostsResponse, error) CreatePost(context.Context, *CreatePostRequest) (*CreatePostResponse, error) DeletePost(context.Context, *DeletePostRequest) (*Empty, error) DeletePosts(context.Context, *DeletePostsRequest) (*DeletePostsResponse, error) ViewPost(context.Context, *ViewPostRequest) (*Empty, error) GetPostReactions(context.Context, *GetPostReactionsRequest) (*GetPostReactionsResponse, error) GetSound(context.Context, *GetSoundRequest) (*GetSoundResponse, error) GetSounds(context.Context, *GetSoundsRequest) (*GetSoundsResponse, error) GetUserPostEdge(context.Context, *GetUserPostEdgeRequest) (*GetUserPostEdgeResponse, error) GetComment(context.Context, *GetCommentRequest) (*GetCommentResponse, error) GetComments(context.Context, *GetCommentsRequest) (*GetCommentsResponse, error) CreateComment(context.Context, *CreateCommentRequest) (*CreateCommentResponse, error) DeleteComment(context.Context, *DeleteCommentRequest) (*Empty, error) GetCommentReactions(context.Context, *GetCommentReactionsRequest) (*GetCommentReactionsResponse, error) UpdateComment(context.Context, *UpdateCommentRequest) (*UpdateCommentResponse, error) GetUserCommentEdge(context.Context, *GetUserCommentEdgeRequest) (*GetUserCommentEdgeResponse, error) ReactToPost(context.Context, *ReactToPostRequest) (*ReactToPostResponse, error) UnreactToPost(context.Context, *UnreactToPostRequest) (*UnreactToPostResponse, error) ReactToComment(context.Context, *ReactToCommentRequest) (*ReactToCommentResponse, error) UnreactToComment(context.Context, *UnreactToCommentRequest) (*UnreactToCommentResponse, error) GetLinkMetaData(context.Context, *GetLinkMetaDataRequest) (*GetLinkMetaDataResponse, error) UserPostsConnection(context.Context, *UserPostsConnectionRequest) (*GetPostsResponse, error) CirclePostsConnection(context.Context, *CirclePostsConnectionRequest) (*GetPostsResponse, error) SortedCirclePostsConnection(context.Context, *SortedCirclePostsConnectionRequest) (*SortedCirclePostsConnectionResponse, error) GetUserCircleSortingType(context.Context, *GetUserCircleSortingTypeRequest) (*GetUserCircleSortingTypeResponse, error) GetCircleFeed(context.Context, *GetCircleFeedRequest) (*GetCircleFeedResponse, error) GetFeed(context.Context, *GetFeedRequest) (*GetFeedResponse, error) VoteInPoll(context.Context, *VoteInPollRequest) (*Empty, error) GetContentStatsWithoutAuth(context.Context, *GetContentStatsRequest) (*GetContentStatsResponse, error) GetCircleContentStats(context.Context, *GetCircleContentStatsRequest) (*GetCircleContentStatsResponse, error) UndeleteComment(context.Context, *UndeleteCommentRequest) (*UndeleteCommentResponse, error) // Only admin can undelete and that too only the content admin had deleted UndeletePost(context.Context, *UndeletePostRequest) (*UndeletePostResponse, error) SavePostStatus(context.Context, *SavePostStatusRequest) (*Empty, error) GetSavedPosts(context.Context, *GetSavedPostsRequest) (*GetSavedPostsResponse, error) GetCircleCounter(context.Context, *GetCircleCounterRequest) (*GetCircleCounterResponse, error) GetContentCounter(context.Context, *GetContentCounterRequest) (*GetContentCounterResponse, error) GetUserCounter(context.Context, *GetUserCounterRequest) (*GetUserCounterResponse, error) // Collections CreateCollection(context.Context, *CreateCollectionRequest) (*CreateCollectionResponse, error) GetCollection(context.Context, *GetCollectionRequest) (*GetCollectionResponse, error) GetCollections(context.Context, *GetCollectionsRequest) (*GetCollectionsResponse, error) UpdateCollection(context.Context, *UpdateCollectionRequest) (*UpdateCollectionResponse, error) GetCollectionCounter(context.Context, *GetCollectionCounterRequest) (*GetCollectionCounterResponse, error) DeleteCollection(context.Context, *DeleteCollectionRequest) (*DeleteCollectionResponse, error) // Collection Posts GetCollectionPosts(context.Context, *GetCollectionPostsRequest) (*GetCollectionPostsResponse, error) AddPostToCollection(context.Context, *AddPostToCollectionRequest) (*AddPostToCollectionResponse, error) DeletePostsFromCollection(context.Context, *DeletePostsFromCollectionRequest) (*DeletePostsFromCollectionResponse, error) AddAttachmentIDForContentURL(context.Context, *AddAttachmentIDForContentURLRequest) (*Empty, error) // PinnedPosts GetPinnedPosts(context.Context, *GetPinnedPostsRequest) (*GetPinnedPostsResponse, error) PinPost(context.Context, *PinPostRequest) (*emptypb.Empty, error) UnpinPost(context.Context, *UnpinPostRequest) (*emptypb.Empty, error) GetPostPin(context.Context, *GetPostPinRequest) (*GetPostPinResponse, error) ReorderPinnedPosts(context.Context, *ReorderPinnedPostsRequest) (*emptypb.Empty, error) // PinnedComments GetPinnedComments(context.Context, *GetPinnedCommentsRequest) (*GetPinnedCommentsResponse, error) PinComment(context.Context, *PinCommentRequest) (*emptypb.Empty, error) UnpinComment(context.Context, *UnpinCommentRequest) (*emptypb.Empty, error) GetCommentPin(context.Context, *GetCommentPinRequest) (*GetCommentPinResponse, error) ReorderPinnedComments(context.Context, *ReorderPinnedCommentsRequest) (*emptypb.Empty, error) // Migrations StartContentCountersMigration(context.Context, *StartContentCountersMigrationRequest) (*StartContentCountersMigrationResponse, error) IsContentCountersMigrationRunning(context.Context, *IsContentCountersMigrationRunningRequest) (*IsContentCountersMigrationRunningResponse, error) StopContentCountersMigration(context.Context, *StopContentCountersMigrationRequest) (*StopContentCountersMigrationResponse, error) StartPostCleanupMigration(context.Context, *StartPostCleanupMigrationRequest) (*StartPostCleanupMigrationResponse, error) IsPostCleanupMigrationRunning(context.Context, *IsPostCleanupMigrationRunningRequest) (*IsPostCleanupMigrationRunningResponse, error) StopPostCleanupMigration(context.Context, *StopPostCleanupMigrationRequest) (*StopPostCleanupMigrationResponse, error) StartImpressionsMigration(context.Context, *StartImpressionsMigrationRequest) (*StartImpressionsMigrationResponse, error) IsImpressionsMigrationRunning(context.Context, *IsImpressionsMigrationRunningRequest) (*IsImpressionsMigrationRunningResponse, error) StopImpressionsMigration(context.Context, *StopImpressionsMigrationRequest) (*StopImpressionsMigrationResponse, error) StartContentCountersPastXMigration(context.Context, *StartContentCountersPastXMigrationRequest) (*StartContentCountersPastXMigrationResponse, error) IsContentCountersPastXMigrationRunning(context.Context, *IsContentCountersPastXMigrationRunningRequest) (*IsContentCountersPastXMigrationRunningResponse, error) StopContentCountersPastXMigration(context.Context, *StopContentCountersPastXMigrationRequest) (*StopContentCountersPastXMigrationResponse, error) StartCommentCountersMigration(context.Context, *StartCommentCountersMigrationReq) (*Empty, error) GetCommentCountersMigrationProgress(context.Context, *Empty) (*CommentCountersMigrationProgress, error) StopCommentCountersMigration(context.Context, *Empty) (*Empty, error) SiteMapGenerator(context.Context, *emptypb.Empty) (*emptypb.Empty, error) // Statistics GetCirclePostsCount(context.Context, *GetCirclePostsCountRequest) (*GetCirclePostsCountResponse, error) GetCircleCommentsCount(context.Context, *GetCircleCommentsCountRequest) (*GetCircleCommentsCountResponse, error) GetCircleLikesCount(context.Context, *GetCircleLikesCountRequest) (*GetCircleLikesCountResponse, error) GetCircleViewsCount(context.Context, *GetCircleViewsCountRequest) (*GetCircleViewsCountResponse, error) GetCircleSavesCount(context.Context, *GetCircleSavesCountRequest) (*GetCircleSavesCountResponse, error) GetCircleVotesCount(context.Context, *GetCircleVotesCountRequest) (*GetCircleVotesCountResponse, error) GetCircleDislikesCount(context.Context, *GetCircleDislikesCountRequest) (*GetCircleDislikesCountResponse, error) GetCircleMeanScreenTime(context.Context, *GetCircleMeanScreenTimeRequest) (*GetCircleMeanScreenTimeResponse, error) GetCircleTotalScreenTime(context.Context, *GetCircleTotalScreenTimeRequest) (*GetCircleTotalScreenTimeResponse, error) SavePostScreenTime(context.Context, *SavePostScreenTimeRequest) (*SavePostScreenTimeResponse, error) // contains filtered or unexported methods }
ContentAPIServer is the server API for ContentAPI service. All implementations must embed UnimplementedContentAPIServer for forward compatibility
type ContentCounterKind ¶
type ContentCounterKind int32
const ( ContentCounterKind_Views ContentCounterKind = 0 ContentCounterKind_Likes ContentCounterKind = 1 ContentCounterKind_Comments ContentCounterKind = 2 ContentCounterKind_Saves ContentCounterKind = 3 ContentCounterKind_Votes ContentCounterKind = 5 )
func (ContentCounterKind) Descriptor ¶
func (ContentCounterKind) Descriptor() protoreflect.EnumDescriptor
func (ContentCounterKind) Enum ¶
func (x ContentCounterKind) Enum() *ContentCounterKind
func (ContentCounterKind) EnumDescriptor
deprecated
func (ContentCounterKind) EnumDescriptor() ([]byte, []int)
Deprecated: Use ContentCounterKind.Descriptor instead.
func (ContentCounterKind) Number ¶
func (x ContentCounterKind) Number() protoreflect.EnumNumber
func (ContentCounterKind) String ¶
func (x ContentCounterKind) String() string
func (ContentCounterKind) Type ¶
func (ContentCounterKind) Type() protoreflect.EnumType
type CreateCollectionRequest ¶
type CreateCollectionRequest struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` IsPublic bool `protobuf:"varint,3,opt,name=isPublic,proto3" json:"isPublic,omitempty"` // contains filtered or unexported fields }
>>> Collection Start >>>
func (*CreateCollectionRequest) Descriptor
deprecated
func (*CreateCollectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCollectionRequest.ProtoReflect.Descriptor instead.
func (*CreateCollectionRequest) GetDescription ¶
func (x *CreateCollectionRequest) GetDescription() string
func (*CreateCollectionRequest) GetIsPublic ¶
func (x *CreateCollectionRequest) GetIsPublic() bool
func (*CreateCollectionRequest) GetTitle ¶
func (x *CreateCollectionRequest) GetTitle() string
func (*CreateCollectionRequest) ProtoMessage ¶
func (*CreateCollectionRequest) ProtoMessage()
func (*CreateCollectionRequest) ProtoReflect ¶
func (x *CreateCollectionRequest) ProtoReflect() protoreflect.Message
func (*CreateCollectionRequest) Reset ¶
func (x *CreateCollectionRequest) Reset()
func (*CreateCollectionRequest) String ¶
func (x *CreateCollectionRequest) String() string
type CreateCollectionResponse ¶
type CreateCollectionResponse struct { Collection *Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` // contains filtered or unexported fields }
func (*CreateCollectionResponse) Descriptor
deprecated
func (*CreateCollectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateCollectionResponse.ProtoReflect.Descriptor instead.
func (*CreateCollectionResponse) GetCollection ¶
func (x *CreateCollectionResponse) GetCollection() *Collection
func (*CreateCollectionResponse) ProtoMessage ¶
func (*CreateCollectionResponse) ProtoMessage()
func (*CreateCollectionResponse) ProtoReflect ¶
func (x *CreateCollectionResponse) ProtoReflect() protoreflect.Message
func (*CreateCollectionResponse) Reset ¶
func (x *CreateCollectionResponse) Reset()
func (*CreateCollectionResponse) String ¶
func (x *CreateCollectionResponse) String() string
type CreateCommentRequest ¶
type CreateCommentRequest struct { // for the top level comment, the parentId would be 0 // for sub comment, parentId is Id of parent comment ParentId string `protobuf:"bytes,1,opt,name=parentId,proto3" json:"parentId,omitempty"` PostId string `protobuf:"bytes,2,opt,name=postId,proto3" json:"postId,omitempty"` Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"` AttachmentIds []string `protobuf:"bytes,4,rep,name=attachmentIds,proto3" json:"attachmentIds,omitempty"` UserMentions []string `protobuf:"bytes,5,rep,name=userMentions,proto3" json:"userMentions,omitempty"` ContactMentions []string `protobuf:"bytes,6,rep,name=contactMentions,proto3" json:"contactMentions,omitempty"` CircleMentions []string `protobuf:"bytes,7,rep,name=circleMentions,proto3" json:"circleMentions,omitempty"` AppMentions []string `protobuf:"bytes,8,rep,name=appMentions,proto3" json:"appMentions,omitempty"` // contains filtered or unexported fields }
func (*CreateCommentRequest) Descriptor
deprecated
func (*CreateCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateCommentRequest.ProtoReflect.Descriptor instead.
func (*CreateCommentRequest) GetAppMentions ¶ added in v0.2.28
func (x *CreateCommentRequest) GetAppMentions() []string
func (*CreateCommentRequest) GetAttachmentIds ¶
func (x *CreateCommentRequest) GetAttachmentIds() []string
func (*CreateCommentRequest) GetCircleMentions ¶ added in v0.2.28
func (x *CreateCommentRequest) GetCircleMentions() []string
func (*CreateCommentRequest) GetContactMentions ¶ added in v0.2.28
func (x *CreateCommentRequest) GetContactMentions() []string
func (*CreateCommentRequest) GetParentId ¶
func (x *CreateCommentRequest) GetParentId() string
func (*CreateCommentRequest) GetPostId ¶
func (x *CreateCommentRequest) GetPostId() string
func (*CreateCommentRequest) GetText ¶
func (x *CreateCommentRequest) GetText() string
func (*CreateCommentRequest) GetUserMentions ¶ added in v0.2.28
func (x *CreateCommentRequest) GetUserMentions() []string
func (*CreateCommentRequest) ProtoMessage ¶
func (*CreateCommentRequest) ProtoMessage()
func (*CreateCommentRequest) ProtoReflect ¶
func (x *CreateCommentRequest) ProtoReflect() protoreflect.Message
func (*CreateCommentRequest) Reset ¶
func (x *CreateCommentRequest) Reset()
func (*CreateCommentRequest) String ¶
func (x *CreateCommentRequest) String() string
type CreateCommentResponse ¶
type CreateCommentResponse struct { Comment *Comment `protobuf:"bytes,1,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*CreateCommentResponse) Descriptor
deprecated
func (*CreateCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateCommentResponse.ProtoReflect.Descriptor instead.
func (*CreateCommentResponse) GetComment ¶
func (x *CreateCommentResponse) GetComment() *Comment
func (*CreateCommentResponse) ProtoMessage ¶
func (*CreateCommentResponse) ProtoMessage()
func (*CreateCommentResponse) ProtoReflect ¶
func (x *CreateCommentResponse) ProtoReflect() protoreflect.Message
func (*CreateCommentResponse) Reset ¶
func (x *CreateCommentResponse) Reset()
func (*CreateCommentResponse) String ¶
func (x *CreateCommentResponse) String() string
type CreatePostRequest ¶
type CreatePostRequest struct { Post *Post `protobuf:"bytes,1,opt,name=post,proto3" json:"post,omitempty"` // contains filtered or unexported fields }
func (*CreatePostRequest) Descriptor
deprecated
func (*CreatePostRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreatePostRequest.ProtoReflect.Descriptor instead.
func (*CreatePostRequest) GetPost ¶
func (x *CreatePostRequest) GetPost() *Post
func (*CreatePostRequest) ProtoMessage ¶
func (*CreatePostRequest) ProtoMessage()
func (*CreatePostRequest) ProtoReflect ¶
func (x *CreatePostRequest) ProtoReflect() protoreflect.Message
func (*CreatePostRequest) Reset ¶
func (x *CreatePostRequest) Reset()
func (*CreatePostRequest) String ¶
func (x *CreatePostRequest) String() string
type CreatePostResponse ¶
type CreatePostResponse struct { Post *Post `protobuf:"bytes,1,opt,name=post,proto3" json:"post,omitempty"` // contains filtered or unexported fields }
func (*CreatePostResponse) Descriptor
deprecated
func (*CreatePostResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreatePostResponse.ProtoReflect.Descriptor instead.
func (*CreatePostResponse) GetPost ¶
func (x *CreatePostResponse) GetPost() *Post
func (*CreatePostResponse) ProtoMessage ¶
func (*CreatePostResponse) ProtoMessage()
func (*CreatePostResponse) ProtoReflect ¶
func (x *CreatePostResponse) ProtoReflect() protoreflect.Message
func (*CreatePostResponse) Reset ¶
func (x *CreatePostResponse) Reset()
func (*CreatePostResponse) String ¶
func (x *CreatePostResponse) String() string
type DataAudio ¶
type DataAudio struct { Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*DataAudio) Descriptor
deprecated
func (*DataAudio) ProtoMessage ¶
func (*DataAudio) ProtoMessage()
func (*DataAudio) ProtoReflect ¶
func (x *DataAudio) ProtoReflect() protoreflect.Message
type DataImg ¶
type DataImg struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Thumb string `protobuf:"bytes,2,opt,name=thumb,proto3" json:"thumb,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*DataImg) Descriptor
deprecated
func (*DataImg) GetContent ¶
func (*DataImg) ProtoMessage ¶
func (*DataImg) ProtoMessage()
func (*DataImg) ProtoReflect ¶
func (x *DataImg) ProtoReflect() protoreflect.Message
type DataLink ¶
type DataLink struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*DataLink) Descriptor
deprecated
func (*DataLink) GetContent ¶
func (*DataLink) ProtoMessage ¶
func (*DataLink) ProtoMessage()
func (*DataLink) ProtoReflect ¶
func (x *DataLink) ProtoReflect() protoreflect.Message
type DataPoll ¶
type DataPoll struct { Variants []*DataPoll_Variant `protobuf:"bytes,2,rep,name=variants,proto3" json:"variants,omitempty"` VotedId string `protobuf:"bytes,3,opt,name=votedId,proto3" json:"votedId,omitempty"` Options *DataPoll_Options `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"` Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` VotesTotal int64 `protobuf:"varint,6,opt,name=votesTotal,proto3" json:"votesTotal,omitempty"` // contains filtered or unexported fields }
func (*DataPoll) Descriptor
deprecated
func (*DataPoll) GetContent ¶
func (*DataPoll) GetOptions ¶
func (x *DataPoll) GetOptions() *DataPoll_Options
func (*DataPoll) GetVariants ¶
func (x *DataPoll) GetVariants() []*DataPoll_Variant
func (*DataPoll) GetVotedId ¶
func (*DataPoll) GetVotesTotal ¶
func (*DataPoll) ProtoMessage ¶
func (*DataPoll) ProtoMessage()
func (*DataPoll) ProtoReflect ¶
func (x *DataPoll) ProtoReflect() protoreflect.Message
type DataPoll_Options ¶
type DataPoll_Options struct { IsCompleted bool `protobuf:"varint,1,opt,name=isCompleted,proto3" json:"isCompleted,omitempty"` ShowResults bool `protobuf:"varint,2,opt,name=showResults,proto3" json:"showResults,omitempty"` AlreadyVoted bool `protobuf:"varint,3,opt,name=alreadyVoted,proto3" json:"alreadyVoted,omitempty"` // contains filtered or unexported fields }
func (*DataPoll_Options) Descriptor
deprecated
func (*DataPoll_Options) Descriptor() ([]byte, []int)
Deprecated: Use DataPoll_Options.ProtoReflect.Descriptor instead.
func (*DataPoll_Options) GetAlreadyVoted ¶
func (x *DataPoll_Options) GetAlreadyVoted() bool
func (*DataPoll_Options) GetIsCompleted ¶
func (x *DataPoll_Options) GetIsCompleted() bool
func (*DataPoll_Options) GetShowResults ¶
func (x *DataPoll_Options) GetShowResults() bool
func (*DataPoll_Options) ProtoMessage ¶
func (*DataPoll_Options) ProtoMessage()
func (*DataPoll_Options) ProtoReflect ¶
func (x *DataPoll_Options) ProtoReflect() protoreflect.Message
func (*DataPoll_Options) Reset ¶
func (x *DataPoll_Options) Reset()
func (*DataPoll_Options) String ¶
func (x *DataPoll_Options) String() string
type DataPoll_Result ¶
type DataPoll_Result struct { Votes map[string]int64 `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DataPoll_Result) Descriptor
deprecated
func (*DataPoll_Result) Descriptor() ([]byte, []int)
Deprecated: Use DataPoll_Result.ProtoReflect.Descriptor instead.
func (*DataPoll_Result) GetVotes ¶
func (x *DataPoll_Result) GetVotes() map[string]int64
func (*DataPoll_Result) ProtoMessage ¶
func (*DataPoll_Result) ProtoMessage()
func (*DataPoll_Result) ProtoReflect ¶
func (x *DataPoll_Result) ProtoReflect() protoreflect.Message
func (*DataPoll_Result) Reset ¶
func (x *DataPoll_Result) Reset()
func (*DataPoll_Result) String ¶
func (x *DataPoll_Result) String() string
type DataPoll_Variant ¶
type DataPoll_Variant struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ImageUrl string `protobuf:"bytes,2,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"` VotesCount int64 `protobuf:"varint,3,opt,name=votesCount,proto3" json:"votesCount,omitempty"` // contains filtered or unexported fields }
func (*DataPoll_Variant) Descriptor
deprecated
func (*DataPoll_Variant) Descriptor() ([]byte, []int)
Deprecated: Use DataPoll_Variant.ProtoReflect.Descriptor instead.
func (*DataPoll_Variant) GetId ¶
func (x *DataPoll_Variant) GetId() string
func (*DataPoll_Variant) GetImageUrl ¶
func (x *DataPoll_Variant) GetImageUrl() string
func (*DataPoll_Variant) GetVotesCount ¶
func (x *DataPoll_Variant) GetVotesCount() int64
func (*DataPoll_Variant) ProtoMessage ¶
func (*DataPoll_Variant) ProtoMessage()
func (*DataPoll_Variant) ProtoReflect ¶
func (x *DataPoll_Variant) ProtoReflect() protoreflect.Message
func (*DataPoll_Variant) Reset ¶
func (x *DataPoll_Variant) Reset()
func (*DataPoll_Variant) String ¶
func (x *DataPoll_Variant) String() string
type DataText ¶
type DataText struct { Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` More string `protobuf:"bytes,2,opt,name=more,proto3" json:"more,omitempty"` Color int64 `protobuf:"varint,3,opt,name=color,proto3" json:"color,omitempty"` // contains filtered or unexported fields }
func (*DataText) Descriptor
deprecated
func (*DataText) GetContent ¶
func (*DataText) ProtoMessage ¶
func (*DataText) ProtoMessage()
func (*DataText) ProtoReflect ¶
func (x *DataText) ProtoReflect() protoreflect.Message
type DataVideo ¶
type DataVideo struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` Thumb string `protobuf:"bytes,2,opt,name=thumb,proto3" json:"thumb,omitempty"` Duration int64 `protobuf:"varint,3,opt,name=duration,proto3" json:"duration,omitempty"` Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*DataVideo) Descriptor
deprecated
func (*DataVideo) GetContent ¶
func (*DataVideo) GetDuration ¶
func (*DataVideo) ProtoMessage ¶
func (*DataVideo) ProtoMessage()
func (*DataVideo) ProtoReflect ¶
func (x *DataVideo) ProtoReflect() protoreflect.Message
type DeleteCollectionRequest ¶
type DeleteCollectionRequest struct { CollectionId string `protobuf:"bytes,1,opt,name=collectionId,proto3" json:"collectionId,omitempty"` // contains filtered or unexported fields }
func (*DeleteCollectionRequest) Descriptor
deprecated
func (*DeleteCollectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCollectionRequest.ProtoReflect.Descriptor instead.
func (*DeleteCollectionRequest) GetCollectionId ¶
func (x *DeleteCollectionRequest) GetCollectionId() string
func (*DeleteCollectionRequest) ProtoMessage ¶
func (*DeleteCollectionRequest) ProtoMessage()
func (*DeleteCollectionRequest) ProtoReflect ¶
func (x *DeleteCollectionRequest) ProtoReflect() protoreflect.Message
func (*DeleteCollectionRequest) Reset ¶
func (x *DeleteCollectionRequest) Reset()
func (*DeleteCollectionRequest) String ¶
func (x *DeleteCollectionRequest) String() string
type DeleteCollectionResponse ¶
type DeleteCollectionResponse struct {
// contains filtered or unexported fields
}
func (*DeleteCollectionResponse) Descriptor
deprecated
func (*DeleteCollectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCollectionResponse.ProtoReflect.Descriptor instead.
func (*DeleteCollectionResponse) ProtoMessage ¶
func (*DeleteCollectionResponse) ProtoMessage()
func (*DeleteCollectionResponse) ProtoReflect ¶
func (x *DeleteCollectionResponse) ProtoReflect() protoreflect.Message
func (*DeleteCollectionResponse) Reset ¶
func (x *DeleteCollectionResponse) Reset()
func (*DeleteCollectionResponse) String ¶
func (x *DeleteCollectionResponse) String() string
type DeleteCommentRequest ¶
type DeleteCommentRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` CircleId *string `protobuf:"bytes,2,opt,name=circleId,proto3,oneof" json:"circleId,omitempty"` // contains filtered or unexported fields }
func (*DeleteCommentRequest) Descriptor
deprecated
func (*DeleteCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteCommentRequest.ProtoReflect.Descriptor instead.
func (*DeleteCommentRequest) GetCircleId ¶
func (x *DeleteCommentRequest) GetCircleId() string
func (*DeleteCommentRequest) GetId ¶
func (x *DeleteCommentRequest) GetId() string
func (*DeleteCommentRequest) ProtoMessage ¶
func (*DeleteCommentRequest) ProtoMessage()
func (*DeleteCommentRequest) ProtoReflect ¶
func (x *DeleteCommentRequest) ProtoReflect() protoreflect.Message
func (*DeleteCommentRequest) Reset ¶
func (x *DeleteCommentRequest) Reset()
func (*DeleteCommentRequest) String ¶
func (x *DeleteCommentRequest) String() string
type DeletePostRequest ¶
type DeletePostRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Reason *string `protobuf:"bytes,2,opt,name=reason,proto3,oneof" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*DeletePostRequest) Descriptor
deprecated
func (*DeletePostRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePostRequest.ProtoReflect.Descriptor instead.
func (*DeletePostRequest) GetId ¶
func (x *DeletePostRequest) GetId() string
func (*DeletePostRequest) GetReason ¶
func (x *DeletePostRequest) GetReason() string
func (*DeletePostRequest) ProtoMessage ¶
func (*DeletePostRequest) ProtoMessage()
func (*DeletePostRequest) ProtoReflect ¶
func (x *DeletePostRequest) ProtoReflect() protoreflect.Message
func (*DeletePostRequest) Reset ¶
func (x *DeletePostRequest) Reset()
func (*DeletePostRequest) String ¶
func (x *DeletePostRequest) String() string
type DeletePostsFromCollectionRequest ¶
type DeletePostsFromCollectionRequest struct { CollectionId string `protobuf:"bytes,1,opt,name=collectionId,proto3" json:"collectionId,omitempty"` PostIds []string `protobuf:"bytes,2,rep,name=postIds,proto3" json:"postIds,omitempty"` Unsave bool `protobuf:"varint,3,opt,name=unsave,proto3" json:"unsave,omitempty"` // contains filtered or unexported fields }
func (*DeletePostsFromCollectionRequest) Descriptor
deprecated
func (*DeletePostsFromCollectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePostsFromCollectionRequest.ProtoReflect.Descriptor instead.
func (*DeletePostsFromCollectionRequest) GetCollectionId ¶
func (x *DeletePostsFromCollectionRequest) GetCollectionId() string
func (*DeletePostsFromCollectionRequest) GetPostIds ¶
func (x *DeletePostsFromCollectionRequest) GetPostIds() []string
func (*DeletePostsFromCollectionRequest) GetUnsave ¶
func (x *DeletePostsFromCollectionRequest) GetUnsave() bool
func (*DeletePostsFromCollectionRequest) ProtoMessage ¶
func (*DeletePostsFromCollectionRequest) ProtoMessage()
func (*DeletePostsFromCollectionRequest) ProtoReflect ¶
func (x *DeletePostsFromCollectionRequest) ProtoReflect() protoreflect.Message
func (*DeletePostsFromCollectionRequest) Reset ¶
func (x *DeletePostsFromCollectionRequest) Reset()
func (*DeletePostsFromCollectionRequest) String ¶
func (x *DeletePostsFromCollectionRequest) String() string
type DeletePostsFromCollectionResponse ¶
type DeletePostsFromCollectionResponse struct {
// contains filtered or unexported fields
}
func (*DeletePostsFromCollectionResponse) Descriptor
deprecated
func (*DeletePostsFromCollectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeletePostsFromCollectionResponse.ProtoReflect.Descriptor instead.
func (*DeletePostsFromCollectionResponse) ProtoMessage ¶
func (*DeletePostsFromCollectionResponse) ProtoMessage()
func (*DeletePostsFromCollectionResponse) ProtoReflect ¶
func (x *DeletePostsFromCollectionResponse) ProtoReflect() protoreflect.Message
func (*DeletePostsFromCollectionResponse) Reset ¶
func (x *DeletePostsFromCollectionResponse) Reset()
func (*DeletePostsFromCollectionResponse) String ¶
func (x *DeletePostsFromCollectionResponse) String() string
type DeletePostsRequest ¶
type DeletePostsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` Reason *string `protobuf:"bytes,2,opt,name=reason,proto3,oneof" json:"reason,omitempty"` // contains filtered or unexported fields }
func (*DeletePostsRequest) Descriptor
deprecated
func (*DeletePostsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeletePostsRequest.ProtoReflect.Descriptor instead.
func (*DeletePostsRequest) GetIds ¶
func (x *DeletePostsRequest) GetIds() []string
func (*DeletePostsRequest) GetReason ¶
func (x *DeletePostsRequest) GetReason() string
func (*DeletePostsRequest) ProtoMessage ¶
func (*DeletePostsRequest) ProtoMessage()
func (*DeletePostsRequest) ProtoReflect ¶
func (x *DeletePostsRequest) ProtoReflect() protoreflect.Message
func (*DeletePostsRequest) Reset ¶
func (x *DeletePostsRequest) Reset()
func (*DeletePostsRequest) String ¶
func (x *DeletePostsRequest) String() string
type DeletePostsResponse ¶
type DeletePostsResponse struct {
// contains filtered or unexported fields
}
func (*DeletePostsResponse) Descriptor
deprecated
func (*DeletePostsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeletePostsResponse.ProtoReflect.Descriptor instead.
func (*DeletePostsResponse) ProtoMessage ¶
func (*DeletePostsResponse) ProtoMessage()
func (*DeletePostsResponse) ProtoReflect ¶
func (x *DeletePostsResponse) ProtoReflect() protoreflect.Message
func (*DeletePostsResponse) Reset ¶
func (x *DeletePostsResponse) Reset()
func (*DeletePostsResponse) String ¶
func (x *DeletePostsResponse) String() string
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
func (*Empty) Descriptor
deprecated
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶
func (x *Empty) ProtoReflect() protoreflect.Message
type GetCircleCommentsCountRequest ¶ added in v0.2.46
type GetCircleCommentsCountRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // contains filtered or unexported fields }
func (*GetCircleCommentsCountRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleCommentsCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleCommentsCountRequest.ProtoReflect.Descriptor instead.
func (*GetCircleCommentsCountRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCircleCommentsCountRequest) GetCircleId() string
func (*GetCircleCommentsCountRequest) GetEndTime ¶ added in v0.2.46
func (x *GetCircleCommentsCountRequest) GetEndTime() *timestamppb.Timestamp
func (*GetCircleCommentsCountRequest) GetStartTime ¶ added in v0.2.46
func (x *GetCircleCommentsCountRequest) GetStartTime() *timestamppb.Timestamp
func (*GetCircleCommentsCountRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCircleCommentsCountRequest) ProtoMessage()
func (*GetCircleCommentsCountRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleCommentsCountRequest) ProtoReflect() protoreflect.Message
func (*GetCircleCommentsCountRequest) Reset ¶ added in v0.2.46
func (x *GetCircleCommentsCountRequest) Reset()
func (*GetCircleCommentsCountRequest) String ¶ added in v0.2.46
func (x *GetCircleCommentsCountRequest) String() string
type GetCircleCommentsCountResponse ¶ added in v0.2.46
type GetCircleCommentsCountResponse struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` // contains filtered or unexported fields }
func (*GetCircleCommentsCountResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleCommentsCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleCommentsCountResponse.ProtoReflect.Descriptor instead.
func (*GetCircleCommentsCountResponse) GetTotalCount ¶ added in v0.2.46
func (x *GetCircleCommentsCountResponse) GetTotalCount() int64
func (*GetCircleCommentsCountResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCircleCommentsCountResponse) ProtoMessage()
func (*GetCircleCommentsCountResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleCommentsCountResponse) ProtoReflect() protoreflect.Message
func (*GetCircleCommentsCountResponse) Reset ¶ added in v0.2.46
func (x *GetCircleCommentsCountResponse) Reset()
func (*GetCircleCommentsCountResponse) String ¶ added in v0.2.46
func (x *GetCircleCommentsCountResponse) String() string
type GetCircleContentStatsRequest ¶
type GetCircleContentStatsRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` // contains filtered or unexported fields }
func (*GetCircleContentStatsRequest) Descriptor
deprecated
func (*GetCircleContentStatsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleContentStatsRequest.ProtoReflect.Descriptor instead.
func (*GetCircleContentStatsRequest) GetCircleId ¶
func (x *GetCircleContentStatsRequest) GetCircleId() string
func (*GetCircleContentStatsRequest) ProtoMessage ¶
func (*GetCircleContentStatsRequest) ProtoMessage()
func (*GetCircleContentStatsRequest) ProtoReflect ¶
func (x *GetCircleContentStatsRequest) ProtoReflect() protoreflect.Message
func (*GetCircleContentStatsRequest) Reset ¶
func (x *GetCircleContentStatsRequest) Reset()
func (*GetCircleContentStatsRequest) String ¶
func (x *GetCircleContentStatsRequest) String() string
type GetCircleContentStatsResponse ¶
type GetCircleContentStatsResponse struct { Posts int64 `protobuf:"varint,1,opt,name=posts,proto3" json:"posts,omitempty"` Views int64 `protobuf:"varint,2,opt,name=views,proto3" json:"views,omitempty"` // contains filtered or unexported fields }
func (*GetCircleContentStatsResponse) Descriptor
deprecated
func (*GetCircleContentStatsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleContentStatsResponse.ProtoReflect.Descriptor instead.
func (*GetCircleContentStatsResponse) GetPosts ¶
func (x *GetCircleContentStatsResponse) GetPosts() int64
func (*GetCircleContentStatsResponse) GetViews ¶
func (x *GetCircleContentStatsResponse) GetViews() int64
func (*GetCircleContentStatsResponse) ProtoMessage ¶
func (*GetCircleContentStatsResponse) ProtoMessage()
func (*GetCircleContentStatsResponse) ProtoReflect ¶
func (x *GetCircleContentStatsResponse) ProtoReflect() protoreflect.Message
func (*GetCircleContentStatsResponse) Reset ¶
func (x *GetCircleContentStatsResponse) Reset()
func (*GetCircleContentStatsResponse) String ¶
func (x *GetCircleContentStatsResponse) String() string
type GetCircleCounterRequest ¶
type GetCircleCounterRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` // contains filtered or unexported fields }
func (*GetCircleCounterRequest) Descriptor
deprecated
func (*GetCircleCounterRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleCounterRequest.ProtoReflect.Descriptor instead.
func (*GetCircleCounterRequest) GetCircleId ¶
func (x *GetCircleCounterRequest) GetCircleId() string
func (*GetCircleCounterRequest) ProtoMessage ¶
func (*GetCircleCounterRequest) ProtoMessage()
func (*GetCircleCounterRequest) ProtoReflect ¶
func (x *GetCircleCounterRequest) ProtoReflect() protoreflect.Message
func (*GetCircleCounterRequest) Reset ¶
func (x *GetCircleCounterRequest) Reset()
func (*GetCircleCounterRequest) String ¶
func (x *GetCircleCounterRequest) String() string
type GetCircleCounterResponse ¶
type GetCircleCounterResponse struct { Posts int64 `protobuf:"varint,1,opt,name=posts,proto3" json:"posts,omitempty"` Views int64 `protobuf:"varint,2,opt,name=views,proto3" json:"views,omitempty"` Likes int64 `protobuf:"varint,3,opt,name=likes,proto3" json:"likes,omitempty"` Comments int64 `protobuf:"varint,4,opt,name=comments,proto3" json:"comments,omitempty"` Saves int64 `protobuf:"varint,6,opt,name=saves,proto3" json:"saves,omitempty"` Votes int64 `protobuf:"varint,7,opt,name=votes,proto3" json:"votes,omitempty"` Impressions int64 `protobuf:"varint,8,opt,name=impressions,proto3" json:"impressions,omitempty"` // contains filtered or unexported fields }
func (*GetCircleCounterResponse) Descriptor
deprecated
func (*GetCircleCounterResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleCounterResponse.ProtoReflect.Descriptor instead.
func (*GetCircleCounterResponse) GetComments ¶
func (x *GetCircleCounterResponse) GetComments() int64
func (*GetCircleCounterResponse) GetImpressions ¶
func (x *GetCircleCounterResponse) GetImpressions() int64
func (*GetCircleCounterResponse) GetLikes ¶
func (x *GetCircleCounterResponse) GetLikes() int64
func (*GetCircleCounterResponse) GetPosts ¶
func (x *GetCircleCounterResponse) GetPosts() int64
func (*GetCircleCounterResponse) GetSaves ¶
func (x *GetCircleCounterResponse) GetSaves() int64
func (*GetCircleCounterResponse) GetShares ¶
func (x *GetCircleCounterResponse) GetShares() int64
func (*GetCircleCounterResponse) GetViews ¶
func (x *GetCircleCounterResponse) GetViews() int64
func (*GetCircleCounterResponse) GetVotes ¶
func (x *GetCircleCounterResponse) GetVotes() int64
func (*GetCircleCounterResponse) ProtoMessage ¶
func (*GetCircleCounterResponse) ProtoMessage()
func (*GetCircleCounterResponse) ProtoReflect ¶
func (x *GetCircleCounterResponse) ProtoReflect() protoreflect.Message
func (*GetCircleCounterResponse) Reset ¶
func (x *GetCircleCounterResponse) Reset()
func (*GetCircleCounterResponse) String ¶
func (x *GetCircleCounterResponse) String() string
type GetCircleDislikesCountRequest ¶ added in v0.2.46
type GetCircleDislikesCountRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` After *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"` Before *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"` // contains filtered or unexported fields }
func (*GetCircleDislikesCountRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleDislikesCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleDislikesCountRequest.ProtoReflect.Descriptor instead.
func (*GetCircleDislikesCountRequest) GetAfter ¶ added in v0.2.46
func (x *GetCircleDislikesCountRequest) GetAfter() *timestamppb.Timestamp
func (*GetCircleDislikesCountRequest) GetBefore ¶ added in v0.2.46
func (x *GetCircleDislikesCountRequest) GetBefore() *timestamppb.Timestamp
func (*GetCircleDislikesCountRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCircleDislikesCountRequest) GetCircleId() string
func (*GetCircleDislikesCountRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCircleDislikesCountRequest) ProtoMessage()
func (*GetCircleDislikesCountRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleDislikesCountRequest) ProtoReflect() protoreflect.Message
func (*GetCircleDislikesCountRequest) Reset ¶ added in v0.2.46
func (x *GetCircleDislikesCountRequest) Reset()
func (*GetCircleDislikesCountRequest) String ¶ added in v0.2.46
func (x *GetCircleDislikesCountRequest) String() string
type GetCircleDislikesCountResponse ¶ added in v0.2.46
type GetCircleDislikesCountResponse struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetCircleDislikesCountResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleDislikesCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleDislikesCountResponse.ProtoReflect.Descriptor instead.
func (*GetCircleDislikesCountResponse) GetCount ¶ added in v0.2.46
func (x *GetCircleDislikesCountResponse) GetCount() int64
func (*GetCircleDislikesCountResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCircleDislikesCountResponse) ProtoMessage()
func (*GetCircleDislikesCountResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleDislikesCountResponse) ProtoReflect() protoreflect.Message
func (*GetCircleDislikesCountResponse) Reset ¶ added in v0.2.46
func (x *GetCircleDislikesCountResponse) Reset()
func (*GetCircleDislikesCountResponse) String ¶ added in v0.2.46
func (x *GetCircleDislikesCountResponse) String() string
type GetCircleFeedRequest ¶
type GetCircleFeedRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` Limit int64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*GetCircleFeedRequest) Descriptor
deprecated
func (*GetCircleFeedRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleFeedRequest.ProtoReflect.Descriptor instead.
func (*GetCircleFeedRequest) GetCircleId ¶
func (x *GetCircleFeedRequest) GetCircleId() string
func (*GetCircleFeedRequest) GetLimit ¶
func (x *GetCircleFeedRequest) GetLimit() int64
func (*GetCircleFeedRequest) ProtoMessage ¶
func (*GetCircleFeedRequest) ProtoMessage()
func (*GetCircleFeedRequest) ProtoReflect ¶
func (x *GetCircleFeedRequest) ProtoReflect() protoreflect.Message
func (*GetCircleFeedRequest) Reset ¶
func (x *GetCircleFeedRequest) Reset()
func (*GetCircleFeedRequest) String ¶
func (x *GetCircleFeedRequest) String() string
type GetCircleFeedResponse ¶
type GetCircleFeedResponse struct { Posts []*Post `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"` // contains filtered or unexported fields }
func (*GetCircleFeedResponse) Descriptor
deprecated
func (*GetCircleFeedResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleFeedResponse.ProtoReflect.Descriptor instead.
func (*GetCircleFeedResponse) GetPosts ¶
func (x *GetCircleFeedResponse) GetPosts() []*Post
func (*GetCircleFeedResponse) ProtoMessage ¶
func (*GetCircleFeedResponse) ProtoMessage()
func (*GetCircleFeedResponse) ProtoReflect ¶
func (x *GetCircleFeedResponse) ProtoReflect() protoreflect.Message
func (*GetCircleFeedResponse) Reset ¶
func (x *GetCircleFeedResponse) Reset()
func (*GetCircleFeedResponse) String ¶
func (x *GetCircleFeedResponse) String() string
type GetCircleLikesCountRequest ¶ added in v0.2.46
type GetCircleLikesCountRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // contains filtered or unexported fields }
func (*GetCircleLikesCountRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleLikesCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleLikesCountRequest.ProtoReflect.Descriptor instead.
func (*GetCircleLikesCountRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCircleLikesCountRequest) GetCircleId() string
func (*GetCircleLikesCountRequest) GetEndTime ¶ added in v0.2.46
func (x *GetCircleLikesCountRequest) GetEndTime() *timestamppb.Timestamp
func (*GetCircleLikesCountRequest) GetStartTime ¶ added in v0.2.46
func (x *GetCircleLikesCountRequest) GetStartTime() *timestamppb.Timestamp
func (*GetCircleLikesCountRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCircleLikesCountRequest) ProtoMessage()
func (*GetCircleLikesCountRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleLikesCountRequest) ProtoReflect() protoreflect.Message
func (*GetCircleLikesCountRequest) Reset ¶ added in v0.2.46
func (x *GetCircleLikesCountRequest) Reset()
func (*GetCircleLikesCountRequest) String ¶ added in v0.2.46
func (x *GetCircleLikesCountRequest) String() string
type GetCircleLikesCountResponse ¶ added in v0.2.46
type GetCircleLikesCountResponse struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` // contains filtered or unexported fields }
func (*GetCircleLikesCountResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleLikesCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleLikesCountResponse.ProtoReflect.Descriptor instead.
func (*GetCircleLikesCountResponse) GetTotalCount ¶ added in v0.2.46
func (x *GetCircleLikesCountResponse) GetTotalCount() int64
func (*GetCircleLikesCountResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCircleLikesCountResponse) ProtoMessage()
func (*GetCircleLikesCountResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleLikesCountResponse) ProtoReflect() protoreflect.Message
func (*GetCircleLikesCountResponse) Reset ¶ added in v0.2.46
func (x *GetCircleLikesCountResponse) Reset()
func (*GetCircleLikesCountResponse) String ¶ added in v0.2.46
func (x *GetCircleLikesCountResponse) String() string
type GetCircleMeanScreenTimeRequest ¶ added in v0.2.46
type GetCircleMeanScreenTimeRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` After *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"` Before *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"` // contains filtered or unexported fields }
func (*GetCircleMeanScreenTimeRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleMeanScreenTimeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleMeanScreenTimeRequest.ProtoReflect.Descriptor instead.
func (*GetCircleMeanScreenTimeRequest) GetAfter ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeRequest) GetAfter() *timestamppb.Timestamp
func (*GetCircleMeanScreenTimeRequest) GetBefore ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeRequest) GetBefore() *timestamppb.Timestamp
func (*GetCircleMeanScreenTimeRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeRequest) GetCircleId() string
func (*GetCircleMeanScreenTimeRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCircleMeanScreenTimeRequest) ProtoMessage()
func (*GetCircleMeanScreenTimeRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeRequest) ProtoReflect() protoreflect.Message
func (*GetCircleMeanScreenTimeRequest) Reset ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeRequest) Reset()
func (*GetCircleMeanScreenTimeRequest) String ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeRequest) String() string
type GetCircleMeanScreenTimeResponse ¶ added in v0.2.46
type GetCircleMeanScreenTimeResponse struct { Duration *durationpb.Duration `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"` // contains filtered or unexported fields }
func (*GetCircleMeanScreenTimeResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleMeanScreenTimeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleMeanScreenTimeResponse.ProtoReflect.Descriptor instead.
func (*GetCircleMeanScreenTimeResponse) GetDuration ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeResponse) GetDuration() *durationpb.Duration
func (*GetCircleMeanScreenTimeResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCircleMeanScreenTimeResponse) ProtoMessage()
func (*GetCircleMeanScreenTimeResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeResponse) ProtoReflect() protoreflect.Message
func (*GetCircleMeanScreenTimeResponse) Reset ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeResponse) Reset()
func (*GetCircleMeanScreenTimeResponse) String ¶ added in v0.2.46
func (x *GetCircleMeanScreenTimeResponse) String() string
type GetCirclePostsCountRequest ¶ added in v0.2.46
type GetCirclePostsCountRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // contains filtered or unexported fields }
func (*GetCirclePostsCountRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCirclePostsCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCirclePostsCountRequest.ProtoReflect.Descriptor instead.
func (*GetCirclePostsCountRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCirclePostsCountRequest) GetCircleId() string
func (*GetCirclePostsCountRequest) GetEndTime ¶ added in v0.2.46
func (x *GetCirclePostsCountRequest) GetEndTime() *timestamppb.Timestamp
func (*GetCirclePostsCountRequest) GetStartTime ¶ added in v0.2.46
func (x *GetCirclePostsCountRequest) GetStartTime() *timestamppb.Timestamp
func (*GetCirclePostsCountRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCirclePostsCountRequest) ProtoMessage()
func (*GetCirclePostsCountRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCirclePostsCountRequest) ProtoReflect() protoreflect.Message
func (*GetCirclePostsCountRequest) Reset ¶ added in v0.2.46
func (x *GetCirclePostsCountRequest) Reset()
func (*GetCirclePostsCountRequest) String ¶ added in v0.2.46
func (x *GetCirclePostsCountRequest) String() string
type GetCirclePostsCountResponse ¶ added in v0.2.46
type GetCirclePostsCountResponse struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` // contains filtered or unexported fields }
func (*GetCirclePostsCountResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCirclePostsCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCirclePostsCountResponse.ProtoReflect.Descriptor instead.
func (*GetCirclePostsCountResponse) GetTotalCount ¶ added in v0.2.46
func (x *GetCirclePostsCountResponse) GetTotalCount() int64
func (*GetCirclePostsCountResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCirclePostsCountResponse) ProtoMessage()
func (*GetCirclePostsCountResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCirclePostsCountResponse) ProtoReflect() protoreflect.Message
func (*GetCirclePostsCountResponse) Reset ¶ added in v0.2.46
func (x *GetCirclePostsCountResponse) Reset()
func (*GetCirclePostsCountResponse) String ¶ added in v0.2.46
func (x *GetCirclePostsCountResponse) String() string
type GetCircleSavesCountRequest ¶ added in v0.2.46
type GetCircleSavesCountRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` After *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"` Before *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"` // contains filtered or unexported fields }
func (*GetCircleSavesCountRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleSavesCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleSavesCountRequest.ProtoReflect.Descriptor instead.
func (*GetCircleSavesCountRequest) GetAfter ¶ added in v0.2.46
func (x *GetCircleSavesCountRequest) GetAfter() *timestamppb.Timestamp
func (*GetCircleSavesCountRequest) GetBefore ¶ added in v0.2.46
func (x *GetCircleSavesCountRequest) GetBefore() *timestamppb.Timestamp
func (*GetCircleSavesCountRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCircleSavesCountRequest) GetCircleId() string
func (*GetCircleSavesCountRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCircleSavesCountRequest) ProtoMessage()
func (*GetCircleSavesCountRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleSavesCountRequest) ProtoReflect() protoreflect.Message
func (*GetCircleSavesCountRequest) Reset ¶ added in v0.2.46
func (x *GetCircleSavesCountRequest) Reset()
func (*GetCircleSavesCountRequest) String ¶ added in v0.2.46
func (x *GetCircleSavesCountRequest) String() string
type GetCircleSavesCountResponse ¶ added in v0.2.46
type GetCircleSavesCountResponse struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetCircleSavesCountResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleSavesCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleSavesCountResponse.ProtoReflect.Descriptor instead.
func (*GetCircleSavesCountResponse) GetCount ¶ added in v0.2.46
func (x *GetCircleSavesCountResponse) GetCount() int64
func (*GetCircleSavesCountResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCircleSavesCountResponse) ProtoMessage()
func (*GetCircleSavesCountResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleSavesCountResponse) ProtoReflect() protoreflect.Message
func (*GetCircleSavesCountResponse) Reset ¶ added in v0.2.46
func (x *GetCircleSavesCountResponse) Reset()
func (*GetCircleSavesCountResponse) String ¶ added in v0.2.46
func (x *GetCircleSavesCountResponse) String() string
type GetCircleSharesCountRequest ¶ added in v0.2.46
type GetCircleSharesCountRequest struct { // contains filtered or unexported fields }
func (*GetCircleSharesCountRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleSharesCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleSharesCountRequest.ProtoReflect.Descriptor instead.
func (*GetCircleSharesCountRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCircleSharesCountRequest) GetCircleId() string
func (*GetCircleSharesCountRequest) GetEndTime ¶ added in v0.2.46
func (x *GetCircleSharesCountRequest) GetEndTime() *timestamppb.Timestamp
func (*GetCircleSharesCountRequest) GetStartTime ¶ added in v0.2.46
func (x *GetCircleSharesCountRequest) GetStartTime() *timestamppb.Timestamp
func (*GetCircleSharesCountRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCircleSharesCountRequest) ProtoMessage()
func (*GetCircleSharesCountRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleSharesCountRequest) ProtoReflect() protoreflect.Message
func (*GetCircleSharesCountRequest) Reset ¶ added in v0.2.46
func (x *GetCircleSharesCountRequest) Reset()
func (*GetCircleSharesCountRequest) String ¶ added in v0.2.46
func (x *GetCircleSharesCountRequest) String() string
type GetCircleSharesCountResponse ¶ added in v0.2.46
type GetCircleSharesCountResponse struct { // contains filtered or unexported fields }
func (*GetCircleSharesCountResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleSharesCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleSharesCountResponse.ProtoReflect.Descriptor instead.
func (*GetCircleSharesCountResponse) GetTotalCount ¶ added in v0.2.46
func (x *GetCircleSharesCountResponse) GetTotalCount() int64
func (*GetCircleSharesCountResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCircleSharesCountResponse) ProtoMessage()
func (*GetCircleSharesCountResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleSharesCountResponse) ProtoReflect() protoreflect.Message
func (*GetCircleSharesCountResponse) Reset ¶ added in v0.2.46
func (x *GetCircleSharesCountResponse) Reset()
func (*GetCircleSharesCountResponse) String ¶ added in v0.2.46
func (x *GetCircleSharesCountResponse) String() string
type GetCircleTotalScreenTimeRequest ¶ added in v0.2.46
type GetCircleTotalScreenTimeRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` After *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"` Before *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"` // contains filtered or unexported fields }
func (*GetCircleTotalScreenTimeRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleTotalScreenTimeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleTotalScreenTimeRequest.ProtoReflect.Descriptor instead.
func (*GetCircleTotalScreenTimeRequest) GetAfter ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeRequest) GetAfter() *timestamppb.Timestamp
func (*GetCircleTotalScreenTimeRequest) GetBefore ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeRequest) GetBefore() *timestamppb.Timestamp
func (*GetCircleTotalScreenTimeRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeRequest) GetCircleId() string
func (*GetCircleTotalScreenTimeRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCircleTotalScreenTimeRequest) ProtoMessage()
func (*GetCircleTotalScreenTimeRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeRequest) ProtoReflect() protoreflect.Message
func (*GetCircleTotalScreenTimeRequest) Reset ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeRequest) Reset()
func (*GetCircleTotalScreenTimeRequest) String ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeRequest) String() string
type GetCircleTotalScreenTimeResponse ¶ added in v0.2.46
type GetCircleTotalScreenTimeResponse struct { Duration *durationpb.Duration `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"` // contains filtered or unexported fields }
func (*GetCircleTotalScreenTimeResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleTotalScreenTimeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleTotalScreenTimeResponse.ProtoReflect.Descriptor instead.
func (*GetCircleTotalScreenTimeResponse) GetDuration ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeResponse) GetDuration() *durationpb.Duration
func (*GetCircleTotalScreenTimeResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCircleTotalScreenTimeResponse) ProtoMessage()
func (*GetCircleTotalScreenTimeResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeResponse) ProtoReflect() protoreflect.Message
func (*GetCircleTotalScreenTimeResponse) Reset ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeResponse) Reset()
func (*GetCircleTotalScreenTimeResponse) String ¶ added in v0.2.46
func (x *GetCircleTotalScreenTimeResponse) String() string
type GetCircleViewsCountRequest ¶ added in v0.2.46
type GetCircleViewsCountRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` After *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"` Before *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"` // contains filtered or unexported fields }
func (*GetCircleViewsCountRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleViewsCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleViewsCountRequest.ProtoReflect.Descriptor instead.
func (*GetCircleViewsCountRequest) GetAfter ¶ added in v0.2.46
func (x *GetCircleViewsCountRequest) GetAfter() *timestamppb.Timestamp
func (*GetCircleViewsCountRequest) GetBefore ¶ added in v0.2.46
func (x *GetCircleViewsCountRequest) GetBefore() *timestamppb.Timestamp
func (*GetCircleViewsCountRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCircleViewsCountRequest) GetCircleId() string
func (*GetCircleViewsCountRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCircleViewsCountRequest) ProtoMessage()
func (*GetCircleViewsCountRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleViewsCountRequest) ProtoReflect() protoreflect.Message
func (*GetCircleViewsCountRequest) Reset ¶ added in v0.2.46
func (x *GetCircleViewsCountRequest) Reset()
func (*GetCircleViewsCountRequest) String ¶ added in v0.2.46
func (x *GetCircleViewsCountRequest) String() string
type GetCircleViewsCountResponse ¶ added in v0.2.46
type GetCircleViewsCountResponse struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetCircleViewsCountResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleViewsCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleViewsCountResponse.ProtoReflect.Descriptor instead.
func (*GetCircleViewsCountResponse) GetCount ¶ added in v0.2.46
func (x *GetCircleViewsCountResponse) GetCount() int64
func (*GetCircleViewsCountResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCircleViewsCountResponse) ProtoMessage()
func (*GetCircleViewsCountResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleViewsCountResponse) ProtoReflect() protoreflect.Message
func (*GetCircleViewsCountResponse) Reset ¶ added in v0.2.46
func (x *GetCircleViewsCountResponse) Reset()
func (*GetCircleViewsCountResponse) String ¶ added in v0.2.46
func (x *GetCircleViewsCountResponse) String() string
type GetCircleVotesCountRequest ¶ added in v0.2.46
type GetCircleVotesCountRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"` After *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"` Before *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"` // contains filtered or unexported fields }
func (*GetCircleVotesCountRequest) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleVotesCountRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleVotesCountRequest.ProtoReflect.Descriptor instead.
func (*GetCircleVotesCountRequest) GetAfter ¶ added in v0.2.46
func (x *GetCircleVotesCountRequest) GetAfter() *timestamppb.Timestamp
func (*GetCircleVotesCountRequest) GetBefore ¶ added in v0.2.46
func (x *GetCircleVotesCountRequest) GetBefore() *timestamppb.Timestamp
func (*GetCircleVotesCountRequest) GetCircleId ¶ added in v0.2.46
func (x *GetCircleVotesCountRequest) GetCircleId() string
func (*GetCircleVotesCountRequest) ProtoMessage ¶ added in v0.2.46
func (*GetCircleVotesCountRequest) ProtoMessage()
func (*GetCircleVotesCountRequest) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleVotesCountRequest) ProtoReflect() protoreflect.Message
func (*GetCircleVotesCountRequest) Reset ¶ added in v0.2.46
func (x *GetCircleVotesCountRequest) Reset()
func (*GetCircleVotesCountRequest) String ¶ added in v0.2.46
func (x *GetCircleVotesCountRequest) String() string
type GetCircleVotesCountResponse ¶ added in v0.2.46
type GetCircleVotesCountResponse struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*GetCircleVotesCountResponse) Descriptor
deprecated
added in
v0.2.46
func (*GetCircleVotesCountResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCircleVotesCountResponse.ProtoReflect.Descriptor instead.
func (*GetCircleVotesCountResponse) GetCount ¶ added in v0.2.46
func (x *GetCircleVotesCountResponse) GetCount() int64
func (*GetCircleVotesCountResponse) ProtoMessage ¶ added in v0.2.46
func (*GetCircleVotesCountResponse) ProtoMessage()
func (*GetCircleVotesCountResponse) ProtoReflect ¶ added in v0.2.46
func (x *GetCircleVotesCountResponse) ProtoReflect() protoreflect.Message
func (*GetCircleVotesCountResponse) Reset ¶ added in v0.2.46
func (x *GetCircleVotesCountResponse) Reset()
func (*GetCircleVotesCountResponse) String ¶ added in v0.2.46
func (x *GetCircleVotesCountResponse) String() string
type GetCollectionCounterRequest ¶
type GetCollectionCounterRequest struct { CollectionId string `protobuf:"bytes,1,opt,name=collectionId,proto3" json:"collectionId,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionCounterRequest) Descriptor
deprecated
func (*GetCollectionCounterRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionCounterRequest.ProtoReflect.Descriptor instead.
func (*GetCollectionCounterRequest) GetCollectionId ¶
func (x *GetCollectionCounterRequest) GetCollectionId() string
func (*GetCollectionCounterRequest) ProtoMessage ¶
func (*GetCollectionCounterRequest) ProtoMessage()
func (*GetCollectionCounterRequest) ProtoReflect ¶
func (x *GetCollectionCounterRequest) ProtoReflect() protoreflect.Message
func (*GetCollectionCounterRequest) Reset ¶
func (x *GetCollectionCounterRequest) Reset()
func (*GetCollectionCounterRequest) String ¶
func (x *GetCollectionCounterRequest) String() string
type GetCollectionCounterResponse ¶
type GetCollectionCounterResponse struct { Posts int64 `protobuf:"varint,1,opt,name=posts,proto3" json:"posts,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionCounterResponse) Descriptor
deprecated
func (*GetCollectionCounterResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionCounterResponse.ProtoReflect.Descriptor instead.
func (*GetCollectionCounterResponse) GetPosts ¶
func (x *GetCollectionCounterResponse) GetPosts() int64
func (*GetCollectionCounterResponse) ProtoMessage ¶
func (*GetCollectionCounterResponse) ProtoMessage()
func (*GetCollectionCounterResponse) ProtoReflect ¶
func (x *GetCollectionCounterResponse) ProtoReflect() protoreflect.Message
func (*GetCollectionCounterResponse) Reset ¶
func (x *GetCollectionCounterResponse) Reset()
func (*GetCollectionCounterResponse) String ¶
func (x *GetCollectionCounterResponse) String() string
type GetCollectionPostsRequest ¶
type GetCollectionPostsRequest struct { CollectionId string `protobuf:"bytes,1,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"` Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
>>> Collection Post Start >>>
func (*GetCollectionPostsRequest) Descriptor
deprecated
func (*GetCollectionPostsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionPostsRequest.ProtoReflect.Descriptor instead.
func (*GetCollectionPostsRequest) GetCollectionId ¶
func (x *GetCollectionPostsRequest) GetCollectionId() string
func (*GetCollectionPostsRequest) GetCursor ¶
func (x *GetCollectionPostsRequest) GetCursor() *PageCursor
func (*GetCollectionPostsRequest) ProtoMessage ¶
func (*GetCollectionPostsRequest) ProtoMessage()
func (*GetCollectionPostsRequest) ProtoReflect ¶
func (x *GetCollectionPostsRequest) ProtoReflect() protoreflect.Message
func (*GetCollectionPostsRequest) Reset ¶
func (x *GetCollectionPostsRequest) Reset()
func (*GetCollectionPostsRequest) String ¶
func (x *GetCollectionPostsRequest) String() string
type GetCollectionPostsResponse ¶
type GetCollectionPostsResponse struct { CollectionPosts []*CollectionPost `protobuf:"bytes,1,rep,name=collectionPosts,proto3" json:"collectionPosts,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionPostsResponse) Descriptor
deprecated
func (*GetCollectionPostsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionPostsResponse.ProtoReflect.Descriptor instead.
func (*GetCollectionPostsResponse) GetCollectionPosts ¶
func (x *GetCollectionPostsResponse) GetCollectionPosts() []*CollectionPost
func (*GetCollectionPostsResponse) GetPageInfo ¶
func (x *GetCollectionPostsResponse) GetPageInfo() *PageInfo
func (*GetCollectionPostsResponse) ProtoMessage ¶
func (*GetCollectionPostsResponse) ProtoMessage()
func (*GetCollectionPostsResponse) ProtoReflect ¶
func (x *GetCollectionPostsResponse) ProtoReflect() protoreflect.Message
func (*GetCollectionPostsResponse) Reset ¶
func (x *GetCollectionPostsResponse) Reset()
func (*GetCollectionPostsResponse) String ¶
func (x *GetCollectionPostsResponse) String() string
type GetCollectionRequest ¶
type GetCollectionRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` WithPreviewPosts bool `protobuf:"varint,2,opt,name=withPreviewPosts,proto3" json:"withPreviewPosts,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionRequest) Descriptor
deprecated
func (*GetCollectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionRequest.ProtoReflect.Descriptor instead.
func (*GetCollectionRequest) GetId ¶
func (x *GetCollectionRequest) GetId() string
func (*GetCollectionRequest) GetWithPreviewPosts ¶
func (x *GetCollectionRequest) GetWithPreviewPosts() bool
func (*GetCollectionRequest) ProtoMessage ¶
func (*GetCollectionRequest) ProtoMessage()
func (*GetCollectionRequest) ProtoReflect ¶
func (x *GetCollectionRequest) ProtoReflect() protoreflect.Message
func (*GetCollectionRequest) Reset ¶
func (x *GetCollectionRequest) Reset()
func (*GetCollectionRequest) String ¶
func (x *GetCollectionRequest) String() string
type GetCollectionResponse ¶
type GetCollectionResponse struct { Collection *Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionResponse) Descriptor
deprecated
func (*GetCollectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionResponse.ProtoReflect.Descriptor instead.
func (*GetCollectionResponse) GetCollection ¶
func (x *GetCollectionResponse) GetCollection() *Collection
func (*GetCollectionResponse) ProtoMessage ¶
func (*GetCollectionResponse) ProtoMessage()
func (*GetCollectionResponse) ProtoReflect ¶
func (x *GetCollectionResponse) ProtoReflect() protoreflect.Message
func (*GetCollectionResponse) Reset ¶
func (x *GetCollectionResponse) Reset()
func (*GetCollectionResponse) String ¶
func (x *GetCollectionResponse) String() string
type GetCollectionsRequest ¶
type GetCollectionsRequest struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` WithPreviewPosts bool `protobuf:"varint,3,opt,name=withPreviewPosts,proto3" json:"withPreviewPosts,omitempty"` ReturnSavedPostsCollection bool `protobuf:"varint,4,opt,name=returnSavedPostsCollection,proto3" json:"returnSavedPostsCollection,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsRequest) Descriptor
deprecated
func (*GetCollectionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsRequest.ProtoReflect.Descriptor instead.
func (*GetCollectionsRequest) GetCursor ¶
func (x *GetCollectionsRequest) GetCursor() *PageCursor
func (*GetCollectionsRequest) GetReturnSavedPostsCollection ¶
func (x *GetCollectionsRequest) GetReturnSavedPostsCollection() bool
func (*GetCollectionsRequest) GetUserId ¶
func (x *GetCollectionsRequest) GetUserId() string
func (*GetCollectionsRequest) GetWithPreviewPosts ¶
func (x *GetCollectionsRequest) GetWithPreviewPosts() bool
func (*GetCollectionsRequest) ProtoMessage ¶
func (*GetCollectionsRequest) ProtoMessage()
func (*GetCollectionsRequest) ProtoReflect ¶
func (x *GetCollectionsRequest) ProtoReflect() protoreflect.Message
func (*GetCollectionsRequest) Reset ¶
func (x *GetCollectionsRequest) Reset()
func (*GetCollectionsRequest) String ¶
func (x *GetCollectionsRequest) String() string
type GetCollectionsResponse ¶
type GetCollectionsResponse struct { Collections []*Collection `protobuf:"bytes,1,rep,name=collections,proto3" json:"collections,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` // contains filtered or unexported fields }
func (*GetCollectionsResponse) Descriptor
deprecated
func (*GetCollectionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCollectionsResponse.ProtoReflect.Descriptor instead.
func (*GetCollectionsResponse) GetCollections ¶
func (x *GetCollectionsResponse) GetCollections() []*Collection
func (*GetCollectionsResponse) GetPageInfo ¶
func (x *GetCollectionsResponse) GetPageInfo() *PageInfo
func (*GetCollectionsResponse) ProtoMessage ¶
func (*GetCollectionsResponse) ProtoMessage()
func (*GetCollectionsResponse) ProtoReflect ¶
func (x *GetCollectionsResponse) ProtoReflect() protoreflect.Message
func (*GetCollectionsResponse) Reset ¶
func (x *GetCollectionsResponse) Reset()
func (*GetCollectionsResponse) String ¶
func (x *GetCollectionsResponse) String() string
type GetCommentPinRequest ¶
type GetCommentPinRequest struct { CommentId string `protobuf:"bytes,1,opt,name=commentId,proto3" json:"commentId,omitempty"` // contains filtered or unexported fields }
func (*GetCommentPinRequest) Descriptor
deprecated
func (*GetCommentPinRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentPinRequest.ProtoReflect.Descriptor instead.
func (*GetCommentPinRequest) GetCommentId ¶
func (x *GetCommentPinRequest) GetCommentId() string
func (*GetCommentPinRequest) ProtoMessage ¶
func (*GetCommentPinRequest) ProtoMessage()
func (*GetCommentPinRequest) ProtoReflect ¶
func (x *GetCommentPinRequest) ProtoReflect() protoreflect.Message
func (*GetCommentPinRequest) Reset ¶
func (x *GetCommentPinRequest) Reset()
func (*GetCommentPinRequest) String ¶
func (x *GetCommentPinRequest) String() string
type GetCommentPinResponse ¶
type GetCommentPinResponse struct { Pin *Pin `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"` // contains filtered or unexported fields }
func (*GetCommentPinResponse) Descriptor
deprecated
func (*GetCommentPinResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentPinResponse.ProtoReflect.Descriptor instead.
func (*GetCommentPinResponse) GetPin ¶
func (x *GetCommentPinResponse) GetPin() *Pin
func (*GetCommentPinResponse) ProtoMessage ¶
func (*GetCommentPinResponse) ProtoMessage()
func (*GetCommentPinResponse) ProtoReflect ¶
func (x *GetCommentPinResponse) ProtoReflect() protoreflect.Message
func (*GetCommentPinResponse) Reset ¶
func (x *GetCommentPinResponse) Reset()
func (*GetCommentPinResponse) String ¶
func (x *GetCommentPinResponse) String() string
type GetCommentReactionsRequest ¶
type GetCommentReactionsRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetCommentReactionsRequest) Descriptor
deprecated
func (*GetCommentReactionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentReactionsRequest.ProtoReflect.Descriptor instead.
func (*GetCommentReactionsRequest) GetCursor ¶
func (x *GetCommentReactionsRequest) GetCursor() *PageCursor
func (*GetCommentReactionsRequest) GetId ¶
func (x *GetCommentReactionsRequest) GetId() string
func (*GetCommentReactionsRequest) ProtoMessage ¶
func (*GetCommentReactionsRequest) ProtoMessage()
func (*GetCommentReactionsRequest) ProtoReflect ¶
func (x *GetCommentReactionsRequest) ProtoReflect() protoreflect.Message
func (*GetCommentReactionsRequest) Reset ¶
func (x *GetCommentReactionsRequest) Reset()
func (*GetCommentReactionsRequest) String ¶
func (x *GetCommentReactionsRequest) String() string
type GetCommentReactionsResponse ¶
type GetCommentReactionsResponse struct { Reactions []*Reaction `protobuf:"bytes,1,rep,name=reactions,proto3" json:"reactions,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=PageInfo,proto3" json:"PageInfo,omitempty"` // contains filtered or unexported fields }
func (*GetCommentReactionsResponse) Descriptor
deprecated
func (*GetCommentReactionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentReactionsResponse.ProtoReflect.Descriptor instead.
func (*GetCommentReactionsResponse) GetPageInfo ¶
func (x *GetCommentReactionsResponse) GetPageInfo() *PageInfo
func (*GetCommentReactionsResponse) GetReactions ¶
func (x *GetCommentReactionsResponse) GetReactions() []*Reaction
func (*GetCommentReactionsResponse) ProtoMessage ¶
func (*GetCommentReactionsResponse) ProtoMessage()
func (*GetCommentReactionsResponse) ProtoReflect ¶
func (x *GetCommentReactionsResponse) ProtoReflect() protoreflect.Message
func (*GetCommentReactionsResponse) Reset ¶
func (x *GetCommentReactionsResponse) Reset()
func (*GetCommentReactionsResponse) String ¶
func (x *GetCommentReactionsResponse) String() string
type GetCommentRequest ¶
type GetCommentRequest struct { Id string `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"` // contains filtered or unexported fields }
func (*GetCommentRequest) Descriptor
deprecated
func (*GetCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentRequest.ProtoReflect.Descriptor instead.
func (*GetCommentRequest) GetId ¶
func (x *GetCommentRequest) GetId() string
func (*GetCommentRequest) ProtoMessage ¶
func (*GetCommentRequest) ProtoMessage()
func (*GetCommentRequest) ProtoReflect ¶
func (x *GetCommentRequest) ProtoReflect() protoreflect.Message
func (*GetCommentRequest) Reset ¶
func (x *GetCommentRequest) Reset()
func (*GetCommentRequest) String ¶
func (x *GetCommentRequest) String() string
type GetCommentResponse ¶
type GetCommentResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Data *CommentData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetCommentResponse) Descriptor
deprecated
func (*GetCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentResponse.ProtoReflect.Descriptor instead.
func (*GetCommentResponse) GetData ¶
func (x *GetCommentResponse) GetData() *CommentData
func (*GetCommentResponse) GetId ¶
func (x *GetCommentResponse) GetId() string
func (*GetCommentResponse) ProtoMessage ¶
func (*GetCommentResponse) ProtoMessage()
func (*GetCommentResponse) ProtoReflect ¶
func (x *GetCommentResponse) ProtoReflect() protoreflect.Message
func (*GetCommentResponse) Reset ¶
func (x *GetCommentResponse) Reset()
func (*GetCommentResponse) String ¶
func (x *GetCommentResponse) String() string
type GetCommentsRequest ¶
type GetCommentsRequest struct { PostId string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"` ParentId string `protobuf:"bytes,2,opt,name=parentId,proto3" json:"parentId,omitempty"` Cursor *PageCursor `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor,omitempty"` SkipPinnedComments bool `protobuf:"varint,4,opt,name=skipPinnedComments,proto3" json:"skipPinnedComments,omitempty"` // contains filtered or unexported fields }
func (*GetCommentsRequest) Descriptor
deprecated
func (*GetCommentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentsRequest.ProtoReflect.Descriptor instead.
func (*GetCommentsRequest) GetCursor ¶
func (x *GetCommentsRequest) GetCursor() *PageCursor
func (*GetCommentsRequest) GetParentId ¶
func (x *GetCommentsRequest) GetParentId() string
func (*GetCommentsRequest) GetPostId ¶
func (x *GetCommentsRequest) GetPostId() string
func (*GetCommentsRequest) GetSkipPinnedComments ¶
func (x *GetCommentsRequest) GetSkipPinnedComments() bool
func (*GetCommentsRequest) ProtoMessage ¶
func (*GetCommentsRequest) ProtoMessage()
func (*GetCommentsRequest) ProtoReflect ¶
func (x *GetCommentsRequest) ProtoReflect() protoreflect.Message
func (*GetCommentsRequest) Reset ¶
func (x *GetCommentsRequest) Reset()
func (*GetCommentsRequest) String ¶
func (x *GetCommentsRequest) String() string
type GetCommentsResponse ¶
type GetCommentsResponse struct { Comments []*Comment `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` // contains filtered or unexported fields }
func (*GetCommentsResponse) Descriptor
deprecated
func (*GetCommentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCommentsResponse.ProtoReflect.Descriptor instead.
func (*GetCommentsResponse) GetComments ¶
func (x *GetCommentsResponse) GetComments() []*Comment
func (*GetCommentsResponse) GetPageInfo ¶
func (x *GetCommentsResponse) GetPageInfo() *PageInfo
func (*GetCommentsResponse) ProtoMessage ¶
func (*GetCommentsResponse) ProtoMessage()
func (*GetCommentsResponse) ProtoReflect ¶
func (x *GetCommentsResponse) ProtoReflect() protoreflect.Message
func (*GetCommentsResponse) Reset ¶
func (x *GetCommentsResponse) Reset()
func (*GetCommentsResponse) String ¶
func (x *GetCommentsResponse) String() string
type GetContentCounterRequest ¶
type GetContentCounterRequest struct { ContentId string `protobuf:"bytes,1,opt,name=content_id,json=contentId,proto3" json:"content_id,omitempty"` // contains filtered or unexported fields }
func (*GetContentCounterRequest) Descriptor
deprecated
func (*GetContentCounterRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContentCounterRequest.ProtoReflect.Descriptor instead.
func (*GetContentCounterRequest) GetContentId ¶
func (x *GetContentCounterRequest) GetContentId() string
func (*GetContentCounterRequest) ProtoMessage ¶
func (*GetContentCounterRequest) ProtoMessage()
func (*GetContentCounterRequest) ProtoReflect ¶
func (x *GetContentCounterRequest) ProtoReflect() protoreflect.Message
func (*GetContentCounterRequest) Reset ¶
func (x *GetContentCounterRequest) Reset()
func (*GetContentCounterRequest) String ¶
func (x *GetContentCounterRequest) String() string
type GetContentCounterResponse ¶
type GetContentCounterResponse struct { Views int64 `protobuf:"varint,1,opt,name=views,proto3" json:"views,omitempty"` // Deprecated: Do not use. Likes int64 `protobuf:"varint,2,opt,name=likes,proto3" json:"likes,omitempty"` Comments int64 `protobuf:"varint,3,opt,name=comments,proto3" json:"comments,omitempty"` Saves int64 `protobuf:"varint,5,opt,name=saves,proto3" json:"saves,omitempty"` Votes int64 `protobuf:"varint,6,opt,name=votes,proto3" json:"votes,omitempty"` Impressions int64 `protobuf:"varint,7,opt,name=impressions,proto3" json:"impressions,omitempty"` Reactions map[string]int64 `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetContentCounterResponse) Descriptor
deprecated
func (*GetContentCounterResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContentCounterResponse.ProtoReflect.Descriptor instead.
func (*GetContentCounterResponse) GetComments ¶
func (x *GetContentCounterResponse) GetComments() int64
func (*GetContentCounterResponse) GetImpressions ¶
func (x *GetContentCounterResponse) GetImpressions() int64
func (*GetContentCounterResponse) GetLikes
deprecated
func (x *GetContentCounterResponse) GetLikes() int64
Deprecated: Do not use.
func (*GetContentCounterResponse) GetReactions ¶
func (x *GetContentCounterResponse) GetReactions() map[string]int64
func (*GetContentCounterResponse) GetSaves ¶
func (x *GetContentCounterResponse) GetSaves() int64
func (*GetContentCounterResponse) GetShares ¶
func (x *GetContentCounterResponse) GetShares() int64
func (*GetContentCounterResponse) GetViews ¶
func (x *GetContentCounterResponse) GetViews() int64
func (*GetContentCounterResponse) GetVotes ¶
func (x *GetContentCounterResponse) GetVotes() int64
func (*GetContentCounterResponse) ProtoMessage ¶
func (*GetContentCounterResponse) ProtoMessage()
func (*GetContentCounterResponse) ProtoReflect ¶
func (x *GetContentCounterResponse) ProtoReflect() protoreflect.Message
func (*GetContentCounterResponse) Reset ¶
func (x *GetContentCounterResponse) Reset()
func (*GetContentCounterResponse) String ¶
func (x *GetContentCounterResponse) String() string
type GetContentStatsRequest ¶
type GetContentStatsRequest struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` // contains filtered or unexported fields }
func (*GetContentStatsRequest) Descriptor
deprecated
func (*GetContentStatsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetContentStatsRequest.ProtoReflect.Descriptor instead.
func (*GetContentStatsRequest) GetUserId ¶
func (x *GetContentStatsRequest) GetUserId() string
func (*GetContentStatsRequest) ProtoMessage ¶
func (*GetContentStatsRequest) ProtoMessage()
func (*GetContentStatsRequest) ProtoReflect ¶
func (x *GetContentStatsRequest) ProtoReflect() protoreflect.Message
func (*GetContentStatsRequest) Reset ¶
func (x *GetContentStatsRequest) Reset()
func (*GetContentStatsRequest) String ¶
func (x *GetContentStatsRequest) String() string
type GetContentStatsResponse ¶
type GetContentStatsResponse struct { Likes int64 `protobuf:"varint,1,opt,name=likes,proto3" json:"likes,omitempty"` Views int64 `protobuf:"varint,2,opt,name=views,proto3" json:"views,omitempty"` // contains filtered or unexported fields }
func (*GetContentStatsResponse) Descriptor
deprecated
func (*GetContentStatsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetContentStatsResponse.ProtoReflect.Descriptor instead.
func (*GetContentStatsResponse) GetLikes ¶
func (x *GetContentStatsResponse) GetLikes() int64
func (*GetContentStatsResponse) GetViews ¶
func (x *GetContentStatsResponse) GetViews() int64
func (*GetContentStatsResponse) ProtoMessage ¶
func (*GetContentStatsResponse) ProtoMessage()
func (*GetContentStatsResponse) ProtoReflect ¶
func (x *GetContentStatsResponse) ProtoReflect() protoreflect.Message
func (*GetContentStatsResponse) Reset ¶
func (x *GetContentStatsResponse) Reset()
func (*GetContentStatsResponse) String ¶
func (x *GetContentStatsResponse) String() string
type GetFeedRequest ¶
type GetFeedRequest struct { Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*GetFeedRequest) Descriptor
deprecated
func (*GetFeedRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFeedRequest.ProtoReflect.Descriptor instead.
func (*GetFeedRequest) GetLimit ¶
func (x *GetFeedRequest) GetLimit() int64
func (*GetFeedRequest) ProtoMessage ¶
func (*GetFeedRequest) ProtoMessage()
func (*GetFeedRequest) ProtoReflect ¶
func (x *GetFeedRequest) ProtoReflect() protoreflect.Message
func (*GetFeedRequest) Reset ¶
func (x *GetFeedRequest) Reset()
func (*GetFeedRequest) String ¶
func (x *GetFeedRequest) String() string
type GetFeedResponse ¶
type GetFeedResponse struct { Posts []*Post `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"` // contains filtered or unexported fields }
func (*GetFeedResponse) Descriptor
deprecated
func (*GetFeedResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFeedResponse.ProtoReflect.Descriptor instead.
func (*GetFeedResponse) GetPosts ¶
func (x *GetFeedResponse) GetPosts() []*Post
func (*GetFeedResponse) ProtoMessage ¶
func (*GetFeedResponse) ProtoMessage()
func (*GetFeedResponse) ProtoReflect ¶
func (x *GetFeedResponse) ProtoReflect() protoreflect.Message
func (*GetFeedResponse) Reset ¶
func (x *GetFeedResponse) Reset()
func (*GetFeedResponse) String ¶
func (x *GetFeedResponse) String() string
type GetLinkMetaDataRequest ¶
type GetLinkMetaDataRequest struct { Link string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` // contains filtered or unexported fields }
func (*GetLinkMetaDataRequest) Descriptor
deprecated
func (*GetLinkMetaDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLinkMetaDataRequest.ProtoReflect.Descriptor instead.
func (*GetLinkMetaDataRequest) GetLink ¶
func (x *GetLinkMetaDataRequest) GetLink() string
func (*GetLinkMetaDataRequest) ProtoMessage ¶
func (*GetLinkMetaDataRequest) ProtoMessage()
func (*GetLinkMetaDataRequest) ProtoReflect ¶
func (x *GetLinkMetaDataRequest) ProtoReflect() protoreflect.Message
func (*GetLinkMetaDataRequest) Reset ¶
func (x *GetLinkMetaDataRequest) Reset()
func (*GetLinkMetaDataRequest) String ¶
func (x *GetLinkMetaDataRequest) String() string
type GetLinkMetaDataResponse ¶
type GetLinkMetaDataResponse struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Host string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` ImageUrl string `protobuf:"bytes,4,opt,name=imageUrl,proto3" json:"imageUrl,omitempty"` // contains filtered or unexported fields }
func (*GetLinkMetaDataResponse) Descriptor
deprecated
func (*GetLinkMetaDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLinkMetaDataResponse.ProtoReflect.Descriptor instead.
func (*GetLinkMetaDataResponse) GetDescription ¶
func (x *GetLinkMetaDataResponse) GetDescription() string
func (*GetLinkMetaDataResponse) GetHost ¶
func (x *GetLinkMetaDataResponse) GetHost() string
func (*GetLinkMetaDataResponse) GetImageUrl ¶
func (x *GetLinkMetaDataResponse) GetImageUrl() string
func (*GetLinkMetaDataResponse) GetTitle ¶
func (x *GetLinkMetaDataResponse) GetTitle() string
func (*GetLinkMetaDataResponse) ProtoMessage ¶
func (*GetLinkMetaDataResponse) ProtoMessage()
func (*GetLinkMetaDataResponse) ProtoReflect ¶
func (x *GetLinkMetaDataResponse) ProtoReflect() protoreflect.Message
func (*GetLinkMetaDataResponse) Reset ¶
func (x *GetLinkMetaDataResponse) Reset()
func (*GetLinkMetaDataResponse) String ¶
func (x *GetLinkMetaDataResponse) String() string
type GetPinnedCommentsRequest ¶
type GetPinnedCommentsRequest struct { PostId string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"` // contains filtered or unexported fields }
func (*GetPinnedCommentsRequest) Descriptor
deprecated
func (*GetPinnedCommentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPinnedCommentsRequest.ProtoReflect.Descriptor instead.
func (*GetPinnedCommentsRequest) GetPostId ¶
func (x *GetPinnedCommentsRequest) GetPostId() string
func (*GetPinnedCommentsRequest) ProtoMessage ¶
func (*GetPinnedCommentsRequest) ProtoMessage()
func (*GetPinnedCommentsRequest) ProtoReflect ¶
func (x *GetPinnedCommentsRequest) ProtoReflect() protoreflect.Message
func (*GetPinnedCommentsRequest) Reset ¶
func (x *GetPinnedCommentsRequest) Reset()
func (*GetPinnedCommentsRequest) String ¶
func (x *GetPinnedCommentsRequest) String() string
type GetPinnedCommentsResponse ¶
type GetPinnedCommentsResponse struct { Pins map[string]*Pin `` /* 149-byte string literal not displayed */ Comments []*Comment `protobuf:"bytes,2,rep,name=comments,proto3" json:"comments,omitempty"` // contains filtered or unexported fields }
func (*GetPinnedCommentsResponse) Descriptor
deprecated
func (*GetPinnedCommentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPinnedCommentsResponse.ProtoReflect.Descriptor instead.
func (*GetPinnedCommentsResponse) GetComments ¶
func (x *GetPinnedCommentsResponse) GetComments() []*Comment
func (*GetPinnedCommentsResponse) GetPins ¶
func (x *GetPinnedCommentsResponse) GetPins() map[string]*Pin
func (*GetPinnedCommentsResponse) ProtoMessage ¶
func (*GetPinnedCommentsResponse) ProtoMessage()
func (*GetPinnedCommentsResponse) ProtoReflect ¶
func (x *GetPinnedCommentsResponse) ProtoReflect() protoreflect.Message
func (*GetPinnedCommentsResponse) Reset ¶
func (x *GetPinnedCommentsResponse) Reset()
func (*GetPinnedCommentsResponse) String ¶
func (x *GetPinnedCommentsResponse) String() string
type GetPinnedPostsRequest ¶
type GetPinnedPostsRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` // contains filtered or unexported fields }
func (*GetPinnedPostsRequest) Descriptor
deprecated
func (*GetPinnedPostsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPinnedPostsRequest.ProtoReflect.Descriptor instead.
func (*GetPinnedPostsRequest) GetCircleId ¶
func (x *GetPinnedPostsRequest) GetCircleId() string
func (*GetPinnedPostsRequest) ProtoMessage ¶
func (*GetPinnedPostsRequest) ProtoMessage()
func (*GetPinnedPostsRequest) ProtoReflect ¶
func (x *GetPinnedPostsRequest) ProtoReflect() protoreflect.Message
func (*GetPinnedPostsRequest) Reset ¶
func (x *GetPinnedPostsRequest) Reset()
func (*GetPinnedPostsRequest) String ¶
func (x *GetPinnedPostsRequest) String() string
type GetPinnedPostsResponse ¶
type GetPinnedPostsResponse struct { Posts []*Post `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"` Pins map[string]*Pin `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetPinnedPostsResponse) Descriptor
deprecated
func (*GetPinnedPostsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPinnedPostsResponse.ProtoReflect.Descriptor instead.
func (*GetPinnedPostsResponse) GetPins ¶
func (x *GetPinnedPostsResponse) GetPins() map[string]*Pin
func (*GetPinnedPostsResponse) GetPosts ¶
func (x *GetPinnedPostsResponse) GetPosts() []*Post
func (*GetPinnedPostsResponse) ProtoMessage ¶
func (*GetPinnedPostsResponse) ProtoMessage()
func (*GetPinnedPostsResponse) ProtoReflect ¶
func (x *GetPinnedPostsResponse) ProtoReflect() protoreflect.Message
func (*GetPinnedPostsResponse) Reset ¶
func (x *GetPinnedPostsResponse) Reset()
func (*GetPinnedPostsResponse) String ¶
func (x *GetPinnedPostsResponse) String() string
type GetPostPinRequest ¶
type GetPostPinRequest struct { PostId string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"` // contains filtered or unexported fields }
func (*GetPostPinRequest) Descriptor
deprecated
func (*GetPostPinRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPostPinRequest.ProtoReflect.Descriptor instead.
func (*GetPostPinRequest) GetPostId ¶
func (x *GetPostPinRequest) GetPostId() string
func (*GetPostPinRequest) ProtoMessage ¶
func (*GetPostPinRequest) ProtoMessage()
func (*GetPostPinRequest) ProtoReflect ¶
func (x *GetPostPinRequest) ProtoReflect() protoreflect.Message
func (*GetPostPinRequest) Reset ¶
func (x *GetPostPinRequest) Reset()
func (*GetPostPinRequest) String ¶
func (x *GetPostPinRequest) String() string
type GetPostPinResponse ¶
type GetPostPinResponse struct { Pin *Pin `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"` // contains filtered or unexported fields }
func (*GetPostPinResponse) Descriptor
deprecated
func (*GetPostPinResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPostPinResponse.ProtoReflect.Descriptor instead.
func (*GetPostPinResponse) GetPin ¶
func (x *GetPostPinResponse) GetPin() *Pin
func (*GetPostPinResponse) ProtoMessage ¶
func (*GetPostPinResponse) ProtoMessage()
func (*GetPostPinResponse) ProtoReflect ¶
func (x *GetPostPinResponse) ProtoReflect() protoreflect.Message
func (*GetPostPinResponse) Reset ¶
func (x *GetPostPinResponse) Reset()
func (*GetPostPinResponse) String ¶
func (x *GetPostPinResponse) String() string
type GetPostPreviewRequest ¶
type GetPostPreviewRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetPostPreviewRequest) Descriptor
deprecated
func (*GetPostPreviewRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPostPreviewRequest.ProtoReflect.Descriptor instead.
func (*GetPostPreviewRequest) GetId ¶
func (x *GetPostPreviewRequest) GetId() string
func (*GetPostPreviewRequest) ProtoMessage ¶
func (*GetPostPreviewRequest) ProtoMessage()
func (*GetPostPreviewRequest) ProtoReflect ¶
func (x *GetPostPreviewRequest) ProtoReflect() protoreflect.Message
func (*GetPostPreviewRequest) Reset ¶
func (x *GetPostPreviewRequest) Reset()
func (*GetPostPreviewRequest) String ¶
func (x *GetPostPreviewRequest) String() string
type GetPostPreviewResponse ¶
type GetPostPreviewResponse struct { Post *Post `protobuf:"bytes,1,opt,name=post,proto3" json:"post,omitempty"` // contains filtered or unexported fields }
func (*GetPostPreviewResponse) Descriptor
deprecated
func (*GetPostPreviewResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPostPreviewResponse.ProtoReflect.Descriptor instead.
func (*GetPostPreviewResponse) GetPost ¶
func (x *GetPostPreviewResponse) GetPost() *Post
func (*GetPostPreviewResponse) ProtoMessage ¶
func (*GetPostPreviewResponse) ProtoMessage()
func (*GetPostPreviewResponse) ProtoReflect ¶
func (x *GetPostPreviewResponse) ProtoReflect() protoreflect.Message
func (*GetPostPreviewResponse) Reset ¶
func (x *GetPostPreviewResponse) Reset()
func (*GetPostPreviewResponse) String ¶
func (x *GetPostPreviewResponse) String() string
type GetPostReactionsRequest ¶
type GetPostReactionsRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetPostReactionsRequest) Descriptor
deprecated
func (*GetPostReactionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPostReactionsRequest.ProtoReflect.Descriptor instead.
func (*GetPostReactionsRequest) GetCursor ¶
func (x *GetPostReactionsRequest) GetCursor() *PageCursor
func (*GetPostReactionsRequest) GetId ¶
func (x *GetPostReactionsRequest) GetId() string
func (*GetPostReactionsRequest) ProtoMessage ¶
func (*GetPostReactionsRequest) ProtoMessage()
func (*GetPostReactionsRequest) ProtoReflect ¶
func (x *GetPostReactionsRequest) ProtoReflect() protoreflect.Message
func (*GetPostReactionsRequest) Reset ¶
func (x *GetPostReactionsRequest) Reset()
func (*GetPostReactionsRequest) String ¶
func (x *GetPostReactionsRequest) String() string
type GetPostReactionsResponse ¶
type GetPostReactionsResponse struct { Reactions []*Reaction `protobuf:"bytes,1,rep,name=reactions,proto3" json:"reactions,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=PageInfo,proto3" json:"PageInfo,omitempty"` // contains filtered or unexported fields }
func (*GetPostReactionsResponse) Descriptor
deprecated
func (*GetPostReactionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPostReactionsResponse.ProtoReflect.Descriptor instead.
func (*GetPostReactionsResponse) GetPageInfo ¶
func (x *GetPostReactionsResponse) GetPageInfo() *PageInfo
func (*GetPostReactionsResponse) GetReactions ¶
func (x *GetPostReactionsResponse) GetReactions() []*Reaction
func (*GetPostReactionsResponse) ProtoMessage ¶
func (*GetPostReactionsResponse) ProtoMessage()
func (*GetPostReactionsResponse) ProtoReflect ¶
func (x *GetPostReactionsResponse) ProtoReflect() protoreflect.Message
func (*GetPostReactionsResponse) Reset ¶
func (x *GetPostReactionsResponse) Reset()
func (*GetPostReactionsResponse) String ¶
func (x *GetPostReactionsResponse) String() string
type GetPostRequest ¶
type GetPostRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ReturnDeleted bool `protobuf:"varint,2,opt,name=returnDeleted,proto3" json:"returnDeleted,omitempty"` ShortId string `protobuf:"bytes,3,opt,name=short_id,json=shortId,proto3" json:"short_id,omitempty"` // contains filtered or unexported fields }
func (*GetPostRequest) Descriptor
deprecated
func (*GetPostRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPostRequest.ProtoReflect.Descriptor instead.
func (*GetPostRequest) GetId ¶
func (x *GetPostRequest) GetId() string
func (*GetPostRequest) GetReturnDeleted ¶
func (x *GetPostRequest) GetReturnDeleted() bool
func (*GetPostRequest) GetShortId ¶
func (x *GetPostRequest) GetShortId() string
func (*GetPostRequest) ProtoMessage ¶
func (*GetPostRequest) ProtoMessage()
func (*GetPostRequest) ProtoReflect ¶
func (x *GetPostRequest) ProtoReflect() protoreflect.Message
func (*GetPostRequest) Reset ¶
func (x *GetPostRequest) Reset()
func (*GetPostRequest) String ¶
func (x *GetPostRequest) String() string
type GetPostResponse ¶
type GetPostResponse struct { Post *Post `protobuf:"bytes,1,opt,name=post,proto3" json:"post,omitempty"` // contains filtered or unexported fields }
func (*GetPostResponse) Descriptor
deprecated
func (*GetPostResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPostResponse.ProtoReflect.Descriptor instead.
func (*GetPostResponse) GetPost ¶
func (x *GetPostResponse) GetPost() *Post
func (*GetPostResponse) ProtoMessage ¶
func (*GetPostResponse) ProtoMessage()
func (*GetPostResponse) ProtoReflect ¶
func (x *GetPostResponse) ProtoReflect() protoreflect.Message
func (*GetPostResponse) Reset ¶
func (x *GetPostResponse) Reset()
func (*GetPostResponse) String ¶
func (x *GetPostResponse) String() string
type GetPostsRequest ¶
type GetPostsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"` Cursor *PageCursor `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetPostsRequest) Descriptor
deprecated
func (*GetPostsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPostsRequest.ProtoReflect.Descriptor instead.
func (*GetPostsRequest) GetCursor ¶
func (x *GetPostsRequest) GetCursor() *PageCursor
func (*GetPostsRequest) GetIds ¶
func (x *GetPostsRequest) GetIds() []string
func (*GetPostsRequest) GetQuery ¶
func (x *GetPostsRequest) GetQuery() string
func (*GetPostsRequest) ProtoMessage ¶
func (*GetPostsRequest) ProtoMessage()
func (*GetPostsRequest) ProtoReflect ¶
func (x *GetPostsRequest) ProtoReflect() protoreflect.Message
func (*GetPostsRequest) Reset ¶
func (x *GetPostsRequest) Reset()
func (*GetPostsRequest) String ¶
func (x *GetPostsRequest) String() string
type GetPostsResponse ¶
type GetPostsResponse struct { Posts []*Post `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` // contains filtered or unexported fields }
func (*GetPostsResponse) Descriptor
deprecated
func (*GetPostsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPostsResponse.ProtoReflect.Descriptor instead.
func (*GetPostsResponse) GetPageInfo ¶
func (x *GetPostsResponse) GetPageInfo() *PageInfo
func (*GetPostsResponse) GetPosts ¶
func (x *GetPostsResponse) GetPosts() []*Post
func (*GetPostsResponse) ProtoMessage ¶
func (*GetPostsResponse) ProtoMessage()
func (*GetPostsResponse) ProtoReflect ¶
func (x *GetPostsResponse) ProtoReflect() protoreflect.Message
func (*GetPostsResponse) Reset ¶
func (x *GetPostsResponse) Reset()
func (*GetPostsResponse) String ¶
func (x *GetPostsResponse) String() string
type GetSavedPostsRequest ¶
type GetSavedPostsRequest struct { Cursor *PageCursor `protobuf:"bytes,1,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetSavedPostsRequest) Descriptor
deprecated
func (*GetSavedPostsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSavedPostsRequest.ProtoReflect.Descriptor instead.
func (*GetSavedPostsRequest) GetCursor ¶
func (x *GetSavedPostsRequest) GetCursor() *PageCursor
func (*GetSavedPostsRequest) ProtoMessage ¶
func (*GetSavedPostsRequest) ProtoMessage()
func (*GetSavedPostsRequest) ProtoReflect ¶
func (x *GetSavedPostsRequest) ProtoReflect() protoreflect.Message
func (*GetSavedPostsRequest) Reset ¶
func (x *GetSavedPostsRequest) Reset()
func (*GetSavedPostsRequest) String ¶
func (x *GetSavedPostsRequest) String() string
type GetSavedPostsResponse ¶
type GetSavedPostsResponse struct { SavedPosts []*SavedPost `protobuf:"bytes,1,rep,name=savedPosts,proto3" json:"savedPosts,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` // contains filtered or unexported fields }
func (*GetSavedPostsResponse) Descriptor
deprecated
func (*GetSavedPostsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSavedPostsResponse.ProtoReflect.Descriptor instead.
func (*GetSavedPostsResponse) GetPageInfo ¶
func (x *GetSavedPostsResponse) GetPageInfo() *PageInfo
func (*GetSavedPostsResponse) GetSavedPosts ¶
func (x *GetSavedPostsResponse) GetSavedPosts() []*SavedPost
func (*GetSavedPostsResponse) ProtoMessage ¶
func (*GetSavedPostsResponse) ProtoMessage()
func (*GetSavedPostsResponse) ProtoReflect ¶
func (x *GetSavedPostsResponse) ProtoReflect() protoreflect.Message
func (*GetSavedPostsResponse) Reset ¶
func (x *GetSavedPostsResponse) Reset()
func (*GetSavedPostsResponse) String ¶
func (x *GetSavedPostsResponse) String() string
type GetSoundRequest ¶
type GetSoundRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetSoundRequest) Descriptor
deprecated
func (*GetSoundRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSoundRequest.ProtoReflect.Descriptor instead.
func (*GetSoundRequest) GetId ¶
func (x *GetSoundRequest) GetId() string
func (*GetSoundRequest) ProtoMessage ¶
func (*GetSoundRequest) ProtoMessage()
func (*GetSoundRequest) ProtoReflect ¶
func (x *GetSoundRequest) ProtoReflect() protoreflect.Message
func (*GetSoundRequest) Reset ¶
func (x *GetSoundRequest) Reset()
func (*GetSoundRequest) String ¶
func (x *GetSoundRequest) String() string
type GetSoundResponse ¶
type GetSoundResponse struct { Sound *Sound `protobuf:"bytes,1,opt,name=sound,proto3" json:"sound,omitempty"` // contains filtered or unexported fields }
func (*GetSoundResponse) Descriptor
deprecated
func (*GetSoundResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSoundResponse.ProtoReflect.Descriptor instead.
func (*GetSoundResponse) GetSound ¶
func (x *GetSoundResponse) GetSound() *Sound
func (*GetSoundResponse) ProtoMessage ¶
func (*GetSoundResponse) ProtoMessage()
func (*GetSoundResponse) ProtoReflect ¶
func (x *GetSoundResponse) ProtoReflect() protoreflect.Message
func (*GetSoundResponse) Reset ¶
func (x *GetSoundResponse) Reset()
func (*GetSoundResponse) String ¶
func (x *GetSoundResponse) String() string
type GetSoundsRequest ¶
type GetSoundsRequest struct { Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*GetSoundsRequest) Descriptor
deprecated
func (*GetSoundsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSoundsRequest.ProtoReflect.Descriptor instead.
func (*GetSoundsRequest) GetCursor ¶
func (x *GetSoundsRequest) GetCursor() *PageCursor
func (*GetSoundsRequest) GetQuery ¶
func (x *GetSoundsRequest) GetQuery() string
func (*GetSoundsRequest) ProtoMessage ¶
func (*GetSoundsRequest) ProtoMessage()
func (*GetSoundsRequest) ProtoReflect ¶
func (x *GetSoundsRequest) ProtoReflect() protoreflect.Message
func (*GetSoundsRequest) Reset ¶
func (x *GetSoundsRequest) Reset()
func (*GetSoundsRequest) String ¶
func (x *GetSoundsRequest) String() string
type GetSoundsResponse ¶
type GetSoundsResponse struct { Sounds []*Sound `protobuf:"bytes,1,rep,name=sounds,proto3" json:"sounds,omitempty"` PageInfo *PageInfo `protobuf:"bytes,2,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` // contains filtered or unexported fields }
func (*GetSoundsResponse) Descriptor
deprecated
func (*GetSoundsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSoundsResponse.ProtoReflect.Descriptor instead.
func (*GetSoundsResponse) GetPageInfo ¶
func (x *GetSoundsResponse) GetPageInfo() *PageInfo
func (*GetSoundsResponse) GetSounds ¶
func (x *GetSoundsResponse) GetSounds() []*Sound
func (*GetSoundsResponse) ProtoMessage ¶
func (*GetSoundsResponse) ProtoMessage()
func (*GetSoundsResponse) ProtoReflect ¶
func (x *GetSoundsResponse) ProtoReflect() protoreflect.Message
func (*GetSoundsResponse) Reset ¶
func (x *GetSoundsResponse) Reset()
func (*GetSoundsResponse) String ¶
func (x *GetSoundsResponse) String() string
type GetUserCircleSortingTypeRequest ¶
type GetUserCircleSortingTypeRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` // contains filtered or unexported fields }
func (*GetUserCircleSortingTypeRequest) Descriptor
deprecated
func (*GetUserCircleSortingTypeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCircleSortingTypeRequest.ProtoReflect.Descriptor instead.
func (*GetUserCircleSortingTypeRequest) GetCircleId ¶
func (x *GetUserCircleSortingTypeRequest) GetCircleId() string
func (*GetUserCircleSortingTypeRequest) ProtoMessage ¶
func (*GetUserCircleSortingTypeRequest) ProtoMessage()
func (*GetUserCircleSortingTypeRequest) ProtoReflect ¶
func (x *GetUserCircleSortingTypeRequest) ProtoReflect() protoreflect.Message
func (*GetUserCircleSortingTypeRequest) Reset ¶
func (x *GetUserCircleSortingTypeRequest) Reset()
func (*GetUserCircleSortingTypeRequest) String ¶
func (x *GetUserCircleSortingTypeRequest) String() string
type GetUserCircleSortingTypeResponse ¶
type GetUserCircleSortingTypeResponse struct { SortingType PostsSortingType `protobuf:"varint,1,opt,name=sortingType,proto3,enum=content_api.v1.PostsSortingType" json:"sortingType,omitempty"` // contains filtered or unexported fields }
func (*GetUserCircleSortingTypeResponse) Descriptor
deprecated
func (*GetUserCircleSortingTypeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCircleSortingTypeResponse.ProtoReflect.Descriptor instead.
func (*GetUserCircleSortingTypeResponse) GetSortingType ¶
func (x *GetUserCircleSortingTypeResponse) GetSortingType() PostsSortingType
func (*GetUserCircleSortingTypeResponse) ProtoMessage ¶
func (*GetUserCircleSortingTypeResponse) ProtoMessage()
func (*GetUserCircleSortingTypeResponse) ProtoReflect ¶
func (x *GetUserCircleSortingTypeResponse) ProtoReflect() protoreflect.Message
func (*GetUserCircleSortingTypeResponse) Reset ¶
func (x *GetUserCircleSortingTypeResponse) Reset()
func (*GetUserCircleSortingTypeResponse) String ¶
func (x *GetUserCircleSortingTypeResponse) String() string
type GetUserCommentEdgeRequest ¶ added in v0.2.40
type GetUserCommentEdgeRequest struct { CommentID string `protobuf:"bytes,1,opt,name=commentID,proto3" json:"commentID,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentEdgeRequest) Descriptor
deprecated
added in
v0.2.40
func (*GetUserCommentEdgeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentEdgeRequest.ProtoReflect.Descriptor instead.
func (*GetUserCommentEdgeRequest) GetCommentID ¶ added in v0.2.40
func (x *GetUserCommentEdgeRequest) GetCommentID() string
func (*GetUserCommentEdgeRequest) ProtoMessage ¶ added in v0.2.40
func (*GetUserCommentEdgeRequest) ProtoMessage()
func (*GetUserCommentEdgeRequest) ProtoReflect ¶ added in v0.2.40
func (x *GetUserCommentEdgeRequest) ProtoReflect() protoreflect.Message
func (*GetUserCommentEdgeRequest) Reset ¶ added in v0.2.40
func (x *GetUserCommentEdgeRequest) Reset()
func (*GetUserCommentEdgeRequest) String ¶ added in v0.2.40
func (x *GetUserCommentEdgeRequest) String() string
type GetUserCommentEdgeResponse ¶ added in v0.2.40
type GetUserCommentEdgeResponse struct { Reactions []string `protobuf:"bytes,1,rep,name=Reactions,proto3" json:"Reactions,omitempty"` // contains filtered or unexported fields }
func (*GetUserCommentEdgeResponse) Descriptor
deprecated
added in
v0.2.40
func (*GetUserCommentEdgeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCommentEdgeResponse.ProtoReflect.Descriptor instead.
func (*GetUserCommentEdgeResponse) GetReactions ¶ added in v0.2.40
func (x *GetUserCommentEdgeResponse) GetReactions() []string
func (*GetUserCommentEdgeResponse) ProtoMessage ¶ added in v0.2.40
func (*GetUserCommentEdgeResponse) ProtoMessage()
func (*GetUserCommentEdgeResponse) ProtoReflect ¶ added in v0.2.40
func (x *GetUserCommentEdgeResponse) ProtoReflect() protoreflect.Message
func (*GetUserCommentEdgeResponse) Reset ¶ added in v0.2.40
func (x *GetUserCommentEdgeResponse) Reset()
func (*GetUserCommentEdgeResponse) String ¶ added in v0.2.40
func (x *GetUserCommentEdgeResponse) String() string
type GetUserCounterRequest ¶
type GetUserCounterRequest struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // contains filtered or unexported fields }
func (*GetUserCounterRequest) Descriptor
deprecated
func (*GetUserCounterRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCounterRequest.ProtoReflect.Descriptor instead.
func (*GetUserCounterRequest) GetUserId ¶
func (x *GetUserCounterRequest) GetUserId() string
func (*GetUserCounterRequest) ProtoMessage ¶
func (*GetUserCounterRequest) ProtoMessage()
func (*GetUserCounterRequest) ProtoReflect ¶
func (x *GetUserCounterRequest) ProtoReflect() protoreflect.Message
func (*GetUserCounterRequest) Reset ¶
func (x *GetUserCounterRequest) Reset()
func (*GetUserCounterRequest) String ¶
func (x *GetUserCounterRequest) String() string
type GetUserCounterResponse ¶
type GetUserCounterResponse struct { Posts int64 `protobuf:"varint,1,opt,name=posts,proto3" json:"posts,omitempty"` Views int64 `protobuf:"varint,2,opt,name=views,proto3" json:"views,omitempty"` Likes int64 `protobuf:"varint,3,opt,name=likes,proto3" json:"likes,omitempty"` Comments int64 `protobuf:"varint,4,opt,name=comments,proto3" json:"comments,omitempty"` Saves int64 `protobuf:"varint,6,opt,name=saves,proto3" json:"saves,omitempty"` Votes int64 `protobuf:"varint,7,opt,name=votes,proto3" json:"votes,omitempty"` Impressions int64 `protobuf:"varint,8,opt,name=impressions,proto3" json:"impressions,omitempty"` // contains filtered or unexported fields }
func (*GetUserCounterResponse) Descriptor
deprecated
func (*GetUserCounterResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserCounterResponse.ProtoReflect.Descriptor instead.
func (*GetUserCounterResponse) GetComments ¶
func (x *GetUserCounterResponse) GetComments() int64
func (*GetUserCounterResponse) GetImpressions ¶
func (x *GetUserCounterResponse) GetImpressions() int64
func (*GetUserCounterResponse) GetLikes ¶
func (x *GetUserCounterResponse) GetLikes() int64
func (*GetUserCounterResponse) GetPosts ¶
func (x *GetUserCounterResponse) GetPosts() int64
func (*GetUserCounterResponse) GetSaves ¶
func (x *GetUserCounterResponse) GetSaves() int64
func (*GetUserCounterResponse) GetShares ¶
func (x *GetUserCounterResponse) GetShares() int64
func (*GetUserCounterResponse) GetViews ¶
func (x *GetUserCounterResponse) GetViews() int64
func (*GetUserCounterResponse) GetVotes ¶
func (x *GetUserCounterResponse) GetVotes() int64
func (*GetUserCounterResponse) ProtoMessage ¶
func (*GetUserCounterResponse) ProtoMessage()
func (*GetUserCounterResponse) ProtoReflect ¶
func (x *GetUserCounterResponse) ProtoReflect() protoreflect.Message
func (*GetUserCounterResponse) Reset ¶
func (x *GetUserCounterResponse) Reset()
func (*GetUserCounterResponse) String ¶
func (x *GetUserCounterResponse) String() string
type GetUserPostEdgeRequest ¶
type GetUserPostEdgeRequest struct { PostID string `protobuf:"bytes,1,opt,name=postID,proto3" json:"postID,omitempty"` // contains filtered or unexported fields }
func (*GetUserPostEdgeRequest) Descriptor
deprecated
func (*GetUserPostEdgeRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetUserPostEdgeRequest.ProtoReflect.Descriptor instead.
func (*GetUserPostEdgeRequest) GetPostID ¶
func (x *GetUserPostEdgeRequest) GetPostID() string
func (*GetUserPostEdgeRequest) ProtoMessage ¶
func (*GetUserPostEdgeRequest) ProtoMessage()
func (*GetUserPostEdgeRequest) ProtoReflect ¶
func (x *GetUserPostEdgeRequest) ProtoReflect() protoreflect.Message
func (*GetUserPostEdgeRequest) Reset ¶
func (x *GetUserPostEdgeRequest) Reset()
func (*GetUserPostEdgeRequest) String ¶
func (x *GetUserPostEdgeRequest) String() string
type GetUserPostEdgeResponse ¶
type GetUserPostEdgeResponse struct { Reactions []string `protobuf:"bytes,1,rep,name=Reactions,proto3" json:"Reactions,omitempty"` Saved bool `protobuf:"varint,2,opt,name=Saved,proto3" json:"Saved,omitempty"` Voted string `protobuf:"bytes,3,opt,name=Voted,proto3" json:"Voted,omitempty"` // contains filtered or unexported fields }
func (*GetUserPostEdgeResponse) Descriptor
deprecated
func (*GetUserPostEdgeResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetUserPostEdgeResponse.ProtoReflect.Descriptor instead.
func (*GetUserPostEdgeResponse) GetReactions ¶
func (x *GetUserPostEdgeResponse) GetReactions() []string
func (*GetUserPostEdgeResponse) GetSaved ¶
func (x *GetUserPostEdgeResponse) GetSaved() bool
func (*GetUserPostEdgeResponse) GetVoted ¶
func (x *GetUserPostEdgeResponse) GetVoted() string
func (*GetUserPostEdgeResponse) ProtoMessage ¶
func (*GetUserPostEdgeResponse) ProtoMessage()
func (*GetUserPostEdgeResponse) ProtoReflect ¶
func (x *GetUserPostEdgeResponse) ProtoReflect() protoreflect.Message
func (*GetUserPostEdgeResponse) Reset ¶
func (x *GetUserPostEdgeResponse) Reset()
func (*GetUserPostEdgeResponse) String ¶
func (x *GetUserPostEdgeResponse) String() string
type IsContentCountersMigrationRunningRequest ¶
type IsContentCountersMigrationRunningRequest struct {
// contains filtered or unexported fields
}
func (*IsContentCountersMigrationRunningRequest) Descriptor
deprecated
func (*IsContentCountersMigrationRunningRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsContentCountersMigrationRunningRequest.ProtoReflect.Descriptor instead.
func (*IsContentCountersMigrationRunningRequest) ProtoMessage ¶
func (*IsContentCountersMigrationRunningRequest) ProtoMessage()
func (*IsContentCountersMigrationRunningRequest) ProtoReflect ¶
func (x *IsContentCountersMigrationRunningRequest) ProtoReflect() protoreflect.Message
func (*IsContentCountersMigrationRunningRequest) Reset ¶
func (x *IsContentCountersMigrationRunningRequest) Reset()
func (*IsContentCountersMigrationRunningRequest) String ¶
func (x *IsContentCountersMigrationRunningRequest) String() string
type IsContentCountersMigrationRunningResponse ¶
type IsContentCountersMigrationRunningResponse struct { Running bool `protobuf:"varint,1,opt,name=running,proto3" json:"running,omitempty"` // contains filtered or unexported fields }
func (*IsContentCountersMigrationRunningResponse) Descriptor
deprecated
func (*IsContentCountersMigrationRunningResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsContentCountersMigrationRunningResponse.ProtoReflect.Descriptor instead.
func (*IsContentCountersMigrationRunningResponse) GetRunning ¶
func (x *IsContentCountersMigrationRunningResponse) GetRunning() bool
func (*IsContentCountersMigrationRunningResponse) ProtoMessage ¶
func (*IsContentCountersMigrationRunningResponse) ProtoMessage()
func (*IsContentCountersMigrationRunningResponse) ProtoReflect ¶
func (x *IsContentCountersMigrationRunningResponse) ProtoReflect() protoreflect.Message
func (*IsContentCountersMigrationRunningResponse) Reset ¶
func (x *IsContentCountersMigrationRunningResponse) Reset()
func (*IsContentCountersMigrationRunningResponse) String ¶
func (x *IsContentCountersMigrationRunningResponse) String() string
type IsContentCountersPastXMigrationRunningRequest ¶
type IsContentCountersPastXMigrationRunningRequest struct {
// contains filtered or unexported fields
}
func (*IsContentCountersPastXMigrationRunningRequest) Descriptor
deprecated
func (*IsContentCountersPastXMigrationRunningRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsContentCountersPastXMigrationRunningRequest.ProtoReflect.Descriptor instead.
func (*IsContentCountersPastXMigrationRunningRequest) ProtoMessage ¶
func (*IsContentCountersPastXMigrationRunningRequest) ProtoMessage()
func (*IsContentCountersPastXMigrationRunningRequest) ProtoReflect ¶
func (x *IsContentCountersPastXMigrationRunningRequest) ProtoReflect() protoreflect.Message
func (*IsContentCountersPastXMigrationRunningRequest) Reset ¶
func (x *IsContentCountersPastXMigrationRunningRequest) Reset()
func (*IsContentCountersPastXMigrationRunningRequest) String ¶
func (x *IsContentCountersPastXMigrationRunningRequest) String() string
type IsContentCountersPastXMigrationRunningResponse ¶
type IsContentCountersPastXMigrationRunningResponse struct { Running bool `protobuf:"varint,1,opt,name=running,proto3" json:"running,omitempty"` // contains filtered or unexported fields }
func (*IsContentCountersPastXMigrationRunningResponse) Descriptor
deprecated
func (*IsContentCountersPastXMigrationRunningResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsContentCountersPastXMigrationRunningResponse.ProtoReflect.Descriptor instead.
func (*IsContentCountersPastXMigrationRunningResponse) GetRunning ¶
func (x *IsContentCountersPastXMigrationRunningResponse) GetRunning() bool
func (*IsContentCountersPastXMigrationRunningResponse) ProtoMessage ¶
func (*IsContentCountersPastXMigrationRunningResponse) ProtoMessage()
func (*IsContentCountersPastXMigrationRunningResponse) ProtoReflect ¶
func (x *IsContentCountersPastXMigrationRunningResponse) ProtoReflect() protoreflect.Message
func (*IsContentCountersPastXMigrationRunningResponse) Reset ¶
func (x *IsContentCountersPastXMigrationRunningResponse) Reset()
func (*IsContentCountersPastXMigrationRunningResponse) String ¶
func (x *IsContentCountersPastXMigrationRunningResponse) String() string
type IsImpressionsMigrationRunningRequest ¶
type IsImpressionsMigrationRunningRequest struct {
// contains filtered or unexported fields
}
func (*IsImpressionsMigrationRunningRequest) Descriptor
deprecated
func (*IsImpressionsMigrationRunningRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsImpressionsMigrationRunningRequest.ProtoReflect.Descriptor instead.
func (*IsImpressionsMigrationRunningRequest) ProtoMessage ¶
func (*IsImpressionsMigrationRunningRequest) ProtoMessage()
func (*IsImpressionsMigrationRunningRequest) ProtoReflect ¶
func (x *IsImpressionsMigrationRunningRequest) ProtoReflect() protoreflect.Message
func (*IsImpressionsMigrationRunningRequest) Reset ¶
func (x *IsImpressionsMigrationRunningRequest) Reset()
func (*IsImpressionsMigrationRunningRequest) String ¶
func (x *IsImpressionsMigrationRunningRequest) String() string
type IsImpressionsMigrationRunningResponse ¶
type IsImpressionsMigrationRunningResponse struct { Running bool `protobuf:"varint,1,opt,name=running,proto3" json:"running,omitempty"` // contains filtered or unexported fields }
func (*IsImpressionsMigrationRunningResponse) Descriptor
deprecated
func (*IsImpressionsMigrationRunningResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsImpressionsMigrationRunningResponse.ProtoReflect.Descriptor instead.
func (*IsImpressionsMigrationRunningResponse) GetRunning ¶
func (x *IsImpressionsMigrationRunningResponse) GetRunning() bool
func (*IsImpressionsMigrationRunningResponse) ProtoMessage ¶
func (*IsImpressionsMigrationRunningResponse) ProtoMessage()
func (*IsImpressionsMigrationRunningResponse) ProtoReflect ¶
func (x *IsImpressionsMigrationRunningResponse) ProtoReflect() protoreflect.Message
func (*IsImpressionsMigrationRunningResponse) Reset ¶
func (x *IsImpressionsMigrationRunningResponse) Reset()
func (*IsImpressionsMigrationRunningResponse) String ¶
func (x *IsImpressionsMigrationRunningResponse) String() string
type IsPostCleanupMigrationRunningRequest ¶
type IsPostCleanupMigrationRunningRequest struct {
// contains filtered or unexported fields
}
func (*IsPostCleanupMigrationRunningRequest) Descriptor
deprecated
func (*IsPostCleanupMigrationRunningRequest) Descriptor() ([]byte, []int)
Deprecated: Use IsPostCleanupMigrationRunningRequest.ProtoReflect.Descriptor instead.
func (*IsPostCleanupMigrationRunningRequest) ProtoMessage ¶
func (*IsPostCleanupMigrationRunningRequest) ProtoMessage()
func (*IsPostCleanupMigrationRunningRequest) ProtoReflect ¶
func (x *IsPostCleanupMigrationRunningRequest) ProtoReflect() protoreflect.Message
func (*IsPostCleanupMigrationRunningRequest) Reset ¶
func (x *IsPostCleanupMigrationRunningRequest) Reset()
func (*IsPostCleanupMigrationRunningRequest) String ¶
func (x *IsPostCleanupMigrationRunningRequest) String() string
type IsPostCleanupMigrationRunningResponse ¶
type IsPostCleanupMigrationRunningResponse struct { Running bool `protobuf:"varint,1,opt,name=running,proto3" json:"running,omitempty"` // contains filtered or unexported fields }
func (*IsPostCleanupMigrationRunningResponse) Descriptor
deprecated
func (*IsPostCleanupMigrationRunningResponse) Descriptor() ([]byte, []int)
Deprecated: Use IsPostCleanupMigrationRunningResponse.ProtoReflect.Descriptor instead.
func (*IsPostCleanupMigrationRunningResponse) GetRunning ¶
func (x *IsPostCleanupMigrationRunningResponse) GetRunning() bool
func (*IsPostCleanupMigrationRunningResponse) ProtoMessage ¶
func (*IsPostCleanupMigrationRunningResponse) ProtoMessage()
func (*IsPostCleanupMigrationRunningResponse) ProtoReflect ¶
func (x *IsPostCleanupMigrationRunningResponse) ProtoReflect() protoreflect.Message
func (*IsPostCleanupMigrationRunningResponse) Reset ¶
func (x *IsPostCleanupMigrationRunningResponse) Reset()
func (*IsPostCleanupMigrationRunningResponse) String ¶
func (x *IsPostCleanupMigrationRunningResponse) String() string
type LikeType ¶
type LikeType int32
LIKES
func (LikeType) Descriptor ¶
func (LikeType) Descriptor() protoreflect.EnumDescriptor
func (LikeType) EnumDescriptor
deprecated
func (LikeType) Number ¶
func (x LikeType) Number() protoreflect.EnumNumber
func (LikeType) Type ¶
func (LikeType) Type() protoreflect.EnumType
type PageCursor ¶
type PageCursor struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Dir PageDir `protobuf:"varint,3,opt,name=dir,proto3,enum=content_api.v1.PageDir" json:"dir,omitempty"` // contains filtered or unexported fields }
func (*PageCursor) Descriptor
deprecated
func (*PageCursor) Descriptor() ([]byte, []int)
Deprecated: Use PageCursor.ProtoReflect.Descriptor instead.
func (*PageCursor) GetDir ¶
func (x *PageCursor) GetDir() PageDir
func (*PageCursor) GetId ¶
func (x *PageCursor) GetId() string
func (*PageCursor) GetLimit ¶
func (x *PageCursor) GetLimit() uint32
func (*PageCursor) ProtoMessage ¶
func (*PageCursor) ProtoMessage()
func (*PageCursor) ProtoReflect ¶
func (x *PageCursor) ProtoReflect() protoreflect.Message
func (*PageCursor) Reset ¶
func (x *PageCursor) Reset()
func (*PageCursor) String ¶
func (x *PageCursor) String() string
type PageDir ¶
type PageDir int32
func (PageDir) Descriptor ¶
func (PageDir) Descriptor() protoreflect.EnumDescriptor
func (PageDir) EnumDescriptor
deprecated
func (PageDir) Number ¶
func (x PageDir) Number() protoreflect.EnumNumber
func (PageDir) Type ¶
func (PageDir) Type() protoreflect.EnumType
type PageInfo ¶
type PageInfo struct { FirstId string `protobuf:"bytes,1,opt,name=firstId,proto3" json:"firstId,omitempty"` LastId string `protobuf:"bytes,2,opt,name=lastId,proto3" json:"lastId,omitempty"` Length uint32 `protobuf:"varint,3,opt,name=length,proto3" json:"length,omitempty"` HasPrev bool `protobuf:"varint,4,opt,name=hasPrev,proto3" json:"hasPrev,omitempty"` HasNext bool `protobuf:"varint,5,opt,name=hasNext,proto3" json:"hasNext,omitempty"` // contains filtered or unexported fields }
func (*PageInfo) Descriptor
deprecated
func (*PageInfo) GetFirstId ¶
func (*PageInfo) GetHasNext ¶
func (*PageInfo) GetHasPrev ¶
func (*PageInfo) ProtoMessage ¶
func (*PageInfo) ProtoMessage()
func (*PageInfo) ProtoReflect ¶
func (x *PageInfo) ProtoReflect() protoreflect.Message
type Pin ¶
type Pin struct { Order uint32 `protobuf:"varint,1,opt,name=order,proto3" json:"order,omitempty"` Until *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=until,proto3,oneof" json:"until,omitempty"` // contains filtered or unexported fields }
func (*Pin) Descriptor
deprecated
func (*Pin) GetUntil ¶
func (x *Pin) GetUntil() *timestamppb.Timestamp
func (*Pin) ProtoMessage ¶
func (*Pin) ProtoMessage()
func (*Pin) ProtoReflect ¶
func (x *Pin) ProtoReflect() protoreflect.Message
type PinCommentRequest ¶
type PinCommentRequest struct { CommentId string `protobuf:"bytes,1,opt,name=commentId,proto3" json:"commentId,omitempty"` PinnedUntil *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=pinnedUntil,proto3,oneof" json:"pinnedUntil,omitempty"` Order uint32 `protobuf:"varint,3,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
func (*PinCommentRequest) Descriptor
deprecated
func (*PinCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use PinCommentRequest.ProtoReflect.Descriptor instead.
func (*PinCommentRequest) GetCommentId ¶
func (x *PinCommentRequest) GetCommentId() string
func (*PinCommentRequest) GetOrder ¶
func (x *PinCommentRequest) GetOrder() uint32
func (*PinCommentRequest) GetPinnedUntil ¶
func (x *PinCommentRequest) GetPinnedUntil() *timestamppb.Timestamp
func (*PinCommentRequest) ProtoMessage ¶
func (*PinCommentRequest) ProtoMessage()
func (*PinCommentRequest) ProtoReflect ¶
func (x *PinCommentRequest) ProtoReflect() protoreflect.Message
func (*PinCommentRequest) Reset ¶
func (x *PinCommentRequest) Reset()
func (*PinCommentRequest) String ¶
func (x *PinCommentRequest) String() string
type PinOrder ¶
type PinOrder struct { ItemId string `protobuf:"bytes,1,opt,name=itemId,proto3" json:"itemId,omitempty"` Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
func (*PinOrder) Descriptor
deprecated
func (*PinOrder) ProtoMessage ¶
func (*PinOrder) ProtoMessage()
func (*PinOrder) ProtoReflect ¶
func (x *PinOrder) ProtoReflect() protoreflect.Message
type PinPostRequest ¶
type PinPostRequest struct { PostId string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"` PinnedUntil *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=pinnedUntil,proto3,oneof" json:"pinnedUntil,omitempty"` Order uint32 `protobuf:"varint,3,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
func (*PinPostRequest) Descriptor
deprecated
func (*PinPostRequest) Descriptor() ([]byte, []int)
Deprecated: Use PinPostRequest.ProtoReflect.Descriptor instead.
func (*PinPostRequest) GetOrder ¶
func (x *PinPostRequest) GetOrder() uint32
func (*PinPostRequest) GetPinnedUntil ¶
func (x *PinPostRequest) GetPinnedUntil() *timestamppb.Timestamp
func (*PinPostRequest) GetPostId ¶
func (x *PinPostRequest) GetPostId() string
func (*PinPostRequest) ProtoMessage ¶
func (*PinPostRequest) ProtoMessage()
func (*PinPostRequest) ProtoReflect ¶
func (x *PinPostRequest) ProtoReflect() protoreflect.Message
func (*PinPostRequest) Reset ¶
func (x *PinPostRequest) Reset()
func (*PinPostRequest) String ¶
func (x *PinPostRequest) String() string
type PinnedComment ¶
type PinnedComment struct { Comment *Comment `protobuf:"bytes,1,opt,name=comment,proto3" json:"comment,omitempty"` Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
func (*PinnedComment) Descriptor
deprecated
func (*PinnedComment) Descriptor() ([]byte, []int)
Deprecated: Use PinnedComment.ProtoReflect.Descriptor instead.
func (*PinnedComment) GetComment ¶
func (x *PinnedComment) GetComment() *Comment
func (*PinnedComment) GetOrder ¶
func (x *PinnedComment) GetOrder() uint32
func (*PinnedComment) ProtoMessage ¶
func (*PinnedComment) ProtoMessage()
func (*PinnedComment) ProtoReflect ¶
func (x *PinnedComment) ProtoReflect() protoreflect.Message
func (*PinnedComment) Reset ¶
func (x *PinnedComment) Reset()
func (*PinnedComment) String ¶
func (x *PinnedComment) String() string
type Post ¶
type Post struct { CursorId string `protobuf:"bytes,1,opt,name=cursorId,proto3" json:"cursorId,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` CircleId string `protobuf:"bytes,3,opt,name=circleId,proto3" json:"circleId,omitempty"` UserId string `protobuf:"bytes,4,opt,name=userId,proto3" json:"userId,omitempty"` Data *Post_Data `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"` SoundId string `protobuf:"bytes,6,opt,name=soundId,proto3" json:"soundId,omitempty"` Counter *Post_Counter `protobuf:"bytes,7,opt,name=counter,proto3" json:"counter,omitempty"` Title string `protobuf:"bytes,8,opt,name=title,proto3" json:"title,omitempty"` IReacted bool `protobuf:"varint,10,opt,name=iReacted,proto3" json:"iReacted,omitempty"` CreatedAt string `protobuf:"bytes,11,opt,name=CreatedAt,proto3" json:"CreatedAt,omitempty"` ISaved bool `protobuf:"varint,12,opt,name=iSaved,proto3" json:"iSaved,omitempty"` LanguageCode string `protobuf:"bytes,13,opt,name=languageCode,proto3" json:"languageCode,omitempty"` Caption string `protobuf:"bytes,14,opt,name=caption,proto3" json:"caption,omitempty"` UserMentions []string `protobuf:"bytes,15,rep,name=userMentions,proto3" json:"userMentions,omitempty"` ContactMentions []string `protobuf:"bytes,16,rep,name=contactMentions,proto3" json:"contactMentions,omitempty"` CircleMentions []string `protobuf:"bytes,17,rep,name=circleMentions,proto3" json:"circleMentions,omitempty"` AppMentions []string `protobuf:"bytes,18,rep,name=appMentions,proto3" json:"appMentions,omitempty"` ShortId string `protobuf:"bytes,19,opt,name=shortId,proto3" json:"shortId,omitempty"` OwnerId string `protobuf:"bytes,20,opt,name=ownerId,proto3" json:"ownerId,omitempty"` OwnerKind protobuf.IdentityKind `protobuf:"varint,21,opt,name=ownerKind,proto3,enum=picnic.protobuf.IdentityKind" json:"ownerKind,omitempty"` // contains filtered or unexported fields }
func (*Post) Descriptor
deprecated
func (*Post) GetAppMentions ¶ added in v0.2.26
func (*Post) GetCaption ¶
func (*Post) GetCircleId ¶
func (*Post) GetCircleMentions ¶
func (*Post) GetContactMentions ¶
func (*Post) GetCounter ¶
func (x *Post) GetCounter() *Post_Counter
func (*Post) GetCreatedAt ¶
func (*Post) GetCursorId ¶
func (*Post) GetIReacted ¶
func (*Post) GetLanguageCode ¶
func (*Post) GetOwnerId ¶ added in v0.2.33
func (*Post) GetOwnerKind ¶ added in v0.2.33
func (x *Post) GetOwnerKind() protobuf.IdentityKind
func (*Post) GetShareLink ¶
func (*Post) GetShortId ¶
func (*Post) GetSoundId ¶
func (*Post) GetUserMentions ¶
func (*Post) ProtoMessage ¶
func (*Post) ProtoMessage()
func (*Post) ProtoReflect ¶
func (x *Post) ProtoReflect() protoreflect.Message
type Post_Counter ¶
type Post_Counter struct { Views int64 `protobuf:"varint,1,opt,name=views,proto3" json:"views,omitempty"` Likes int64 `protobuf:"varint,2,opt,name=likes,proto3" json:"likes,omitempty"` Comments int64 `protobuf:"varint,3,opt,name=comments,proto3" json:"comments,omitempty"` Saves int64 `protobuf:"varint,4,opt,name=saves,proto3" json:"saves,omitempty"` Impressions int64 `protobuf:"varint,6,opt,name=impressions,proto3" json:"impressions,omitempty"` // contains filtered or unexported fields }
func (*Post_Counter) Descriptor
deprecated
func (*Post_Counter) Descriptor() ([]byte, []int)
Deprecated: Use Post_Counter.ProtoReflect.Descriptor instead.
func (*Post_Counter) GetComments ¶
func (x *Post_Counter) GetComments() int64
func (*Post_Counter) GetImpressions ¶
func (x *Post_Counter) GetImpressions() int64
func (*Post_Counter) GetLikes ¶
func (x *Post_Counter) GetLikes() int64
func (*Post_Counter) GetSaves ¶
func (x *Post_Counter) GetSaves() int64
func (*Post_Counter) GetShares ¶
func (x *Post_Counter) GetShares() int64
func (*Post_Counter) GetViews ¶
func (x *Post_Counter) GetViews() int64
func (*Post_Counter) ProtoMessage ¶
func (*Post_Counter) ProtoMessage()
func (*Post_Counter) ProtoReflect ¶
func (x *Post_Counter) ProtoReflect() protoreflect.Message
func (*Post_Counter) Reset ¶
func (x *Post_Counter) Reset()
func (*Post_Counter) String ¶
func (x *Post_Counter) String() string
type Post_Data ¶
type Post_Data struct { // Types that are assignable to DataType: // *Post_Data_Txt // *Post_Data_Link // *Post_Data_Img // *Post_Data_Video // *Post_Data_Poll // *Post_Data_Audio DataType isPost_Data_DataType `protobuf_oneof:"dataType"` // contains filtered or unexported fields }
func (*Post_Data) Descriptor
deprecated
func (*Post_Data) GetDataType ¶
func (m *Post_Data) GetDataType() isPost_Data_DataType
func (*Post_Data) ProtoMessage ¶
func (*Post_Data) ProtoMessage()
func (*Post_Data) ProtoReflect ¶
func (x *Post_Data) ProtoReflect() protoreflect.Message
type Post_Data_Audio ¶
type Post_Data_Audio struct {
Audio *DataAudio `protobuf:"bytes,6,opt,name=audio,proto3,oneof"`
}
type Post_Data_Img ¶
type Post_Data_Img struct {
Img *DataImg `protobuf:"bytes,3,opt,name=img,proto3,oneof"`
}
type Post_Data_Link ¶
type Post_Data_Link struct {
Link *DataLink `protobuf:"bytes,2,opt,name=link,proto3,oneof"`
}
type Post_Data_Poll ¶
type Post_Data_Poll struct {
Poll *DataPoll `protobuf:"bytes,5,opt,name=poll,proto3,oneof"`
}
type Post_Data_Txt ¶
type Post_Data_Txt struct {
Txt *DataText `protobuf:"bytes,1,opt,name=txt,proto3,oneof"`
}
type Post_Data_Video ¶
type Post_Data_Video struct {
Video *DataVideo `protobuf:"bytes,4,opt,name=video,proto3,oneof"`
}
type PostsSortingType ¶
type PostsSortingType int32
const ( PostsSortingType_UNKNOWN PostsSortingType = 0 PostsSortingType_POPULARITY_ALL_TIME PostsSortingType = 1 PostsSortingType_TRENDING_THIS_WEEK PostsSortingType = 2 PostsSortingType_TRENDING_THIS_MONTH PostsSortingType = 3 PostsSortingType_NEW PostsSortingType = 4 PostsSortingType_RISING PostsSortingType = 5 PostsSortingType_LAST_USED PostsSortingType = 6 )
func (PostsSortingType) Descriptor ¶
func (PostsSortingType) Descriptor() protoreflect.EnumDescriptor
func (PostsSortingType) Enum ¶
func (x PostsSortingType) Enum() *PostsSortingType
func (PostsSortingType) EnumDescriptor
deprecated
func (PostsSortingType) EnumDescriptor() ([]byte, []int)
Deprecated: Use PostsSortingType.Descriptor instead.
func (PostsSortingType) Number ¶
func (x PostsSortingType) Number() protoreflect.EnumNumber
func (PostsSortingType) String ¶
func (x PostsSortingType) String() string
func (PostsSortingType) Type ¶
func (PostsSortingType) Type() protoreflect.EnumType
type PublishPostRemovedEventsRequest ¶
type PublishPostRemovedEventsRequest struct {
// contains filtered or unexported fields
}
func (*PublishPostRemovedEventsRequest) Descriptor
deprecated
func (*PublishPostRemovedEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use PublishPostRemovedEventsRequest.ProtoReflect.Descriptor instead.
func (*PublishPostRemovedEventsRequest) ProtoMessage ¶
func (*PublishPostRemovedEventsRequest) ProtoMessage()
func (*PublishPostRemovedEventsRequest) ProtoReflect ¶
func (x *PublishPostRemovedEventsRequest) ProtoReflect() protoreflect.Message
func (*PublishPostRemovedEventsRequest) Reset ¶
func (x *PublishPostRemovedEventsRequest) Reset()
func (*PublishPostRemovedEventsRequest) String ¶
func (x *PublishPostRemovedEventsRequest) String() string
type ReactToCommentRequest ¶
type ReactToCommentRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Reaction string `protobuf:"bytes,2,opt,name=reaction,proto3" json:"reaction,omitempty"` // contains filtered or unexported fields }
func (*ReactToCommentRequest) Descriptor
deprecated
func (*ReactToCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReactToCommentRequest.ProtoReflect.Descriptor instead.
func (*ReactToCommentRequest) GetId ¶
func (x *ReactToCommentRequest) GetId() string
func (*ReactToCommentRequest) GetReaction ¶
func (x *ReactToCommentRequest) GetReaction() string
func (*ReactToCommentRequest) ProtoMessage ¶
func (*ReactToCommentRequest) ProtoMessage()
func (*ReactToCommentRequest) ProtoReflect ¶
func (x *ReactToCommentRequest) ProtoReflect() protoreflect.Message
func (*ReactToCommentRequest) Reset ¶
func (x *ReactToCommentRequest) Reset()
func (*ReactToCommentRequest) String ¶
func (x *ReactToCommentRequest) String() string
type ReactToCommentResponse ¶
type ReactToCommentResponse struct {
// contains filtered or unexported fields
}
func (*ReactToCommentResponse) Descriptor
deprecated
func (*ReactToCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReactToCommentResponse.ProtoReflect.Descriptor instead.
func (*ReactToCommentResponse) ProtoMessage ¶
func (*ReactToCommentResponse) ProtoMessage()
func (*ReactToCommentResponse) ProtoReflect ¶
func (x *ReactToCommentResponse) ProtoReflect() protoreflect.Message
func (*ReactToCommentResponse) Reset ¶
func (x *ReactToCommentResponse) Reset()
func (*ReactToCommentResponse) String ¶
func (x *ReactToCommentResponse) String() string
type ReactToPostRequest ¶
type ReactToPostRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Reaction string `protobuf:"bytes,2,opt,name=reaction,proto3" json:"reaction,omitempty"` // contains filtered or unexported fields }
func (*ReactToPostRequest) Descriptor
deprecated
func (*ReactToPostRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReactToPostRequest.ProtoReflect.Descriptor instead.
func (*ReactToPostRequest) GetId ¶
func (x *ReactToPostRequest) GetId() string
func (*ReactToPostRequest) GetReaction ¶
func (x *ReactToPostRequest) GetReaction() string
func (*ReactToPostRequest) ProtoMessage ¶
func (*ReactToPostRequest) ProtoMessage()
func (*ReactToPostRequest) ProtoReflect ¶
func (x *ReactToPostRequest) ProtoReflect() protoreflect.Message
func (*ReactToPostRequest) Reset ¶
func (x *ReactToPostRequest) Reset()
func (*ReactToPostRequest) String ¶
func (x *ReactToPostRequest) String() string
type ReactToPostResponse ¶
type ReactToPostResponse struct {
// contains filtered or unexported fields
}
func (*ReactToPostResponse) Descriptor
deprecated
func (*ReactToPostResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReactToPostResponse.ProtoReflect.Descriptor instead.
func (*ReactToPostResponse) ProtoMessage ¶
func (*ReactToPostResponse) ProtoMessage()
func (*ReactToPostResponse) ProtoReflect ¶
func (x *ReactToPostResponse) ProtoReflect() protoreflect.Message
func (*ReactToPostResponse) Reset ¶
func (x *ReactToPostResponse) Reset()
func (*ReactToPostResponse) String ¶
func (x *ReactToPostResponse) String() string
type Reaction ¶
type Reaction struct { CursorId string `protobuf:"bytes,1,opt,name=cursorId,proto3" json:"cursorId,omitempty"` Data *ReactionData `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Reaction) Descriptor
deprecated
func (*Reaction) GetCursorId ¶
func (*Reaction) GetData ¶
func (x *Reaction) GetData() *ReactionData
func (*Reaction) ProtoMessage ¶
func (*Reaction) ProtoMessage()
func (*Reaction) ProtoReflect ¶
func (x *Reaction) ProtoReflect() protoreflect.Message
type ReactionData ¶
type ReactionData struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` Id string `protobuf:"bytes,2,opt,name=Id,proto3" json:"Id,omitempty"` Reaction string `protobuf:"bytes,3,opt,name=reaction,proto3" json:"reaction,omitempty"` CreatedAt string `protobuf:"bytes,4,opt,name=createdAt,proto3" json:"createdAt,omitempty"` // contains filtered or unexported fields }
func (*ReactionData) Descriptor
deprecated
func (*ReactionData) Descriptor() ([]byte, []int)
Deprecated: Use ReactionData.ProtoReflect.Descriptor instead.
func (*ReactionData) GetCreatedAt ¶
func (x *ReactionData) GetCreatedAt() string
func (*ReactionData) GetId ¶
func (x *ReactionData) GetId() string
func (*ReactionData) GetReaction ¶
func (x *ReactionData) GetReaction() string
func (*ReactionData) GetUserId ¶
func (x *ReactionData) GetUserId() string
func (*ReactionData) ProtoMessage ¶
func (*ReactionData) ProtoMessage()
func (*ReactionData) ProtoReflect ¶
func (x *ReactionData) ProtoReflect() protoreflect.Message
func (*ReactionData) Reset ¶
func (x *ReactionData) Reset()
func (*ReactionData) String ¶
func (x *ReactionData) String() string
type ReorderPinnedCommentsRequest ¶
type ReorderPinnedCommentsRequest struct { Orders []*PinOrder `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*ReorderPinnedCommentsRequest) Descriptor
deprecated
func (*ReorderPinnedCommentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReorderPinnedCommentsRequest.ProtoReflect.Descriptor instead.
func (*ReorderPinnedCommentsRequest) GetOrders ¶
func (x *ReorderPinnedCommentsRequest) GetOrders() []*PinOrder
func (*ReorderPinnedCommentsRequest) ProtoMessage ¶
func (*ReorderPinnedCommentsRequest) ProtoMessage()
func (*ReorderPinnedCommentsRequest) ProtoReflect ¶
func (x *ReorderPinnedCommentsRequest) ProtoReflect() protoreflect.Message
func (*ReorderPinnedCommentsRequest) Reset ¶
func (x *ReorderPinnedCommentsRequest) Reset()
func (*ReorderPinnedCommentsRequest) String ¶
func (x *ReorderPinnedCommentsRequest) String() string
type ReorderPinnedCommentsResponse ¶
type ReorderPinnedCommentsResponse struct {
// contains filtered or unexported fields
}
func (*ReorderPinnedCommentsResponse) Descriptor
deprecated
func (*ReorderPinnedCommentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReorderPinnedCommentsResponse.ProtoReflect.Descriptor instead.
func (*ReorderPinnedCommentsResponse) ProtoMessage ¶
func (*ReorderPinnedCommentsResponse) ProtoMessage()
func (*ReorderPinnedCommentsResponse) ProtoReflect ¶
func (x *ReorderPinnedCommentsResponse) ProtoReflect() protoreflect.Message
func (*ReorderPinnedCommentsResponse) Reset ¶
func (x *ReorderPinnedCommentsResponse) Reset()
func (*ReorderPinnedCommentsResponse) String ¶
func (x *ReorderPinnedCommentsResponse) String() string
type ReorderPinnedPostsRequest ¶
type ReorderPinnedPostsRequest struct { Orders []*PinOrder `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*ReorderPinnedPostsRequest) Descriptor
deprecated
func (*ReorderPinnedPostsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReorderPinnedPostsRequest.ProtoReflect.Descriptor instead.
func (*ReorderPinnedPostsRequest) GetOrders ¶
func (x *ReorderPinnedPostsRequest) GetOrders() []*PinOrder
func (*ReorderPinnedPostsRequest) ProtoMessage ¶
func (*ReorderPinnedPostsRequest) ProtoMessage()
func (*ReorderPinnedPostsRequest) ProtoReflect ¶
func (x *ReorderPinnedPostsRequest) ProtoReflect() protoreflect.Message
func (*ReorderPinnedPostsRequest) Reset ¶
func (x *ReorderPinnedPostsRequest) Reset()
func (*ReorderPinnedPostsRequest) String ¶
func (x *ReorderPinnedPostsRequest) String() string
type SavePostScreenTimeRequest ¶ added in v0.2.28
type SavePostScreenTimeRequest struct { PostId string `protobuf:"bytes,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"` // contains filtered or unexported fields }
func (*SavePostScreenTimeRequest) Descriptor
deprecated
added in
v0.2.28
func (*SavePostScreenTimeRequest) Descriptor() ([]byte, []int)
Deprecated: Use SavePostScreenTimeRequest.ProtoReflect.Descriptor instead.
func (*SavePostScreenTimeRequest) GetDuration ¶ added in v0.2.28
func (x *SavePostScreenTimeRequest) GetDuration() *durationpb.Duration
func (*SavePostScreenTimeRequest) GetPostId ¶ added in v0.2.28
func (x *SavePostScreenTimeRequest) GetPostId() string
func (*SavePostScreenTimeRequest) ProtoMessage ¶ added in v0.2.28
func (*SavePostScreenTimeRequest) ProtoMessage()
func (*SavePostScreenTimeRequest) ProtoReflect ¶ added in v0.2.28
func (x *SavePostScreenTimeRequest) ProtoReflect() protoreflect.Message
func (*SavePostScreenTimeRequest) Reset ¶ added in v0.2.28
func (x *SavePostScreenTimeRequest) Reset()
func (*SavePostScreenTimeRequest) String ¶ added in v0.2.28
func (x *SavePostScreenTimeRequest) String() string
type SavePostScreenTimeResponse ¶ added in v0.2.28
type SavePostScreenTimeResponse struct {
// contains filtered or unexported fields
}
func (*SavePostScreenTimeResponse) Descriptor
deprecated
added in
v0.2.28
func (*SavePostScreenTimeResponse) Descriptor() ([]byte, []int)
Deprecated: Use SavePostScreenTimeResponse.ProtoReflect.Descriptor instead.
func (*SavePostScreenTimeResponse) ProtoMessage ¶ added in v0.2.28
func (*SavePostScreenTimeResponse) ProtoMessage()
func (*SavePostScreenTimeResponse) ProtoReflect ¶ added in v0.2.28
func (x *SavePostScreenTimeResponse) ProtoReflect() protoreflect.Message
func (*SavePostScreenTimeResponse) Reset ¶ added in v0.2.28
func (x *SavePostScreenTimeResponse) Reset()
func (*SavePostScreenTimeResponse) String ¶ added in v0.2.28
func (x *SavePostScreenTimeResponse) String() string
type SavePostStatusRequest ¶
type SavePostStatusRequest struct { PostId string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"` SaveStatus bool `protobuf:"varint,2,opt,name=saveStatus,proto3" json:"saveStatus,omitempty"` // contains filtered or unexported fields }
func (*SavePostStatusRequest) Descriptor
deprecated
func (*SavePostStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use SavePostStatusRequest.ProtoReflect.Descriptor instead.
func (*SavePostStatusRequest) GetPostId ¶
func (x *SavePostStatusRequest) GetPostId() string
func (*SavePostStatusRequest) GetSaveStatus ¶
func (x *SavePostStatusRequest) GetSaveStatus() bool
func (*SavePostStatusRequest) ProtoMessage ¶
func (*SavePostStatusRequest) ProtoMessage()
func (*SavePostStatusRequest) ProtoReflect ¶
func (x *SavePostStatusRequest) ProtoReflect() protoreflect.Message
func (*SavePostStatusRequest) Reset ¶
func (x *SavePostStatusRequest) Reset()
func (*SavePostStatusRequest) String ¶
func (x *SavePostStatusRequest) String() string
type SavedPost ¶
type SavedPost struct { CursorId string `protobuf:"bytes,1,opt,name=cursorId,proto3" json:"cursorId,omitempty"` PostId string `protobuf:"bytes,2,opt,name=postId,proto3" json:"postId,omitempty"` CreatedAt string `protobuf:"bytes,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"` // contains filtered or unexported fields }
func (*SavedPost) Descriptor
deprecated
func (*SavedPost) GetCreatedAt ¶
func (*SavedPost) GetCursorId ¶
func (*SavedPost) ProtoMessage ¶
func (*SavedPost) ProtoMessage()
func (*SavedPost) ProtoReflect ¶
func (x *SavedPost) ProtoReflect() protoreflect.Message
type SharePostRequest ¶
type SharePostRequest struct { // contains filtered or unexported fields }
func (*SharePostRequest) Descriptor
deprecated
func (*SharePostRequest) Descriptor() ([]byte, []int)
Deprecated: Use SharePostRequest.ProtoReflect.Descriptor instead.
func (*SharePostRequest) GetPostId ¶
func (x *SharePostRequest) GetPostId() string
func (*SharePostRequest) ProtoMessage ¶
func (*SharePostRequest) ProtoMessage()
func (*SharePostRequest) ProtoReflect ¶
func (x *SharePostRequest) ProtoReflect() protoreflect.Message
func (*SharePostRequest) Reset ¶
func (x *SharePostRequest) Reset()
func (*SharePostRequest) String ¶
func (x *SharePostRequest) String() string
type SharePostResponse ¶
type SharePostResponse struct {
// contains filtered or unexported fields
}
func (*SharePostResponse) Descriptor
deprecated
func (*SharePostResponse) Descriptor() ([]byte, []int)
Deprecated: Use SharePostResponse.ProtoReflect.Descriptor instead.
func (*SharePostResponse) ProtoMessage ¶
func (*SharePostResponse) ProtoMessage()
func (*SharePostResponse) ProtoReflect ¶
func (x *SharePostResponse) ProtoReflect() protoreflect.Message
func (*SharePostResponse) Reset ¶
func (x *SharePostResponse) Reset()
func (*SharePostResponse) String ¶
func (x *SharePostResponse) String() string
type SortedCirclePostsConnectionRequest ¶
type SortedCirclePostsConnectionRequest struct { CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"` SortingType PostsSortingType `protobuf:"varint,2,opt,name=sortingType,proto3,enum=content_api.v1.PostsSortingType" json:"sortingType,omitempty"` Cursor *PageCursor `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor,omitempty"` SkipPinnedPosts bool `protobuf:"varint,4,opt,name=skipPinnedPosts,proto3" json:"skipPinnedPosts,omitempty"` // contains filtered or unexported fields }
func (*SortedCirclePostsConnectionRequest) Descriptor
deprecated
func (*SortedCirclePostsConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use SortedCirclePostsConnectionRequest.ProtoReflect.Descriptor instead.
func (*SortedCirclePostsConnectionRequest) GetCircleId ¶
func (x *SortedCirclePostsConnectionRequest) GetCircleId() string
func (*SortedCirclePostsConnectionRequest) GetCursor ¶
func (x *SortedCirclePostsConnectionRequest) GetCursor() *PageCursor
func (*SortedCirclePostsConnectionRequest) GetSkipPinnedPosts ¶
func (x *SortedCirclePostsConnectionRequest) GetSkipPinnedPosts() bool
func (*SortedCirclePostsConnectionRequest) GetSortingType ¶
func (x *SortedCirclePostsConnectionRequest) GetSortingType() PostsSortingType
func (*SortedCirclePostsConnectionRequest) ProtoMessage ¶
func (*SortedCirclePostsConnectionRequest) ProtoMessage()
func (*SortedCirclePostsConnectionRequest) ProtoReflect ¶
func (x *SortedCirclePostsConnectionRequest) ProtoReflect() protoreflect.Message
func (*SortedCirclePostsConnectionRequest) Reset ¶
func (x *SortedCirclePostsConnectionRequest) Reset()
func (*SortedCirclePostsConnectionRequest) String ¶
func (x *SortedCirclePostsConnectionRequest) String() string
type SortedCirclePostsConnectionResponse ¶
type SortedCirclePostsConnectionResponse struct { Posts []*Post `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"` SortingType PostsSortingType `protobuf:"varint,2,opt,name=sortingType,proto3,enum=content_api.v1.PostsSortingType" json:"sortingType,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=pageInfo,proto3" json:"pageInfo,omitempty"` // contains filtered or unexported fields }
func (*SortedCirclePostsConnectionResponse) Descriptor
deprecated
func (*SortedCirclePostsConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use SortedCirclePostsConnectionResponse.ProtoReflect.Descriptor instead.
func (*SortedCirclePostsConnectionResponse) GetPageInfo ¶
func (x *SortedCirclePostsConnectionResponse) GetPageInfo() *PageInfo
func (*SortedCirclePostsConnectionResponse) GetPosts ¶
func (x *SortedCirclePostsConnectionResponse) GetPosts() []*Post
func (*SortedCirclePostsConnectionResponse) GetSortingType ¶
func (x *SortedCirclePostsConnectionResponse) GetSortingType() PostsSortingType
func (*SortedCirclePostsConnectionResponse) ProtoMessage ¶
func (*SortedCirclePostsConnectionResponse) ProtoMessage()
func (*SortedCirclePostsConnectionResponse) ProtoReflect ¶
func (x *SortedCirclePostsConnectionResponse) ProtoReflect() protoreflect.Message
func (*SortedCirclePostsConnectionResponse) Reset ¶
func (x *SortedCirclePostsConnectionResponse) Reset()
func (*SortedCirclePostsConnectionResponse) String ¶
func (x *SortedCirclePostsConnectionResponse) String() string
type Sound ¶
type Sound struct { CursorId string `protobuf:"bytes,1,opt,name=cursorId,proto3" json:"cursorId,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Creator string `protobuf:"bytes,4,opt,name=creator,proto3" json:"creator,omitempty"` IconUrl string `protobuf:"bytes,5,opt,name=iconUrl,proto3" json:"iconUrl,omitempty"` Url string `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"` UsesCount int64 `protobuf:"varint,7,opt,name=usesCount,proto3" json:"usesCount,omitempty"` Duration int64 `protobuf:"varint,8,opt,name=duration,proto3" json:"duration,omitempty"` // contains filtered or unexported fields }
func (*Sound) Descriptor
deprecated
func (*Sound) GetCreator ¶
func (*Sound) GetCursorId ¶
func (*Sound) GetDuration ¶
func (*Sound) GetIconUrl ¶
func (*Sound) GetUsesCount ¶
func (*Sound) ProtoMessage ¶
func (*Sound) ProtoMessage()
func (*Sound) ProtoReflect ¶
func (x *Sound) ProtoReflect() protoreflect.Message
type StartCommentCountersMigrationReq ¶
type StartCommentCountersMigrationReq struct { BatchSize int64 `protobuf:"varint,1,opt,name=BatchSize,proto3" json:"BatchSize,omitempty"` Workers int64 `protobuf:"varint,2,opt,name=Workers,proto3" json:"Workers,omitempty"` // contains filtered or unexported fields }
func (*StartCommentCountersMigrationReq) Descriptor
deprecated
func (*StartCommentCountersMigrationReq) Descriptor() ([]byte, []int)
Deprecated: Use StartCommentCountersMigrationReq.ProtoReflect.Descriptor instead.
func (*StartCommentCountersMigrationReq) GetBatchSize ¶
func (x *StartCommentCountersMigrationReq) GetBatchSize() int64
func (*StartCommentCountersMigrationReq) GetWorkers ¶
func (x *StartCommentCountersMigrationReq) GetWorkers() int64
func (*StartCommentCountersMigrationReq) ProtoMessage ¶
func (*StartCommentCountersMigrationReq) ProtoMessage()
func (*StartCommentCountersMigrationReq) ProtoReflect ¶
func (x *StartCommentCountersMigrationReq) ProtoReflect() protoreflect.Message
func (*StartCommentCountersMigrationReq) Reset ¶
func (x *StartCommentCountersMigrationReq) Reset()
func (*StartCommentCountersMigrationReq) String ¶
func (x *StartCommentCountersMigrationReq) String() string
type StartContentCountersMigrationRequest ¶
type StartContentCountersMigrationRequest struct { BatchSize int64 `protobuf:"varint,1,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"` Interval int64 `protobuf:"varint,2,opt,name=interval,proto3" json:"interval,omitempty"` Migration int64 `protobuf:"varint,3,opt,name=migration,proto3" json:"migration,omitempty"` CounterKinds []ContentCounterKind `protobuf:"varint,4,rep,packed,name=CounterKinds,proto3,enum=content_api.v1.ContentCounterKind" json:"CounterKinds,omitempty"` // contains filtered or unexported fields }
func (*StartContentCountersMigrationRequest) Descriptor
deprecated
func (*StartContentCountersMigrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartContentCountersMigrationRequest.ProtoReflect.Descriptor instead.
func (*StartContentCountersMigrationRequest) GetBatchSize ¶
func (x *StartContentCountersMigrationRequest) GetBatchSize() int64
func (*StartContentCountersMigrationRequest) GetCounterKinds ¶
func (x *StartContentCountersMigrationRequest) GetCounterKinds() []ContentCounterKind
func (*StartContentCountersMigrationRequest) GetInterval ¶
func (x *StartContentCountersMigrationRequest) GetInterval() int64
func (*StartContentCountersMigrationRequest) GetMigration ¶
func (x *StartContentCountersMigrationRequest) GetMigration() int64
func (*StartContentCountersMigrationRequest) ProtoMessage ¶
func (*StartContentCountersMigrationRequest) ProtoMessage()
func (*StartContentCountersMigrationRequest) ProtoReflect ¶
func (x *StartContentCountersMigrationRequest) ProtoReflect() protoreflect.Message
func (*StartContentCountersMigrationRequest) Reset ¶
func (x *StartContentCountersMigrationRequest) Reset()
func (*StartContentCountersMigrationRequest) String ¶
func (x *StartContentCountersMigrationRequest) String() string
type StartContentCountersMigrationResponse ¶
type StartContentCountersMigrationResponse struct {
// contains filtered or unexported fields
}
func (*StartContentCountersMigrationResponse) Descriptor
deprecated
func (*StartContentCountersMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartContentCountersMigrationResponse.ProtoReflect.Descriptor instead.
func (*StartContentCountersMigrationResponse) ProtoMessage ¶
func (*StartContentCountersMigrationResponse) ProtoMessage()
func (*StartContentCountersMigrationResponse) ProtoReflect ¶
func (x *StartContentCountersMigrationResponse) ProtoReflect() protoreflect.Message
func (*StartContentCountersMigrationResponse) Reset ¶
func (x *StartContentCountersMigrationResponse) Reset()
func (*StartContentCountersMigrationResponse) String ¶
func (x *StartContentCountersMigrationResponse) String() string
type StartContentCountersPastXMigrationRequest ¶
type StartContentCountersPastXMigrationRequest struct { BatchSize int64 `protobuf:"varint,1,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"` Interval int64 `protobuf:"varint,2,opt,name=interval,proto3" json:"interval,omitempty"` Migration int64 `protobuf:"varint,3,opt,name=migration,proto3" json:"migration,omitempty"` // contains filtered or unexported fields }
func (*StartContentCountersPastXMigrationRequest) Descriptor
deprecated
func (*StartContentCountersPastXMigrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartContentCountersPastXMigrationRequest.ProtoReflect.Descriptor instead.
func (*StartContentCountersPastXMigrationRequest) GetBatchSize ¶
func (x *StartContentCountersPastXMigrationRequest) GetBatchSize() int64
func (*StartContentCountersPastXMigrationRequest) GetInterval ¶
func (x *StartContentCountersPastXMigrationRequest) GetInterval() int64
func (*StartContentCountersPastXMigrationRequest) GetMigration ¶
func (x *StartContentCountersPastXMigrationRequest) GetMigration() int64
func (*StartContentCountersPastXMigrationRequest) ProtoMessage ¶
func (*StartContentCountersPastXMigrationRequest) ProtoMessage()
func (*StartContentCountersPastXMigrationRequest) ProtoReflect ¶
func (x *StartContentCountersPastXMigrationRequest) ProtoReflect() protoreflect.Message
func (*StartContentCountersPastXMigrationRequest) Reset ¶
func (x *StartContentCountersPastXMigrationRequest) Reset()
func (*StartContentCountersPastXMigrationRequest) String ¶
func (x *StartContentCountersPastXMigrationRequest) String() string
type StartContentCountersPastXMigrationResponse ¶
type StartContentCountersPastXMigrationResponse struct {
// contains filtered or unexported fields
}
func (*StartContentCountersPastXMigrationResponse) Descriptor
deprecated
func (*StartContentCountersPastXMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartContentCountersPastXMigrationResponse.ProtoReflect.Descriptor instead.
func (*StartContentCountersPastXMigrationResponse) ProtoMessage ¶
func (*StartContentCountersPastXMigrationResponse) ProtoMessage()
func (*StartContentCountersPastXMigrationResponse) ProtoReflect ¶
func (x *StartContentCountersPastXMigrationResponse) ProtoReflect() protoreflect.Message
func (*StartContentCountersPastXMigrationResponse) Reset ¶
func (x *StartContentCountersPastXMigrationResponse) Reset()
func (*StartContentCountersPastXMigrationResponse) String ¶
func (x *StartContentCountersPastXMigrationResponse) String() string
type StartImpressionsMigrationRequest ¶
type StartImpressionsMigrationRequest struct { BatchSize int64 `protobuf:"varint,1,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"` Interval int64 `protobuf:"varint,2,opt,name=interval,proto3" json:"interval,omitempty"` Migration int64 `protobuf:"varint,3,opt,name=migration,proto3" json:"migration,omitempty"` // contains filtered or unexported fields }
func (*StartImpressionsMigrationRequest) Descriptor
deprecated
func (*StartImpressionsMigrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartImpressionsMigrationRequest.ProtoReflect.Descriptor instead.
func (*StartImpressionsMigrationRequest) GetBatchSize ¶
func (x *StartImpressionsMigrationRequest) GetBatchSize() int64
func (*StartImpressionsMigrationRequest) GetInterval ¶
func (x *StartImpressionsMigrationRequest) GetInterval() int64
func (*StartImpressionsMigrationRequest) GetMigration ¶
func (x *StartImpressionsMigrationRequest) GetMigration() int64
func (*StartImpressionsMigrationRequest) ProtoMessage ¶
func (*StartImpressionsMigrationRequest) ProtoMessage()
func (*StartImpressionsMigrationRequest) ProtoReflect ¶
func (x *StartImpressionsMigrationRequest) ProtoReflect() protoreflect.Message
func (*StartImpressionsMigrationRequest) Reset ¶
func (x *StartImpressionsMigrationRequest) Reset()
func (*StartImpressionsMigrationRequest) String ¶
func (x *StartImpressionsMigrationRequest) String() string
type StartImpressionsMigrationResponse ¶
type StartImpressionsMigrationResponse struct {
// contains filtered or unexported fields
}
func (*StartImpressionsMigrationResponse) Descriptor
deprecated
func (*StartImpressionsMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartImpressionsMigrationResponse.ProtoReflect.Descriptor instead.
func (*StartImpressionsMigrationResponse) ProtoMessage ¶
func (*StartImpressionsMigrationResponse) ProtoMessage()
func (*StartImpressionsMigrationResponse) ProtoReflect ¶
func (x *StartImpressionsMigrationResponse) ProtoReflect() protoreflect.Message
func (*StartImpressionsMigrationResponse) Reset ¶
func (x *StartImpressionsMigrationResponse) Reset()
func (*StartImpressionsMigrationResponse) String ¶
func (x *StartImpressionsMigrationResponse) String() string
type StartPostCleanupMigrationRequest ¶
type StartPostCleanupMigrationRequest struct { BatchSize int64 `protobuf:"varint,1,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"` Interval int64 `protobuf:"varint,2,opt,name=interval,proto3" json:"interval,omitempty"` Migration int64 `protobuf:"varint,3,opt,name=migration,proto3" json:"migration,omitempty"` // contains filtered or unexported fields }
func (*StartPostCleanupMigrationRequest) Descriptor
deprecated
func (*StartPostCleanupMigrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StartPostCleanupMigrationRequest.ProtoReflect.Descriptor instead.
func (*StartPostCleanupMigrationRequest) GetBatchSize ¶
func (x *StartPostCleanupMigrationRequest) GetBatchSize() int64
func (*StartPostCleanupMigrationRequest) GetInterval ¶
func (x *StartPostCleanupMigrationRequest) GetInterval() int64
func (*StartPostCleanupMigrationRequest) GetMigration ¶
func (x *StartPostCleanupMigrationRequest) GetMigration() int64
func (*StartPostCleanupMigrationRequest) ProtoMessage ¶
func (*StartPostCleanupMigrationRequest) ProtoMessage()
func (*StartPostCleanupMigrationRequest) ProtoReflect ¶
func (x *StartPostCleanupMigrationRequest) ProtoReflect() protoreflect.Message
func (*StartPostCleanupMigrationRequest) Reset ¶
func (x *StartPostCleanupMigrationRequest) Reset()
func (*StartPostCleanupMigrationRequest) String ¶
func (x *StartPostCleanupMigrationRequest) String() string
type StartPostCleanupMigrationResponse ¶
type StartPostCleanupMigrationResponse struct {
// contains filtered or unexported fields
}
func (*StartPostCleanupMigrationResponse) Descriptor
deprecated
func (*StartPostCleanupMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StartPostCleanupMigrationResponse.ProtoReflect.Descriptor instead.
func (*StartPostCleanupMigrationResponse) ProtoMessage ¶
func (*StartPostCleanupMigrationResponse) ProtoMessage()
func (*StartPostCleanupMigrationResponse) ProtoReflect ¶
func (x *StartPostCleanupMigrationResponse) ProtoReflect() protoreflect.Message
func (*StartPostCleanupMigrationResponse) Reset ¶
func (x *StartPostCleanupMigrationResponse) Reset()
func (*StartPostCleanupMigrationResponse) String ¶
func (x *StartPostCleanupMigrationResponse) String() string
type StopContentCountersMigrationRequest ¶
type StopContentCountersMigrationRequest struct {
// contains filtered or unexported fields
}
func (*StopContentCountersMigrationRequest) Descriptor
deprecated
func (*StopContentCountersMigrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopContentCountersMigrationRequest.ProtoReflect.Descriptor instead.
func (*StopContentCountersMigrationRequest) ProtoMessage ¶
func (*StopContentCountersMigrationRequest) ProtoMessage()
func (*StopContentCountersMigrationRequest) ProtoReflect ¶
func (x *StopContentCountersMigrationRequest) ProtoReflect() protoreflect.Message
func (*StopContentCountersMigrationRequest) Reset ¶
func (x *StopContentCountersMigrationRequest) Reset()
func (*StopContentCountersMigrationRequest) String ¶
func (x *StopContentCountersMigrationRequest) String() string
type StopContentCountersMigrationResponse ¶
type StopContentCountersMigrationResponse struct {
// contains filtered or unexported fields
}
func (*StopContentCountersMigrationResponse) Descriptor
deprecated
func (*StopContentCountersMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StopContentCountersMigrationResponse.ProtoReflect.Descriptor instead.
func (*StopContentCountersMigrationResponse) ProtoMessage ¶
func (*StopContentCountersMigrationResponse) ProtoMessage()
func (*StopContentCountersMigrationResponse) ProtoReflect ¶
func (x *StopContentCountersMigrationResponse) ProtoReflect() protoreflect.Message
func (*StopContentCountersMigrationResponse) Reset ¶
func (x *StopContentCountersMigrationResponse) Reset()
func (*StopContentCountersMigrationResponse) String ¶
func (x *StopContentCountersMigrationResponse) String() string
type StopContentCountersPastXMigrationRequest ¶
type StopContentCountersPastXMigrationRequest struct {
// contains filtered or unexported fields
}
func (*StopContentCountersPastXMigrationRequest) Descriptor
deprecated
func (*StopContentCountersPastXMigrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopContentCountersPastXMigrationRequest.ProtoReflect.Descriptor instead.
func (*StopContentCountersPastXMigrationRequest) ProtoMessage ¶
func (*StopContentCountersPastXMigrationRequest) ProtoMessage()
func (*StopContentCountersPastXMigrationRequest) ProtoReflect ¶
func (x *StopContentCountersPastXMigrationRequest) ProtoReflect() protoreflect.Message
func (*StopContentCountersPastXMigrationRequest) Reset ¶
func (x *StopContentCountersPastXMigrationRequest) Reset()
func (*StopContentCountersPastXMigrationRequest) String ¶
func (x *StopContentCountersPastXMigrationRequest) String() string
type StopContentCountersPastXMigrationResponse ¶
type StopContentCountersPastXMigrationResponse struct {
// contains filtered or unexported fields
}
func (*StopContentCountersPastXMigrationResponse) Descriptor
deprecated
func (*StopContentCountersPastXMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StopContentCountersPastXMigrationResponse.ProtoReflect.Descriptor instead.
func (*StopContentCountersPastXMigrationResponse) ProtoMessage ¶
func (*StopContentCountersPastXMigrationResponse) ProtoMessage()
func (*StopContentCountersPastXMigrationResponse) ProtoReflect ¶
func (x *StopContentCountersPastXMigrationResponse) ProtoReflect() protoreflect.Message
func (*StopContentCountersPastXMigrationResponse) Reset ¶
func (x *StopContentCountersPastXMigrationResponse) Reset()
func (*StopContentCountersPastXMigrationResponse) String ¶
func (x *StopContentCountersPastXMigrationResponse) String() string
type StopImpressionsMigrationRequest ¶
type StopImpressionsMigrationRequest struct {
// contains filtered or unexported fields
}
func (*StopImpressionsMigrationRequest) Descriptor
deprecated
func (*StopImpressionsMigrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopImpressionsMigrationRequest.ProtoReflect.Descriptor instead.
func (*StopImpressionsMigrationRequest) ProtoMessage ¶
func (*StopImpressionsMigrationRequest) ProtoMessage()
func (*StopImpressionsMigrationRequest) ProtoReflect ¶
func (x *StopImpressionsMigrationRequest) ProtoReflect() protoreflect.Message
func (*StopImpressionsMigrationRequest) Reset ¶
func (x *StopImpressionsMigrationRequest) Reset()
func (*StopImpressionsMigrationRequest) String ¶
func (x *StopImpressionsMigrationRequest) String() string
type StopImpressionsMigrationResponse ¶
type StopImpressionsMigrationResponse struct {
// contains filtered or unexported fields
}
func (*StopImpressionsMigrationResponse) Descriptor
deprecated
func (*StopImpressionsMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StopImpressionsMigrationResponse.ProtoReflect.Descriptor instead.
func (*StopImpressionsMigrationResponse) ProtoMessage ¶
func (*StopImpressionsMigrationResponse) ProtoMessage()
func (*StopImpressionsMigrationResponse) ProtoReflect ¶
func (x *StopImpressionsMigrationResponse) ProtoReflect() protoreflect.Message
func (*StopImpressionsMigrationResponse) Reset ¶
func (x *StopImpressionsMigrationResponse) Reset()
func (*StopImpressionsMigrationResponse) String ¶
func (x *StopImpressionsMigrationResponse) String() string
type StopPostCleanupMigrationRequest ¶
type StopPostCleanupMigrationRequest struct {
// contains filtered or unexported fields
}
func (*StopPostCleanupMigrationRequest) Descriptor
deprecated
func (*StopPostCleanupMigrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopPostCleanupMigrationRequest.ProtoReflect.Descriptor instead.
func (*StopPostCleanupMigrationRequest) ProtoMessage ¶
func (*StopPostCleanupMigrationRequest) ProtoMessage()
func (*StopPostCleanupMigrationRequest) ProtoReflect ¶
func (x *StopPostCleanupMigrationRequest) ProtoReflect() protoreflect.Message
func (*StopPostCleanupMigrationRequest) Reset ¶
func (x *StopPostCleanupMigrationRequest) Reset()
func (*StopPostCleanupMigrationRequest) String ¶
func (x *StopPostCleanupMigrationRequest) String() string
type StopPostCleanupMigrationResponse ¶
type StopPostCleanupMigrationResponse struct {
// contains filtered or unexported fields
}
func (*StopPostCleanupMigrationResponse) Descriptor
deprecated
func (*StopPostCleanupMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use StopPostCleanupMigrationResponse.ProtoReflect.Descriptor instead.
func (*StopPostCleanupMigrationResponse) ProtoMessage ¶
func (*StopPostCleanupMigrationResponse) ProtoMessage()
func (*StopPostCleanupMigrationResponse) ProtoReflect ¶
func (x *StopPostCleanupMigrationResponse) ProtoReflect() protoreflect.Message
func (*StopPostCleanupMigrationResponse) Reset ¶
func (x *StopPostCleanupMigrationResponse) Reset()
func (*StopPostCleanupMigrationResponse) String ¶
func (x *StopPostCleanupMigrationResponse) String() string
type UndeleteCommentRequest ¶
type UndeleteCommentRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*UndeleteCommentRequest) Descriptor
deprecated
func (*UndeleteCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UndeleteCommentRequest.ProtoReflect.Descriptor instead.
func (*UndeleteCommentRequest) GetId ¶
func (x *UndeleteCommentRequest) GetId() string
func (*UndeleteCommentRequest) ProtoMessage ¶
func (*UndeleteCommentRequest) ProtoMessage()
func (*UndeleteCommentRequest) ProtoReflect ¶
func (x *UndeleteCommentRequest) ProtoReflect() protoreflect.Message
func (*UndeleteCommentRequest) Reset ¶
func (x *UndeleteCommentRequest) Reset()
func (*UndeleteCommentRequest) String ¶
func (x *UndeleteCommentRequest) String() string
type UndeleteCommentResponse ¶
type UndeleteCommentResponse struct { Comment *Comment `protobuf:"bytes,1,opt,name=Comment,proto3" json:"Comment,omitempty"` // contains filtered or unexported fields }
func (*UndeleteCommentResponse) Descriptor
deprecated
func (*UndeleteCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use UndeleteCommentResponse.ProtoReflect.Descriptor instead.
func (*UndeleteCommentResponse) GetComment ¶
func (x *UndeleteCommentResponse) GetComment() *Comment
func (*UndeleteCommentResponse) ProtoMessage ¶
func (*UndeleteCommentResponse) ProtoMessage()
func (*UndeleteCommentResponse) ProtoReflect ¶
func (x *UndeleteCommentResponse) ProtoReflect() protoreflect.Message
func (*UndeleteCommentResponse) Reset ¶
func (x *UndeleteCommentResponse) Reset()
func (*UndeleteCommentResponse) String ¶
func (x *UndeleteCommentResponse) String() string
type UndeletePostRequest ¶
type UndeletePostRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*UndeletePostRequest) Descriptor
deprecated
func (*UndeletePostRequest) Descriptor() ([]byte, []int)
Deprecated: Use UndeletePostRequest.ProtoReflect.Descriptor instead.
func (*UndeletePostRequest) GetId ¶
func (x *UndeletePostRequest) GetId() string
func (*UndeletePostRequest) ProtoMessage ¶
func (*UndeletePostRequest) ProtoMessage()
func (*UndeletePostRequest) ProtoReflect ¶
func (x *UndeletePostRequest) ProtoReflect() protoreflect.Message
func (*UndeletePostRequest) Reset ¶
func (x *UndeletePostRequest) Reset()
func (*UndeletePostRequest) String ¶
func (x *UndeletePostRequest) String() string
type UndeletePostResponse ¶
type UndeletePostResponse struct { Post *Post `protobuf:"bytes,1,opt,name=post,proto3" json:"post,omitempty"` // contains filtered or unexported fields }
func (*UndeletePostResponse) Descriptor
deprecated
func (*UndeletePostResponse) Descriptor() ([]byte, []int)
Deprecated: Use UndeletePostResponse.ProtoReflect.Descriptor instead.
func (*UndeletePostResponse) GetPost ¶
func (x *UndeletePostResponse) GetPost() *Post
func (*UndeletePostResponse) ProtoMessage ¶
func (*UndeletePostResponse) ProtoMessage()
func (*UndeletePostResponse) ProtoReflect ¶
func (x *UndeletePostResponse) ProtoReflect() protoreflect.Message
func (*UndeletePostResponse) Reset ¶
func (x *UndeletePostResponse) Reset()
func (*UndeletePostResponse) String ¶
func (x *UndeletePostResponse) String() string
type UnimplementedContentAPIServer ¶
type UnimplementedContentAPIServer struct { }
UnimplementedContentAPIServer must be embedded to have forward compatible implementations.
func (UnimplementedContentAPIServer) AddAttachmentIDForContentURL ¶
func (UnimplementedContentAPIServer) AddAttachmentIDForContentURL(context.Context, *AddAttachmentIDForContentURLRequest) (*Empty, error)
func (UnimplementedContentAPIServer) AddPostToCollection ¶
func (UnimplementedContentAPIServer) AddPostToCollection(context.Context, *AddPostToCollectionRequest) (*AddPostToCollectionResponse, error)
func (UnimplementedContentAPIServer) CirclePostsConnection ¶
func (UnimplementedContentAPIServer) CirclePostsConnection(context.Context, *CirclePostsConnectionRequest) (*GetPostsResponse, error)
func (UnimplementedContentAPIServer) CreateCollection ¶
func (UnimplementedContentAPIServer) CreateCollection(context.Context, *CreateCollectionRequest) (*CreateCollectionResponse, error)
func (UnimplementedContentAPIServer) CreateComment ¶
func (UnimplementedContentAPIServer) CreateComment(context.Context, *CreateCommentRequest) (*CreateCommentResponse, error)
func (UnimplementedContentAPIServer) CreatePost ¶
func (UnimplementedContentAPIServer) CreatePost(context.Context, *CreatePostRequest) (*CreatePostResponse, error)
func (UnimplementedContentAPIServer) DeleteCollection ¶
func (UnimplementedContentAPIServer) DeleteCollection(context.Context, *DeleteCollectionRequest) (*DeleteCollectionResponse, error)
func (UnimplementedContentAPIServer) DeleteComment ¶
func (UnimplementedContentAPIServer) DeleteComment(context.Context, *DeleteCommentRequest) (*Empty, error)
func (UnimplementedContentAPIServer) DeletePost ¶
func (UnimplementedContentAPIServer) DeletePost(context.Context, *DeletePostRequest) (*Empty, error)
func (UnimplementedContentAPIServer) DeletePosts ¶
func (UnimplementedContentAPIServer) DeletePosts(context.Context, *DeletePostsRequest) (*DeletePostsResponse, error)
func (UnimplementedContentAPIServer) DeletePostsFromCollection ¶
func (UnimplementedContentAPIServer) DeletePostsFromCollection(context.Context, *DeletePostsFromCollectionRequest) (*DeletePostsFromCollectionResponse, error)
func (UnimplementedContentAPIServer) GetCircleCommentsCount ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCircleCommentsCount(context.Context, *GetCircleCommentsCountRequest) (*GetCircleCommentsCountResponse, error)
func (UnimplementedContentAPIServer) GetCircleContentStats ¶
func (UnimplementedContentAPIServer) GetCircleContentStats(context.Context, *GetCircleContentStatsRequest) (*GetCircleContentStatsResponse, error)
func (UnimplementedContentAPIServer) GetCircleCounter ¶
func (UnimplementedContentAPIServer) GetCircleCounter(context.Context, *GetCircleCounterRequest) (*GetCircleCounterResponse, error)
func (UnimplementedContentAPIServer) GetCircleDislikesCount ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCircleDislikesCount(context.Context, *GetCircleDislikesCountRequest) (*GetCircleDislikesCountResponse, error)
func (UnimplementedContentAPIServer) GetCircleFeed ¶
func (UnimplementedContentAPIServer) GetCircleFeed(context.Context, *GetCircleFeedRequest) (*GetCircleFeedResponse, error)
func (UnimplementedContentAPIServer) GetCircleLikesCount ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCircleLikesCount(context.Context, *GetCircleLikesCountRequest) (*GetCircleLikesCountResponse, error)
func (UnimplementedContentAPIServer) GetCircleMeanScreenTime ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCircleMeanScreenTime(context.Context, *GetCircleMeanScreenTimeRequest) (*GetCircleMeanScreenTimeResponse, error)
func (UnimplementedContentAPIServer) GetCirclePostsCount ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCirclePostsCount(context.Context, *GetCirclePostsCountRequest) (*GetCirclePostsCountResponse, error)
func (UnimplementedContentAPIServer) GetCircleSavesCount ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCircleSavesCount(context.Context, *GetCircleSavesCountRequest) (*GetCircleSavesCountResponse, error)
func (UnimplementedContentAPIServer) GetCircleSharesCount ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCircleSharesCount(context.Context, *GetCircleSharesCountRequest) (*GetCircleSharesCountResponse, error)
func (UnimplementedContentAPIServer) GetCircleTotalScreenTime ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCircleTotalScreenTime(context.Context, *GetCircleTotalScreenTimeRequest) (*GetCircleTotalScreenTimeResponse, error)
func (UnimplementedContentAPIServer) GetCircleViewsCount ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCircleViewsCount(context.Context, *GetCircleViewsCountRequest) (*GetCircleViewsCountResponse, error)
func (UnimplementedContentAPIServer) GetCircleVotesCount ¶ added in v0.2.46
func (UnimplementedContentAPIServer) GetCircleVotesCount(context.Context, *GetCircleVotesCountRequest) (*GetCircleVotesCountResponse, error)
func (UnimplementedContentAPIServer) GetCollection ¶
func (UnimplementedContentAPIServer) GetCollection(context.Context, *GetCollectionRequest) (*GetCollectionResponse, error)
func (UnimplementedContentAPIServer) GetCollectionCounter ¶
func (UnimplementedContentAPIServer) GetCollectionCounter(context.Context, *GetCollectionCounterRequest) (*GetCollectionCounterResponse, error)
func (UnimplementedContentAPIServer) GetCollectionPosts ¶
func (UnimplementedContentAPIServer) GetCollectionPosts(context.Context, *GetCollectionPostsRequest) (*GetCollectionPostsResponse, error)
func (UnimplementedContentAPIServer) GetCollections ¶
func (UnimplementedContentAPIServer) GetCollections(context.Context, *GetCollectionsRequest) (*GetCollectionsResponse, error)
func (UnimplementedContentAPIServer) GetComment ¶
func (UnimplementedContentAPIServer) GetComment(context.Context, *GetCommentRequest) (*GetCommentResponse, error)
func (UnimplementedContentAPIServer) GetCommentCountersMigrationProgress ¶
func (UnimplementedContentAPIServer) GetCommentCountersMigrationProgress(context.Context, *Empty) (*CommentCountersMigrationProgress, error)
func (UnimplementedContentAPIServer) GetCommentPin ¶
func (UnimplementedContentAPIServer) GetCommentPin(context.Context, *GetCommentPinRequest) (*GetCommentPinResponse, error)
func (UnimplementedContentAPIServer) GetCommentReactions ¶
func (UnimplementedContentAPIServer) GetCommentReactions(context.Context, *GetCommentReactionsRequest) (*GetCommentReactionsResponse, error)
func (UnimplementedContentAPIServer) GetComments ¶
func (UnimplementedContentAPIServer) GetComments(context.Context, *GetCommentsRequest) (*GetCommentsResponse, error)
func (UnimplementedContentAPIServer) GetContentCounter ¶
func (UnimplementedContentAPIServer) GetContentCounter(context.Context, *GetContentCounterRequest) (*GetContentCounterResponse, error)
func (UnimplementedContentAPIServer) GetContentStatsWithoutAuth ¶
func (UnimplementedContentAPIServer) GetContentStatsWithoutAuth(context.Context, *GetContentStatsRequest) (*GetContentStatsResponse, error)
func (UnimplementedContentAPIServer) GetFeed ¶
func (UnimplementedContentAPIServer) GetFeed(context.Context, *GetFeedRequest) (*GetFeedResponse, error)
func (UnimplementedContentAPIServer) GetLinkMetaData ¶
func (UnimplementedContentAPIServer) GetLinkMetaData(context.Context, *GetLinkMetaDataRequest) (*GetLinkMetaDataResponse, error)
func (UnimplementedContentAPIServer) GetPinnedComments ¶
func (UnimplementedContentAPIServer) GetPinnedComments(context.Context, *GetPinnedCommentsRequest) (*GetPinnedCommentsResponse, error)
func (UnimplementedContentAPIServer) GetPinnedPosts ¶
func (UnimplementedContentAPIServer) GetPinnedPosts(context.Context, *GetPinnedPostsRequest) (*GetPinnedPostsResponse, error)
func (UnimplementedContentAPIServer) GetPost ¶
func (UnimplementedContentAPIServer) GetPost(context.Context, *GetPostRequest) (*GetPostResponse, error)
func (UnimplementedContentAPIServer) GetPostPin ¶
func (UnimplementedContentAPIServer) GetPostPin(context.Context, *GetPostPinRequest) (*GetPostPinResponse, error)
func (UnimplementedContentAPIServer) GetPostPreview ¶
func (UnimplementedContentAPIServer) GetPostPreview(context.Context, *GetPostPreviewRequest) (*GetPostPreviewResponse, error)
func (UnimplementedContentAPIServer) GetPostReactions ¶
func (UnimplementedContentAPIServer) GetPostReactions(context.Context, *GetPostReactionsRequest) (*GetPostReactionsResponse, error)
func (UnimplementedContentAPIServer) GetPosts ¶
func (UnimplementedContentAPIServer) GetPosts(context.Context, *GetPostsRequest) (*GetPostsResponse, error)
func (UnimplementedContentAPIServer) GetSavedPosts ¶
func (UnimplementedContentAPIServer) GetSavedPosts(context.Context, *GetSavedPostsRequest) (*GetSavedPostsResponse, error)
func (UnimplementedContentAPIServer) GetSound ¶
func (UnimplementedContentAPIServer) GetSound(context.Context, *GetSoundRequest) (*GetSoundResponse, error)
func (UnimplementedContentAPIServer) GetSounds ¶
func (UnimplementedContentAPIServer) GetSounds(context.Context, *GetSoundsRequest) (*GetSoundsResponse, error)
func (UnimplementedContentAPIServer) GetUserCircleSortingType ¶
func (UnimplementedContentAPIServer) GetUserCircleSortingType(context.Context, *GetUserCircleSortingTypeRequest) (*GetUserCircleSortingTypeResponse, error)
func (UnimplementedContentAPIServer) GetUserCommentEdge ¶ added in v0.2.40
func (UnimplementedContentAPIServer) GetUserCommentEdge(context.Context, *GetUserCommentEdgeRequest) (*GetUserCommentEdgeResponse, error)
func (UnimplementedContentAPIServer) GetUserCounter ¶
func (UnimplementedContentAPIServer) GetUserCounter(context.Context, *GetUserCounterRequest) (*GetUserCounterResponse, error)
func (UnimplementedContentAPIServer) GetUserPostEdge ¶
func (UnimplementedContentAPIServer) GetUserPostEdge(context.Context, *GetUserPostEdgeRequest) (*GetUserPostEdgeResponse, error)
func (UnimplementedContentAPIServer) IsContentCountersMigrationRunning ¶
func (UnimplementedContentAPIServer) IsContentCountersMigrationRunning(context.Context, *IsContentCountersMigrationRunningRequest) (*IsContentCountersMigrationRunningResponse, error)
func (UnimplementedContentAPIServer) IsContentCountersPastXMigrationRunning ¶
func (UnimplementedContentAPIServer) IsContentCountersPastXMigrationRunning(context.Context, *IsContentCountersPastXMigrationRunningRequest) (*IsContentCountersPastXMigrationRunningResponse, error)
func (UnimplementedContentAPIServer) IsImpressionsMigrationRunning ¶
func (UnimplementedContentAPIServer) IsImpressionsMigrationRunning(context.Context, *IsImpressionsMigrationRunningRequest) (*IsImpressionsMigrationRunningResponse, error)
func (UnimplementedContentAPIServer) IsPostCleanupMigrationRunning ¶
func (UnimplementedContentAPIServer) IsPostCleanupMigrationRunning(context.Context, *IsPostCleanupMigrationRunningRequest) (*IsPostCleanupMigrationRunningResponse, error)
func (UnimplementedContentAPIServer) PinComment ¶
func (UnimplementedContentAPIServer) PinComment(context.Context, *PinCommentRequest) (*emptypb.Empty, error)
func (UnimplementedContentAPIServer) PinPost ¶
func (UnimplementedContentAPIServer) PinPost(context.Context, *PinPostRequest) (*emptypb.Empty, error)
func (UnimplementedContentAPIServer) ReactToComment ¶
func (UnimplementedContentAPIServer) ReactToComment(context.Context, *ReactToCommentRequest) (*ReactToCommentResponse, error)
func (UnimplementedContentAPIServer) ReactToPost ¶
func (UnimplementedContentAPIServer) ReactToPost(context.Context, *ReactToPostRequest) (*ReactToPostResponse, error)
func (UnimplementedContentAPIServer) ReorderPinnedComments ¶
func (UnimplementedContentAPIServer) ReorderPinnedComments(context.Context, *ReorderPinnedCommentsRequest) (*emptypb.Empty, error)
func (UnimplementedContentAPIServer) ReorderPinnedPosts ¶
func (UnimplementedContentAPIServer) ReorderPinnedPosts(context.Context, *ReorderPinnedPostsRequest) (*emptypb.Empty, error)
func (UnimplementedContentAPIServer) SavePostScreenTime ¶ added in v0.2.28
func (UnimplementedContentAPIServer) SavePostScreenTime(context.Context, *SavePostScreenTimeRequest) (*SavePostScreenTimeResponse, error)
func (UnimplementedContentAPIServer) SavePostStatus ¶
func (UnimplementedContentAPIServer) SavePostStatus(context.Context, *SavePostStatusRequest) (*Empty, error)
func (UnimplementedContentAPIServer) SharePost ¶
func (UnimplementedContentAPIServer) SharePost(context.Context, *SharePostRequest) (*SharePostResponse, error)
func (UnimplementedContentAPIServer) SiteMapGenerator ¶ added in v0.2.26
func (UnimplementedContentAPIServer) SortedCirclePostsConnection ¶
func (UnimplementedContentAPIServer) SortedCirclePostsConnection(context.Context, *SortedCirclePostsConnectionRequest) (*SortedCirclePostsConnectionResponse, error)
func (UnimplementedContentAPIServer) StartCommentCountersMigration ¶
func (UnimplementedContentAPIServer) StartCommentCountersMigration(context.Context, *StartCommentCountersMigrationReq) (*Empty, error)
func (UnimplementedContentAPIServer) StartContentCountersMigration ¶
func (UnimplementedContentAPIServer) StartContentCountersMigration(context.Context, *StartContentCountersMigrationRequest) (*StartContentCountersMigrationResponse, error)
func (UnimplementedContentAPIServer) StartContentCountersPastXMigration ¶
func (UnimplementedContentAPIServer) StartContentCountersPastXMigration(context.Context, *StartContentCountersPastXMigrationRequest) (*StartContentCountersPastXMigrationResponse, error)
func (UnimplementedContentAPIServer) StartImpressionsMigration ¶
func (UnimplementedContentAPIServer) StartImpressionsMigration(context.Context, *StartImpressionsMigrationRequest) (*StartImpressionsMigrationResponse, error)
func (UnimplementedContentAPIServer) StartPostCleanupMigration ¶
func (UnimplementedContentAPIServer) StartPostCleanupMigration(context.Context, *StartPostCleanupMigrationRequest) (*StartPostCleanupMigrationResponse, error)
func (UnimplementedContentAPIServer) StopCommentCountersMigration ¶
func (UnimplementedContentAPIServer) StopContentCountersMigration ¶
func (UnimplementedContentAPIServer) StopContentCountersMigration(context.Context, *StopContentCountersMigrationRequest) (*StopContentCountersMigrationResponse, error)
func (UnimplementedContentAPIServer) StopContentCountersPastXMigration ¶
func (UnimplementedContentAPIServer) StopContentCountersPastXMigration(context.Context, *StopContentCountersPastXMigrationRequest) (*StopContentCountersPastXMigrationResponse, error)
func (UnimplementedContentAPIServer) StopImpressionsMigration ¶
func (UnimplementedContentAPIServer) StopImpressionsMigration(context.Context, *StopImpressionsMigrationRequest) (*StopImpressionsMigrationResponse, error)
func (UnimplementedContentAPIServer) StopPostCleanupMigration ¶
func (UnimplementedContentAPIServer) StopPostCleanupMigration(context.Context, *StopPostCleanupMigrationRequest) (*StopPostCleanupMigrationResponse, error)
func (UnimplementedContentAPIServer) UndeleteComment ¶
func (UnimplementedContentAPIServer) UndeleteComment(context.Context, *UndeleteCommentRequest) (*UndeleteCommentResponse, error)
func (UnimplementedContentAPIServer) UndeletePost ¶
func (UnimplementedContentAPIServer) UndeletePost(context.Context, *UndeletePostRequest) (*UndeletePostResponse, error)
func (UnimplementedContentAPIServer) UnpinComment ¶
func (UnimplementedContentAPIServer) UnpinComment(context.Context, *UnpinCommentRequest) (*emptypb.Empty, error)
func (UnimplementedContentAPIServer) UnpinPost ¶
func (UnimplementedContentAPIServer) UnpinPost(context.Context, *UnpinPostRequest) (*emptypb.Empty, error)
func (UnimplementedContentAPIServer) UnreactToComment ¶
func (UnimplementedContentAPIServer) UnreactToComment(context.Context, *UnreactToCommentRequest) (*UnreactToCommentResponse, error)
func (UnimplementedContentAPIServer) UnreactToPost ¶
func (UnimplementedContentAPIServer) UnreactToPost(context.Context, *UnreactToPostRequest) (*UnreactToPostResponse, error)
func (UnimplementedContentAPIServer) UpdateCollection ¶
func (UnimplementedContentAPIServer) UpdateCollection(context.Context, *UpdateCollectionRequest) (*UpdateCollectionResponse, error)
func (UnimplementedContentAPIServer) UpdateComment ¶
func (UnimplementedContentAPIServer) UpdateComment(context.Context, *UpdateCommentRequest) (*UpdateCommentResponse, error)
func (UnimplementedContentAPIServer) UserPostsConnection ¶
func (UnimplementedContentAPIServer) UserPostsConnection(context.Context, *UserPostsConnectionRequest) (*GetPostsResponse, error)
func (UnimplementedContentAPIServer) ViewPost ¶
func (UnimplementedContentAPIServer) ViewPost(context.Context, *ViewPostRequest) (*Empty, error)
func (UnimplementedContentAPIServer) VoteInPoll ¶
func (UnimplementedContentAPIServer) VoteInPoll(context.Context, *VoteInPollRequest) (*Empty, error)
type UnpinCommentRequest ¶
type UnpinCommentRequest struct { CommentId string `protobuf:"bytes,1,opt,name=commentId,proto3" json:"commentId,omitempty"` // contains filtered or unexported fields }
func (*UnpinCommentRequest) Descriptor
deprecated
func (*UnpinCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnpinCommentRequest.ProtoReflect.Descriptor instead.
func (*UnpinCommentRequest) GetCommentId ¶
func (x *UnpinCommentRequest) GetCommentId() string
func (*UnpinCommentRequest) ProtoMessage ¶
func (*UnpinCommentRequest) ProtoMessage()
func (*UnpinCommentRequest) ProtoReflect ¶
func (x *UnpinCommentRequest) ProtoReflect() protoreflect.Message
func (*UnpinCommentRequest) Reset ¶
func (x *UnpinCommentRequest) Reset()
func (*UnpinCommentRequest) String ¶
func (x *UnpinCommentRequest) String() string
type UnpinCommentResponse ¶
type UnpinCommentResponse struct {
// contains filtered or unexported fields
}
func (*UnpinCommentResponse) Descriptor
deprecated
func (*UnpinCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnpinCommentResponse.ProtoReflect.Descriptor instead.
func (*UnpinCommentResponse) ProtoMessage ¶
func (*UnpinCommentResponse) ProtoMessage()
func (*UnpinCommentResponse) ProtoReflect ¶
func (x *UnpinCommentResponse) ProtoReflect() protoreflect.Message
func (*UnpinCommentResponse) Reset ¶
func (x *UnpinCommentResponse) Reset()
func (*UnpinCommentResponse) String ¶
func (x *UnpinCommentResponse) String() string
type UnpinPostRequest ¶
type UnpinPostRequest struct { PostId string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"` // contains filtered or unexported fields }
func (*UnpinPostRequest) Descriptor
deprecated
func (*UnpinPostRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnpinPostRequest.ProtoReflect.Descriptor instead.
func (*UnpinPostRequest) GetPostId ¶
func (x *UnpinPostRequest) GetPostId() string
func (*UnpinPostRequest) ProtoMessage ¶
func (*UnpinPostRequest) ProtoMessage()
func (*UnpinPostRequest) ProtoReflect ¶
func (x *UnpinPostRequest) ProtoReflect() protoreflect.Message
func (*UnpinPostRequest) Reset ¶
func (x *UnpinPostRequest) Reset()
func (*UnpinPostRequest) String ¶
func (x *UnpinPostRequest) String() string
type UnreactToCommentRequest ¶
type UnreactToCommentRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*UnreactToCommentRequest) Descriptor
deprecated
func (*UnreactToCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnreactToCommentRequest.ProtoReflect.Descriptor instead.
func (*UnreactToCommentRequest) GetId ¶
func (x *UnreactToCommentRequest) GetId() string
func (*UnreactToCommentRequest) ProtoMessage ¶
func (*UnreactToCommentRequest) ProtoMessage()
func (*UnreactToCommentRequest) ProtoReflect ¶
func (x *UnreactToCommentRequest) ProtoReflect() protoreflect.Message
func (*UnreactToCommentRequest) Reset ¶
func (x *UnreactToCommentRequest) Reset()
func (*UnreactToCommentRequest) String ¶
func (x *UnreactToCommentRequest) String() string
type UnreactToCommentResponse ¶
type UnreactToCommentResponse struct {
// contains filtered or unexported fields
}
func (*UnreactToCommentResponse) Descriptor
deprecated
func (*UnreactToCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnreactToCommentResponse.ProtoReflect.Descriptor instead.
func (*UnreactToCommentResponse) ProtoMessage ¶
func (*UnreactToCommentResponse) ProtoMessage()
func (*UnreactToCommentResponse) ProtoReflect ¶
func (x *UnreactToCommentResponse) ProtoReflect() protoreflect.Message
func (*UnreactToCommentResponse) Reset ¶
func (x *UnreactToCommentResponse) Reset()
func (*UnreactToCommentResponse) String ¶
func (x *UnreactToCommentResponse) String() string
type UnreactToPostRequest ¶
type UnreactToPostRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*UnreactToPostRequest) Descriptor
deprecated
func (*UnreactToPostRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnreactToPostRequest.ProtoReflect.Descriptor instead.
func (*UnreactToPostRequest) GetId ¶
func (x *UnreactToPostRequest) GetId() string
func (*UnreactToPostRequest) ProtoMessage ¶
func (*UnreactToPostRequest) ProtoMessage()
func (*UnreactToPostRequest) ProtoReflect ¶
func (x *UnreactToPostRequest) ProtoReflect() protoreflect.Message
func (*UnreactToPostRequest) Reset ¶
func (x *UnreactToPostRequest) Reset()
func (*UnreactToPostRequest) String ¶
func (x *UnreactToPostRequest) String() string
type UnreactToPostResponse ¶
type UnreactToPostResponse struct {
// contains filtered or unexported fields
}
func (*UnreactToPostResponse) Descriptor
deprecated
func (*UnreactToPostResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnreactToPostResponse.ProtoReflect.Descriptor instead.
func (*UnreactToPostResponse) ProtoMessage ¶
func (*UnreactToPostResponse) ProtoMessage()
func (*UnreactToPostResponse) ProtoReflect ¶
func (x *UnreactToPostResponse) ProtoReflect() protoreflect.Message
func (*UnreactToPostResponse) Reset ¶
func (x *UnreactToPostResponse) Reset()
func (*UnreactToPostResponse) String ¶
func (x *UnreactToPostResponse) String() string
type UnsafeContentAPIServer ¶
type UnsafeContentAPIServer interface {
// contains filtered or unexported methods
}
UnsafeContentAPIServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ContentAPIServer will result in compilation errors.
type UpdateCollectionRequest ¶
type UpdateCollectionRequest struct { CollectionId string `protobuf:"bytes,1,opt,name=collectionId,proto3" json:"collectionId,omitempty"` Title *string `protobuf:"bytes,2,opt,name=title,proto3,oneof" json:"title,omitempty"` Description *string `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"` IsPublic *bool `protobuf:"varint,4,opt,name=isPublic,proto3,oneof" json:"isPublic,omitempty"` // contains filtered or unexported fields }
func (*UpdateCollectionRequest) Descriptor
deprecated
func (*UpdateCollectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCollectionRequest.ProtoReflect.Descriptor instead.
func (*UpdateCollectionRequest) GetCollectionId ¶
func (x *UpdateCollectionRequest) GetCollectionId() string
func (*UpdateCollectionRequest) GetDescription ¶
func (x *UpdateCollectionRequest) GetDescription() string
func (*UpdateCollectionRequest) GetIsPublic ¶
func (x *UpdateCollectionRequest) GetIsPublic() bool
func (*UpdateCollectionRequest) GetTitle ¶
func (x *UpdateCollectionRequest) GetTitle() string
func (*UpdateCollectionRequest) ProtoMessage ¶
func (*UpdateCollectionRequest) ProtoMessage()
func (*UpdateCollectionRequest) ProtoReflect ¶
func (x *UpdateCollectionRequest) ProtoReflect() protoreflect.Message
func (*UpdateCollectionRequest) Reset ¶
func (x *UpdateCollectionRequest) Reset()
func (*UpdateCollectionRequest) String ¶
func (x *UpdateCollectionRequest) String() string
type UpdateCollectionResponse ¶
type UpdateCollectionResponse struct {
// contains filtered or unexported fields
}
func (*UpdateCollectionResponse) Descriptor
deprecated
func (*UpdateCollectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCollectionResponse.ProtoReflect.Descriptor instead.
func (*UpdateCollectionResponse) ProtoMessage ¶
func (*UpdateCollectionResponse) ProtoMessage()
func (*UpdateCollectionResponse) ProtoReflect ¶
func (x *UpdateCollectionResponse) ProtoReflect() protoreflect.Message
func (*UpdateCollectionResponse) Reset ¶
func (x *UpdateCollectionResponse) Reset()
func (*UpdateCollectionResponse) String ¶
func (x *UpdateCollectionResponse) String() string
type UpdateCommentRequest ¶
type UpdateCommentRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*UpdateCommentRequest) Descriptor
deprecated
func (*UpdateCommentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCommentRequest.ProtoReflect.Descriptor instead.
func (*UpdateCommentRequest) GetId ¶
func (x *UpdateCommentRequest) GetId() string
func (*UpdateCommentRequest) GetText ¶
func (x *UpdateCommentRequest) GetText() string
func (*UpdateCommentRequest) ProtoMessage ¶
func (*UpdateCommentRequest) ProtoMessage()
func (*UpdateCommentRequest) ProtoReflect ¶
func (x *UpdateCommentRequest) ProtoReflect() protoreflect.Message
func (*UpdateCommentRequest) Reset ¶
func (x *UpdateCommentRequest) Reset()
func (*UpdateCommentRequest) String ¶
func (x *UpdateCommentRequest) String() string
type UpdateCommentResponse ¶
type UpdateCommentResponse struct { Comment *Comment `protobuf:"bytes,1,opt,name=comment,proto3" json:"comment,omitempty"` // contains filtered or unexported fields }
func (*UpdateCommentResponse) Descriptor
deprecated
func (*UpdateCommentResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateCommentResponse.ProtoReflect.Descriptor instead.
func (*UpdateCommentResponse) GetComment ¶
func (x *UpdateCommentResponse) GetComment() *Comment
func (*UpdateCommentResponse) ProtoMessage ¶
func (*UpdateCommentResponse) ProtoMessage()
func (*UpdateCommentResponse) ProtoReflect ¶
func (x *UpdateCommentResponse) ProtoReflect() protoreflect.Message
func (*UpdateCommentResponse) Reset ¶
func (x *UpdateCommentResponse) Reset()
func (*UpdateCommentResponse) String ¶
func (x *UpdateCommentResponse) String() string
type UserPostsConnectionRequest ¶
type UserPostsConnectionRequest struct { UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"` Cursor *PageCursor `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*UserPostsConnectionRequest) Descriptor
deprecated
func (*UserPostsConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserPostsConnectionRequest.ProtoReflect.Descriptor instead.
func (*UserPostsConnectionRequest) GetCursor ¶
func (x *UserPostsConnectionRequest) GetCursor() *PageCursor
func (*UserPostsConnectionRequest) GetUserId ¶
func (x *UserPostsConnectionRequest) GetUserId() string
func (*UserPostsConnectionRequest) ProtoMessage ¶
func (*UserPostsConnectionRequest) ProtoMessage()
func (*UserPostsConnectionRequest) ProtoReflect ¶
func (x *UserPostsConnectionRequest) ProtoReflect() protoreflect.Message
func (*UserPostsConnectionRequest) Reset ¶
func (x *UserPostsConnectionRequest) Reset()
func (*UserPostsConnectionRequest) String ¶
func (x *UserPostsConnectionRequest) String() string
type ViewPostRequest ¶
type ViewPostRequest struct { PostId string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"` // contains filtered or unexported fields }
func (*ViewPostRequest) Descriptor
deprecated
func (*ViewPostRequest) Descriptor() ([]byte, []int)
Deprecated: Use ViewPostRequest.ProtoReflect.Descriptor instead.
func (*ViewPostRequest) GetPostId ¶
func (x *ViewPostRequest) GetPostId() string
func (*ViewPostRequest) ProtoMessage ¶
func (*ViewPostRequest) ProtoMessage()
func (*ViewPostRequest) ProtoReflect ¶
func (x *ViewPostRequest) ProtoReflect() protoreflect.Message
func (*ViewPostRequest) Reset ¶
func (x *ViewPostRequest) Reset()
func (*ViewPostRequest) String ¶
func (x *ViewPostRequest) String() string
type VoteInPollRequest ¶
type VoteInPollRequest struct { VariantId string `protobuf:"bytes,1,opt,name=variantId,proto3" json:"variantId,omitempty"` PostId string `protobuf:"bytes,2,opt,name=postId,proto3" json:"postId,omitempty"` // contains filtered or unexported fields }
func (*VoteInPollRequest) Descriptor
deprecated
func (*VoteInPollRequest) Descriptor() ([]byte, []int)
Deprecated: Use VoteInPollRequest.ProtoReflect.Descriptor instead.
func (*VoteInPollRequest) GetPostId ¶
func (x *VoteInPollRequest) GetPostId() string
func (*VoteInPollRequest) GetVariantId ¶
func (x *VoteInPollRequest) GetVariantId() string
func (*VoteInPollRequest) ProtoMessage ¶
func (*VoteInPollRequest) ProtoMessage()
func (*VoteInPollRequest) ProtoReflect ¶
func (x *VoteInPollRequest) ProtoReflect() protoreflect.Message
func (*VoteInPollRequest) Reset ¶
func (x *VoteInPollRequest) Reset()
func (*VoteInPollRequest) String ¶
func (x *VoteInPollRequest) String() string