v1

package
v0.3.54 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
var (
	PageDir_name = map[int32]string{
		0: "Asc",
		1: "Desc",
	}
	PageDir_value = map[string]int32{
		"Asc":  0,
		"Desc": 1,
	}
)

Enum value maps for PageDir.

View Source
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.

View Source
var (
	PostScreenTimeKind_name = map[int32]string{
		0: "PostScreenTimeKind_Content",
		1: "PostScreenTimeKind_Comments",
	}
	PostScreenTimeKind_value = map[string]int32{
		"PostScreenTimeKind_Content":  0,
		"PostScreenTimeKind_Comments": 1,
	}
)

Enum value maps for PostScreenTimeKind.

View Source
var (
	GetUserCommentsRequest_OrderBy_name = map[int32]string{
		0: "OrderBy_Unspecified",
		1: "OrderBy_New",
		2: "OrderBy_Top",
		3: "OrderBy_Controversial",
	}
	GetUserCommentsRequest_OrderBy_value = map[string]int32{
		"OrderBy_Unspecified":   0,
		"OrderBy_New":           1,
		"OrderBy_Top":           2,
		"OrderBy_Controversial": 3,
	}
)

Enum value maps for GetUserCommentsRequest_OrderBy.

View Source
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: "GetPostReactionsWithReactionAt",
			Handler:    _ContentAPI_GetPostReactionsWithReactionAt_Handler,
		},
		{
			MethodName: "GetPostSharesAt",
			Handler:    _ContentAPI_GetPostSharesAt_Handler,
		},
		{
			MethodName: "GetComment",
			Handler:    _ContentAPI_GetComment_Handler,
		},
		{
			MethodName: "GetComments",
			Handler:    _ContentAPI_GetComments_Handler,
		},
		{
			MethodName: "GetCommentsByID",
			Handler:    _ContentAPI_GetCommentsByID_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: "GetUserComments",
			Handler:    _ContentAPI_GetUserComments_Handler,
		},
		{
			MethodName: "GetCommentReactionsWithReactionAt",
			Handler:    _ContentAPI_GetCommentReactionsWithReactionAt_Handler,
		},
		{
			MethodName: "GetPostCommentsAt",
			Handler:    _ContentAPI_GetPostCommentsAt_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: "GetUserPosts",
			Handler:    _ContentAPI_GetUserPosts_Handler,
		},
		{
			MethodName: "GetLastUsedCirclePostSorting",
			Handler:    _ContentAPI_GetLastUsedCirclePostSorting_Handler,
		},
		{
			MethodName: "GetLastUsedUserPostSorting",
			Handler:    _ContentAPI_GetLastUsedUserPostSorting_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: "GetPinnedPostsOnProfile",
			Handler:    _ContentAPI_GetPinnedPostsOnProfile_Handler,
		},
		{
			MethodName: "PinPostOnProfile",
			Handler:    _ContentAPI_PinPostOnProfile_Handler,
		},
		{
			MethodName: "UnpinPostOnProfile",
			Handler:    _ContentAPI_UnpinPostOnProfile_Handler,
		},
		{
			MethodName: "GetPostPinOnProfile",
			Handler:    _ContentAPI_GetPostPinOnProfile_Handler,
		},
		{
			MethodName: "ReorderPinnedPostsOnProfile",
			Handler:    _ContentAPI_ReorderPinnedPostsOnProfile_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,
		},
		{
			MethodName: "GetTrendingPosts",
			Handler:    _ContentAPI_GetTrendingPosts_Handler,
		},
		{
			MethodName: "GetTopUserCircleEdges",
			Handler:    _ContentAPI_GetTopUserCircleEdges_Handler,
		},
		{
			MethodName: "IsCommentHasGottenNLikes",
			Handler:    _ContentAPI_IsCommentHasGottenNLikes_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)

View Source
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 (*AddAttachmentIDForContentURLRequest) Reset

func (*AddAttachmentIDForContentURLRequest) 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 (*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 (*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 (*CirclePostsConnectionRequest) Reset

func (x *CirclePostsConnectionRequest) Reset()

func (*CirclePostsConnectionRequest) 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"`
	ShortId  string       `protobuf:"bytes,4,opt,name=short_id,json=shortId,proto3" json:"short_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Comment) Descriptor deprecated

func (*Comment) Descriptor() ([]byte, []int)

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) GetCursorId

func (x *Comment) GetCursorId() string

func (*Comment) GetData

func (x *Comment) GetData() *CommentData

func (*Comment) GetId

func (x *Comment) GetId() string

func (*Comment) GetShortId added in v0.2.124

func (x *Comment) GetShortId() string

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect

func (x *Comment) ProtoReflect() protoreflect.Message

func (*Comment) Reset

func (x *Comment) Reset()

func (*Comment) String

func (x *Comment) String() string

type CommentAttachment added in v0.2.141

type CommentAttachment struct {
	Id                   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ContentType          string `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	OriginalUrl          string `protobuf:"bytes,3,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	ThumbnailUrl         string `protobuf:"bytes,4,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	HlsUrl               string `protobuf:"bytes,5,opt,name=hls_url,json=hlsUrl,proto3" json:"hls_url,omitempty"`
	WatermarkedUrl       string `protobuf:"bytes,6,opt,name=watermarked_url,json=watermarkedUrl,proto3" json:"watermarked_url,omitempty"`
	DurationMilliseconds int64  `protobuf:"varint,7,opt,name=duration_milliseconds,json=durationMilliseconds,proto3" json:"duration_milliseconds,omitempty"`
	// contains filtered or unexported fields
}

func (*CommentAttachment) Descriptor deprecated added in v0.2.141

func (*CommentAttachment) Descriptor() ([]byte, []int)

Deprecated: Use CommentAttachment.ProtoReflect.Descriptor instead.

func (*CommentAttachment) GetContentType added in v0.2.141

func (x *CommentAttachment) GetContentType() string

func (*CommentAttachment) GetDurationMilliseconds added in v0.2.141

func (x *CommentAttachment) GetDurationMilliseconds() int64

func (*CommentAttachment) GetHlsUrl added in v0.2.141

func (x *CommentAttachment) GetHlsUrl() string

func (*CommentAttachment) GetId added in v0.2.141

func (x *CommentAttachment) GetId() string

func (*CommentAttachment) GetOriginalUrl added in v0.2.141

func (x *CommentAttachment) GetOriginalUrl() string

func (*CommentAttachment) GetThumbnailUrl added in v0.2.141

func (x *CommentAttachment) GetThumbnailUrl() string

func (*CommentAttachment) GetWatermarkedUrl added in v0.2.141

func (x *CommentAttachment) GetWatermarkedUrl() string

func (*CommentAttachment) ProtoMessage added in v0.2.141

func (*CommentAttachment) ProtoMessage()

func (*CommentAttachment) ProtoReflect added in v0.2.141

func (x *CommentAttachment) ProtoReflect() protoreflect.Message

func (*CommentAttachment) Reset added in v0.2.141

func (x *CommentAttachment) Reset()

func (*CommentAttachment) String added in v0.2.141

func (x *CommentAttachment) String() string

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 (*CommentCountersMigrationProgress) GetHasErrors

func (x *CommentCountersMigrationProgress) GetHasErrors() bool

func (*CommentCountersMigrationProgress) GetOutOf

func (*CommentCountersMigrationProgress) GetProcessed

func (x *CommentCountersMigrationProgress) GetProcessed() int64

func (*CommentCountersMigrationProgress) GetStarted

func (*CommentCountersMigrationProgress) ProtoMessage

func (*CommentCountersMigrationProgress) ProtoMessage()

func (*CommentCountersMigrationProgress) ProtoReflect

func (*CommentCountersMigrationProgress) Reset

func (*CommentCountersMigrationProgress) 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"`
	// Deprecated: Do not use.
	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"`
	CreatedAtTs     *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=created_at_ts,json=createdAtTs,proto3" json:"created_at_ts,omitempty"`
	ShareLink       string                 `protobuf:"bytes,23,opt,name=share_link,json=shareLink,proto3" json:"share_link,omitempty"`
	Attachments     []*CommentAttachment   `protobuf:"bytes,24,rep,name=attachments,proto3" json:"attachments,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) GetAttachments added in v0.2.141

func (x *CommentData) GetAttachments() []*CommentAttachment

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 deprecated

func (x *CommentData) GetCreatedAt() string

Deprecated: Do not use.

func (*CommentData) GetCreatedAtTs added in v0.2.123

func (x *CommentData) GetCreatedAtTs() *timestamppb.Timestamp

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 (x *CommentData) GetShareLink() string

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)
	SharePost(ctx context.Context, in *SharePostRequest, opts ...grpc.CallOption) (*SharePostResponse, 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)
	GetPostReactionsWithReactionAt(ctx context.Context, in *GetPostReactionsWithReactionAtRequest, opts ...grpc.CallOption) (*GetPostReactionsWithReactionAtResponse, error)
	GetPostSharesAt(ctx context.Context, in *GetPostSharesAtRequest, opts ...grpc.CallOption) (*GetPostSharesAtResponse, error)
	GetComment(ctx context.Context, in *GetCommentRequest, opts ...grpc.CallOption) (*GetCommentResponse, error)
	GetComments(ctx context.Context, in *GetCommentsRequest, opts ...grpc.CallOption) (*GetCommentsResponse, error)
	GetCommentsByID(ctx context.Context, in *GetCommentsByIDRequest, opts ...grpc.CallOption) (*GetCommentsByIDResponse, 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)
	GetUserComments(ctx context.Context, in *GetUserCommentsRequest, opts ...grpc.CallOption) (*GetUserCommentsResponse, error)
	GetCommentReactionsWithReactionAt(ctx context.Context, in *GetCommentReactionsWithReactionAtRequest, opts ...grpc.CallOption) (*GetCommentReactionsWithReactionAtResponse, error)
	GetPostCommentsAt(ctx context.Context, in *GetPostCommentsAtRequest, opts ...grpc.CallOption) (*GetPostCommentsAtResponse, 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)
	GetUserPosts(ctx context.Context, in *GetUserPostsRequest, opts ...grpc.CallOption) (*GetUserPostsResponse, error)
	GetLastUsedCirclePostSorting(ctx context.Context, in *GetLastUsedCirclePostSortingRequest, opts ...grpc.CallOption) (*GetLastUsedCirclePostSortingResponse, error)
	GetLastUsedUserPostSorting(ctx context.Context, in *GetLastUsedUserPostSortingRequest, opts ...grpc.CallOption) (*GetLastUsedUserPostSortingResponse, 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)
	// ProfilePinnedPosts
	GetPinnedPostsOnProfile(ctx context.Context, in *GetPinnedPostsOnProfileRequest, opts ...grpc.CallOption) (*GetPinnedPostsOnProfileResponse, error)
	PinPostOnProfile(ctx context.Context, in *PinPostOnProfileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	UnpinPostOnProfile(ctx context.Context, in *UnpinPostOnProfileRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetPostPinOnProfile(ctx context.Context, in *GetPostPinOnProfileRequest, opts ...grpc.CallOption) (*GetPostPinOnProfileResponse, error)
	ReorderPinnedPostsOnProfile(ctx context.Context, in *ReorderPinnedPostsOnProfileRequest, 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)
	GetCircleSharesCount(ctx context.Context, in *GetCircleSharesCountRequest, opts ...grpc.CallOption) (*GetCircleSharesCountResponse, 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)
	// For internal use only.
	GetTrendingPosts(ctx context.Context, in *GetTrendingPostsRequest, opts ...grpc.CallOption) (*GetTrendingPostsResponse, error)
	GetTopUserCircleEdges(ctx context.Context, in *GetTopUserCircleEdgesRequest, opts ...grpc.CallOption) (*GetTopUserCircleEdgesResponse, error)
	IsCommentHasGottenNLikes(ctx context.Context, in *IsCommentHasGottenNLikesRequest, opts ...grpc.CallOption) (*IsCommentHasGottenNLikesResponse, 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)
	SharePost(context.Context, *SharePostRequest) (*SharePostResponse, 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)
	GetPostReactionsWithReactionAt(context.Context, *GetPostReactionsWithReactionAtRequest) (*GetPostReactionsWithReactionAtResponse, error)
	GetPostSharesAt(context.Context, *GetPostSharesAtRequest) (*GetPostSharesAtResponse, error)
	GetComment(context.Context, *GetCommentRequest) (*GetCommentResponse, error)
	GetComments(context.Context, *GetCommentsRequest) (*GetCommentsResponse, error)
	GetCommentsByID(context.Context, *GetCommentsByIDRequest) (*GetCommentsByIDResponse, 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)
	GetUserComments(context.Context, *GetUserCommentsRequest) (*GetUserCommentsResponse, error)
	GetCommentReactionsWithReactionAt(context.Context, *GetCommentReactionsWithReactionAtRequest) (*GetCommentReactionsWithReactionAtResponse, error)
	GetPostCommentsAt(context.Context, *GetPostCommentsAtRequest) (*GetPostCommentsAtResponse, 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)
	GetUserPosts(context.Context, *GetUserPostsRequest) (*GetUserPostsResponse, error)
	GetLastUsedCirclePostSorting(context.Context, *GetLastUsedCirclePostSortingRequest) (*GetLastUsedCirclePostSortingResponse, error)
	GetLastUsedUserPostSorting(context.Context, *GetLastUsedUserPostSortingRequest) (*GetLastUsedUserPostSortingResponse, 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)
	// ProfilePinnedPosts
	GetPinnedPostsOnProfile(context.Context, *GetPinnedPostsOnProfileRequest) (*GetPinnedPostsOnProfileResponse, error)
	PinPostOnProfile(context.Context, *PinPostOnProfileRequest) (*emptypb.Empty, error)
	UnpinPostOnProfile(context.Context, *UnpinPostOnProfileRequest) (*emptypb.Empty, error)
	GetPostPinOnProfile(context.Context, *GetPostPinOnProfileRequest) (*GetPostPinOnProfileResponse, error)
	ReorderPinnedPostsOnProfile(context.Context, *ReorderPinnedPostsOnProfileRequest) (*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)
	GetCircleSharesCount(context.Context, *GetCircleSharesCountRequest) (*GetCircleSharesCountResponse, 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)
	// For internal use only.
	GetTrendingPosts(context.Context, *GetTrendingPostsRequest) (*GetTrendingPostsResponse, error)
	GetTopUserCircleEdges(context.Context, *GetTopUserCircleEdgesRequest) (*GetTopUserCircleEdgesResponse, error)
	IsCommentHasGottenNLikes(context.Context, *IsCommentHasGottenNLikesRequest) (*IsCommentHasGottenNLikesResponse, 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_Shares   ContentCounterKind = 4
	ContentCounterKind_Votes    ContentCounterKind = 5
)

func (ContentCounterKind) Descriptor

func (ContentCounterKind) Enum

func (ContentCounterKind) EnumDescriptor deprecated

func (ContentCounterKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContentCounterKind.Descriptor instead.

func (ContentCounterKind) Number

func (ContentCounterKind) String

func (x ContentCounterKind) String() string

func (ContentCounterKind) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use DataAudio.ProtoReflect.Descriptor instead.

func (*DataAudio) GetData

func (x *DataAudio) GetData() string

func (*DataAudio) ProtoMessage

func (*DataAudio) ProtoMessage()

func (*DataAudio) ProtoReflect

func (x *DataAudio) ProtoReflect() protoreflect.Message

func (*DataAudio) Reset

func (x *DataAudio) Reset()

func (*DataAudio) String

func (x *DataAudio) String() string

type DataImg

type DataImg struct {

	// bucket_path is the path of the file in the storage
	BucketPath string `protobuf:"bytes,1,opt,name=bucket_path,json=bucketPath,proto3" json:"bucket_path,omitempty"`
	// Deprecated: Do not use.
	Thumb string `protobuf:"bytes,2,opt,name=thumb,proto3" json:"thumb,omitempty"`
	// id is the id of the file in the storage
	Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// content contains the caption for the image
	Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	// thumbnail_url is public url of the thumbnail
	ThumbnailUrl string `protobuf:"bytes,6,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	// original_url is public url of the original image
	OriginalUrl string `protobuf:"bytes,7,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	// contains filtered or unexported fields
}

func (*DataImg) Descriptor deprecated

func (*DataImg) Descriptor() ([]byte, []int)

Deprecated: Use DataImg.ProtoReflect.Descriptor instead.

func (*DataImg) GetBucketPath added in v0.2.102

func (x *DataImg) GetBucketPath() string

func (*DataImg) GetContent

func (x *DataImg) GetContent() string

func (*DataImg) GetId

func (x *DataImg) GetId() string

func (*DataImg) GetOriginalUrl added in v0.2.102

func (x *DataImg) GetOriginalUrl() string

func (*DataImg) GetThumb deprecated

func (x *DataImg) GetThumb() string

Deprecated: Do not use.

func (*DataImg) GetThumbnailUrl added in v0.2.102

func (x *DataImg) GetThumbnailUrl() string

func (*DataImg) ProtoMessage

func (*DataImg) ProtoMessage()

func (*DataImg) ProtoReflect

func (x *DataImg) ProtoReflect() protoreflect.Message

func (*DataImg) Reset

func (x *DataImg) Reset()

func (*DataImg) String

func (x *DataImg) String() string
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) Descriptor() ([]byte, []int)

Deprecated: Use DataLink.ProtoReflect.Descriptor instead.

func (*DataLink) GetContent

func (x *DataLink) GetContent() string

func (*DataLink) GetText

func (x *DataLink) GetText() string

func (*DataLink) GetUrl

func (x *DataLink) GetUrl() string

func (*DataLink) ProtoMessage

func (*DataLink) ProtoMessage()

func (*DataLink) ProtoReflect

func (x *DataLink) ProtoReflect() protoreflect.Message

func (*DataLink) Reset

func (x *DataLink) Reset()

func (*DataLink) String

func (x *DataLink) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use DataPoll.ProtoReflect.Descriptor instead.

func (*DataPoll) GetContent

func (x *DataPoll) GetContent() string

func (*DataPoll) GetOptions

func (x *DataPoll) GetOptions() *DataPoll_Options

func (*DataPoll) GetVariants

func (x *DataPoll) GetVariants() []*DataPoll_Variant

func (*DataPoll) GetVotedId

func (x *DataPoll) GetVotedId() string

func (*DataPoll) GetVotesTotal

func (x *DataPoll) GetVotesTotal() int64

func (*DataPoll) ProtoMessage

func (*DataPoll) ProtoMessage()

func (*DataPoll) ProtoReflect

func (x *DataPoll) ProtoReflect() protoreflect.Message

func (*DataPoll) Reset

func (x *DataPoll) Reset()

func (*DataPoll) String

func (x *DataPoll) String() string

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"`
	ImageId           string `protobuf:"bytes,4,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
	ImageThumbnailUrl string `protobuf:"bytes,5,opt,name=image_thumbnail_url,json=imageThumbnailUrl,proto3" json:"image_thumbnail_url,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) GetImageId added in v0.2.141

func (x *DataPoll_Variant) GetImageId() string

func (*DataPoll_Variant) GetImageThumbnailUrl added in v0.2.141

func (x *DataPoll_Variant) GetImageThumbnailUrl() 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) Descriptor() ([]byte, []int)

Deprecated: Use DataText.ProtoReflect.Descriptor instead.

func (*DataText) GetColor

func (x *DataText) GetColor() int64

func (*DataText) GetContent

func (x *DataText) GetContent() string

func (*DataText) GetMore

func (x *DataText) GetMore() string

func (*DataText) ProtoMessage

func (*DataText) ProtoMessage()

func (*DataText) ProtoReflect

func (x *DataText) ProtoReflect() protoreflect.Message

func (*DataText) Reset

func (x *DataText) Reset()

func (*DataText) String

func (x *DataText) String() string

type DataVideo

type DataVideo struct {

	// bucket_path is the path of the file in the storage
	BucketPath string `protobuf:"bytes,1,opt,name=bucket_path,json=bucketPath,proto3" json:"bucket_path,omitempty"`
	// Deprecated: Do not use.
	Thumb string `protobuf:"bytes,2,opt,name=thumb,proto3" json:"thumb,omitempty"`
	// Deprecated: Do not use.
	Duration int64 `protobuf:"varint,3,opt,name=duration,proto3" json:"duration,omitempty"`
	// id is the id of the file in the storage
	Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
	// content contains the caption for the video
	Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	// thumbnail_url is public url of the thumbnail
	ThumbnailUrl string `protobuf:"bytes,6,opt,name=thumbnail_url,json=thumbnailUrl,proto3" json:"thumbnail_url,omitempty"`
	// hls_url is public url of the hls video
	HlsUrl string `protobuf:"bytes,7,opt,name=hls_url,json=hlsUrl,proto3" json:"hls_url,omitempty"`
	// original_url is public url of the original video
	OriginalUrl string `protobuf:"bytes,8,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	// watermarked_url is public url of the watermarked video
	WatermarkedUrl string `protobuf:"bytes,9,opt,name=watermarked_url,json=watermarkedUrl,proto3" json:"watermarked_url,omitempty"`
	// duration_milliseconds is the duration of the video in milliseconds
	DurationMilliseconds int64 `protobuf:"varint,10,opt,name=duration_milliseconds,json=durationMilliseconds,proto3" json:"duration_milliseconds,omitempty"`
	// contains filtered or unexported fields
}

func (*DataVideo) Descriptor deprecated

func (*DataVideo) Descriptor() ([]byte, []int)

Deprecated: Use DataVideo.ProtoReflect.Descriptor instead.

func (*DataVideo) GetBucketPath added in v0.2.102

func (x *DataVideo) GetBucketPath() string

func (*DataVideo) GetContent

func (x *DataVideo) GetContent() string

func (*DataVideo) GetDuration deprecated

func (x *DataVideo) GetDuration() int64

Deprecated: Do not use.

func (*DataVideo) GetDurationMilliseconds added in v0.2.103

func (x *DataVideo) GetDurationMilliseconds() int64

func (*DataVideo) GetHlsUrl added in v0.2.102

func (x *DataVideo) GetHlsUrl() string

func (*DataVideo) GetId

func (x *DataVideo) GetId() string

func (*DataVideo) GetOriginalUrl added in v0.2.102

func (x *DataVideo) GetOriginalUrl() string

func (*DataVideo) GetThumb deprecated

func (x *DataVideo) GetThumb() string

Deprecated: Do not use.

func (*DataVideo) GetThumbnailUrl added in v0.2.102

func (x *DataVideo) GetThumbnailUrl() string

func (*DataVideo) GetWatermarkedUrl added in v0.2.102

func (x *DataVideo) GetWatermarkedUrl() string

func (*DataVideo) ProtoMessage

func (*DataVideo) ProtoMessage()

func (*DataVideo) ProtoReflect

func (x *DataVideo) ProtoReflect() protoreflect.Message

func (*DataVideo) Reset

func (x *DataVideo) Reset()

func (*DataVideo) String

func (x *DataVideo) String() string

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 (*DeletePostsFromCollectionRequest) Reset

func (*DeletePostsFromCollectionRequest) 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 (*DeletePostsFromCollectionResponse) Reset

func (*DeletePostsFromCollectionResponse) 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) Descriptor() ([]byte, []int)

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

func (x *Empty) ProtoReflect() protoreflect.Message

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

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 (*GetCircleCommentsCountRequest) GetStartTime added in v0.2.46

func (*GetCircleCommentsCountRequest) ProtoMessage added in v0.2.46

func (*GetCircleCommentsCountRequest) ProtoMessage()

func (*GetCircleCommentsCountRequest) ProtoReflect added in v0.2.46

func (*GetCircleCommentsCountRequest) Reset added in v0.2.46

func (x *GetCircleCommentsCountRequest) Reset()

func (*GetCircleCommentsCountRequest) String added in v0.2.46

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 (*GetCircleCommentsCountResponse) Reset added in v0.2.46

func (x *GetCircleCommentsCountResponse) Reset()

func (*GetCircleCommentsCountResponse) String added in v0.2.46

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 (*GetCircleContentStatsRequest) Reset

func (x *GetCircleContentStatsRequest) Reset()

func (*GetCircleContentStatsRequest) 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 (*GetCircleContentStatsResponse) Reset

func (x *GetCircleContentStatsResponse) Reset()

func (*GetCircleContentStatsResponse) 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"`
	Shares      int64 `protobuf:"varint,5,opt,name=shares,proto3" json:"shares,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"`
	Dislikes    int64 `protobuf:"varint,9,opt,name=dislikes,proto3" json:"dislikes,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) GetDislikes added in v0.2.111

func (x *GetCircleCounterResponse) GetDislikes() 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 (*GetCircleDislikesCountRequest) GetBefore added in v0.2.46

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 (*GetCircleDislikesCountRequest) Reset added in v0.2.46

func (x *GetCircleDislikesCountRequest) Reset()

func (*GetCircleDislikesCountRequest) String added in v0.2.46

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 (*GetCircleDislikesCountResponse) Reset added in v0.2.46

func (x *GetCircleDislikesCountResponse) Reset()

func (*GetCircleDislikesCountResponse) String added in v0.2.46

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 (*GetCircleLikesCountRequest) GetStartTime added in v0.2.46

func (*GetCircleLikesCountRequest) ProtoMessage added in v0.2.46

func (*GetCircleLikesCountRequest) ProtoMessage()

func (*GetCircleLikesCountRequest) ProtoReflect added in v0.2.46

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 (*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 (*GetCircleMeanScreenTimeRequest) GetBefore added in v0.2.46

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 (*GetCircleMeanScreenTimeRequest) Reset added in v0.2.46

func (x *GetCircleMeanScreenTimeRequest) Reset()

func (*GetCircleMeanScreenTimeRequest) String added in v0.2.46

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 (*GetCircleMeanScreenTimeResponse) ProtoMessage added in v0.2.46

func (*GetCircleMeanScreenTimeResponse) ProtoMessage()

func (*GetCircleMeanScreenTimeResponse) ProtoReflect added in v0.2.46

func (*GetCircleMeanScreenTimeResponse) Reset added in v0.2.46

func (*GetCircleMeanScreenTimeResponse) String added in v0.2.46

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 (*GetCirclePostsCountRequest) GetStartTime added in v0.2.46

func (*GetCirclePostsCountRequest) ProtoMessage added in v0.2.46

func (*GetCirclePostsCountRequest) ProtoMessage()

func (*GetCirclePostsCountRequest) ProtoReflect added in v0.2.46

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 (*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 (*GetCircleSavesCountRequest) GetBefore added in v0.2.46

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 (*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 (*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 {
	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 (*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 (*GetCircleSharesCountRequest) GetStartTime added in v0.2.46

func (*GetCircleSharesCountRequest) ProtoMessage added in v0.2.46

func (*GetCircleSharesCountRequest) ProtoMessage()

func (*GetCircleSharesCountRequest) ProtoReflect added in v0.2.46

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 {
	TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// 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 (*GetCircleSharesCountResponse) Reset added in v0.2.46

func (x *GetCircleSharesCountResponse) Reset()

func (*GetCircleSharesCountResponse) String added in v0.2.46

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 (*GetCircleTotalScreenTimeRequest) GetBefore added in v0.2.46

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 (*GetCircleTotalScreenTimeRequest) Reset added in v0.2.46

func (*GetCircleTotalScreenTimeRequest) String added in v0.2.46

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 (*GetCircleTotalScreenTimeResponse) ProtoMessage added in v0.2.46

func (*GetCircleTotalScreenTimeResponse) ProtoMessage()

func (*GetCircleTotalScreenTimeResponse) ProtoReflect added in v0.2.46

func (*GetCircleTotalScreenTimeResponse) Reset added in v0.2.46

func (*GetCircleTotalScreenTimeResponse) String added in v0.2.46

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 (*GetCircleViewsCountRequest) GetBefore added in v0.2.46

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 (*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 (*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 (*GetCircleVotesCountRequest) GetBefore added in v0.2.46

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 (*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 (*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 (*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 (*GetCollectionCounterResponse) Reset

func (x *GetCollectionCounterResponse) Reset()

func (*GetCollectionCounterResponse) 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 (*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 (*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 (*GetCommentReactionsRequest) ProtoMessage

func (*GetCommentReactionsRequest) ProtoMessage()

func (*GetCommentReactionsRequest) ProtoReflect

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 (*GetCommentReactionsResponse) Reset

func (x *GetCommentReactionsResponse) Reset()

func (*GetCommentReactionsResponse) String

func (x *GetCommentReactionsResponse) String() string

type GetCommentReactionsWithReactionAtRequest added in v0.2.123

type GetCommentReactionsWithReactionAtRequest struct {
	Reaction string                 `protobuf:"bytes,1,opt,name=reaction,proto3" json:"reaction,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 (*GetCommentReactionsWithReactionAtRequest) Descriptor deprecated added in v0.2.123

func (*GetCommentReactionsWithReactionAtRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentReactionsWithReactionAtRequest.ProtoReflect.Descriptor instead.

func (*GetCommentReactionsWithReactionAtRequest) GetAfter added in v0.2.123

func (*GetCommentReactionsWithReactionAtRequest) GetBefore added in v0.2.123

func (*GetCommentReactionsWithReactionAtRequest) GetReaction added in v0.2.123

func (*GetCommentReactionsWithReactionAtRequest) ProtoMessage added in v0.2.123

func (*GetCommentReactionsWithReactionAtRequest) ProtoReflect added in v0.2.123

func (*GetCommentReactionsWithReactionAtRequest) Reset added in v0.2.123

func (*GetCommentReactionsWithReactionAtRequest) String added in v0.2.123

type GetCommentReactionsWithReactionAtResponse added in v0.2.123

type GetCommentReactionsWithReactionAtResponse struct {
	Reactions []*ReactionData `protobuf:"bytes,1,rep,name=reactions,proto3" json:"reactions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommentReactionsWithReactionAtResponse) Descriptor deprecated added in v0.2.123

func (*GetCommentReactionsWithReactionAtResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentReactionsWithReactionAtResponse.ProtoReflect.Descriptor instead.

func (*GetCommentReactionsWithReactionAtResponse) GetReactions added in v0.2.123

func (*GetCommentReactionsWithReactionAtResponse) ProtoMessage added in v0.2.123

func (*GetCommentReactionsWithReactionAtResponse) ProtoReflect added in v0.2.123

func (*GetCommentReactionsWithReactionAtResponse) Reset added in v0.2.123

func (*GetCommentReactionsWithReactionAtResponse) String added in v0.2.123

type GetCommentRequest

type GetCommentRequest struct {
	Id      string `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"`
	ShortId string `protobuf:"bytes,2,opt,name=short_id,json=shortId,proto3" json:"short_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) GetShortId added in v0.2.124

func (x *GetCommentRequest) GetShortId() 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"`
	ShortId string       `protobuf:"bytes,3,opt,name=short_id,json=shortId,proto3" json:"short_id,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) GetShortId added in v0.2.124

func (x *GetCommentResponse) GetShortId() 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 GetCommentsByIDRequest added in v0.2.123

type GetCommentsByIDRequest struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommentsByIDRequest) Descriptor deprecated added in v0.2.123

func (*GetCommentsByIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentsByIDRequest.ProtoReflect.Descriptor instead.

func (*GetCommentsByIDRequest) GetIds added in v0.2.123

func (x *GetCommentsByIDRequest) GetIds() []string

func (*GetCommentsByIDRequest) ProtoMessage added in v0.2.123

func (*GetCommentsByIDRequest) ProtoMessage()

func (*GetCommentsByIDRequest) ProtoReflect added in v0.2.123

func (x *GetCommentsByIDRequest) ProtoReflect() protoreflect.Message

func (*GetCommentsByIDRequest) Reset added in v0.2.123

func (x *GetCommentsByIDRequest) Reset()

func (*GetCommentsByIDRequest) String added in v0.2.123

func (x *GetCommentsByIDRequest) String() string

type GetCommentsByIDResponse added in v0.2.123

type GetCommentsByIDResponse struct {
	Comments []*Comment `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommentsByIDResponse) Descriptor deprecated added in v0.2.123

func (*GetCommentsByIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCommentsByIDResponse.ProtoReflect.Descriptor instead.

func (*GetCommentsByIDResponse) GetComments added in v0.2.123

func (x *GetCommentsByIDResponse) GetComments() []*Comment

func (*GetCommentsByIDResponse) ProtoMessage added in v0.2.123

func (*GetCommentsByIDResponse) ProtoMessage()

func (*GetCommentsByIDResponse) ProtoReflect added in v0.2.123

func (x *GetCommentsByIDResponse) ProtoReflect() protoreflect.Message

func (*GetCommentsByIDResponse) Reset added in v0.2.123

func (x *GetCommentsByIDResponse) Reset()

func (*GetCommentsByIDResponse) String added in v0.2.123

func (x *GetCommentsByIDResponse) 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"`
	Shares         int64            `protobuf:"varint,4,opt,name=shares,proto3" json:"shares,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 */
	UniqueViews    int64            `protobuf:"varint,9,opt,name=unique_views,json=uniqueViews,proto3" json:"unique_views,omitempty"`
	UniqueComments int64            `protobuf:"varint,10,opt,name=unique_comments,json=uniqueComments,proto3" json:"unique_comments,omitempty"`
	// 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) GetUniqueComments added in v0.2.77

func (x *GetContentCounterResponse) GetUniqueComments() int64

func (*GetContentCounterResponse) GetUniqueViews added in v0.2.77

func (x *GetContentCounterResponse) GetUniqueViews() 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 (*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 GetLastUsedCirclePostSortingRequest added in v0.2.114

type GetLastUsedCirclePostSortingRequest struct {
	CircleId string `protobuf:"bytes,1,opt,name=circleId,proto3" json:"circleId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastUsedCirclePostSortingRequest) Descriptor deprecated added in v0.2.114

func (*GetLastUsedCirclePostSortingRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLastUsedCirclePostSortingRequest.ProtoReflect.Descriptor instead.

func (*GetLastUsedCirclePostSortingRequest) GetCircleId added in v0.2.114

func (*GetLastUsedCirclePostSortingRequest) ProtoMessage added in v0.2.114

func (*GetLastUsedCirclePostSortingRequest) ProtoMessage()

func (*GetLastUsedCirclePostSortingRequest) ProtoReflect added in v0.2.114

func (*GetLastUsedCirclePostSortingRequest) Reset added in v0.2.114

func (*GetLastUsedCirclePostSortingRequest) String added in v0.2.114

type GetLastUsedCirclePostSortingResponse added in v0.2.114

type GetLastUsedCirclePostSortingResponse struct {
	SortingType PostsSortingType `protobuf:"varint,1,opt,name=sortingType,proto3,enum=content_api.v1.PostsSortingType" json:"sortingType,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastUsedCirclePostSortingResponse) Descriptor deprecated added in v0.2.114

func (*GetLastUsedCirclePostSortingResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLastUsedCirclePostSortingResponse.ProtoReflect.Descriptor instead.

func (*GetLastUsedCirclePostSortingResponse) GetSortingType added in v0.2.114

func (*GetLastUsedCirclePostSortingResponse) ProtoMessage added in v0.2.114

func (*GetLastUsedCirclePostSortingResponse) ProtoMessage()

func (*GetLastUsedCirclePostSortingResponse) ProtoReflect added in v0.2.114

func (*GetLastUsedCirclePostSortingResponse) Reset added in v0.2.114

func (*GetLastUsedCirclePostSortingResponse) String added in v0.2.114

type GetLastUsedUserPostSortingRequest added in v0.2.114

type GetLastUsedUserPostSortingRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastUsedUserPostSortingRequest) Descriptor deprecated added in v0.2.114

func (*GetLastUsedUserPostSortingRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLastUsedUserPostSortingRequest.ProtoReflect.Descriptor instead.

func (*GetLastUsedUserPostSortingRequest) GetUserId added in v0.2.114

func (*GetLastUsedUserPostSortingRequest) ProtoMessage added in v0.2.114

func (*GetLastUsedUserPostSortingRequest) ProtoMessage()

func (*GetLastUsedUserPostSortingRequest) ProtoReflect added in v0.2.114

func (*GetLastUsedUserPostSortingRequest) Reset added in v0.2.114

func (*GetLastUsedUserPostSortingRequest) String added in v0.2.114

type GetLastUsedUserPostSortingResponse added in v0.2.114

type GetLastUsedUserPostSortingResponse struct {
	SortingType PostsSortingType `protobuf:"varint,1,opt,name=sortingType,proto3,enum=content_api.v1.PostsSortingType" json:"sortingType,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastUsedUserPostSortingResponse) Descriptor deprecated added in v0.2.114

func (*GetLastUsedUserPostSortingResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLastUsedUserPostSortingResponse.ProtoReflect.Descriptor instead.

func (*GetLastUsedUserPostSortingResponse) GetSortingType added in v0.2.114

func (*GetLastUsedUserPostSortingResponse) ProtoMessage added in v0.2.114

func (*GetLastUsedUserPostSortingResponse) ProtoMessage()

func (*GetLastUsedUserPostSortingResponse) ProtoReflect added in v0.2.114

func (*GetLastUsedUserPostSortingResponse) Reset added in v0.2.114

func (*GetLastUsedUserPostSortingResponse) String added in v0.2.114

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 (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 (*GetPinnedCommentsResponse) Reset

func (x *GetPinnedCommentsResponse) Reset()

func (*GetPinnedCommentsResponse) String

func (x *GetPinnedCommentsResponse) String() string

type GetPinnedPostsOnProfileRequest added in v0.2.109

type GetPinnedPostsOnProfileRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPinnedPostsOnProfileRequest) Descriptor deprecated added in v0.2.109

func (*GetPinnedPostsOnProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPinnedPostsOnProfileRequest.ProtoReflect.Descriptor instead.

func (*GetPinnedPostsOnProfileRequest) GetUserId added in v0.2.109

func (x *GetPinnedPostsOnProfileRequest) GetUserId() string

func (*GetPinnedPostsOnProfileRequest) ProtoMessage added in v0.2.109

func (*GetPinnedPostsOnProfileRequest) ProtoMessage()

func (*GetPinnedPostsOnProfileRequest) ProtoReflect added in v0.2.109

func (*GetPinnedPostsOnProfileRequest) Reset added in v0.2.109

func (x *GetPinnedPostsOnProfileRequest) Reset()

func (*GetPinnedPostsOnProfileRequest) String added in v0.2.109

type GetPinnedPostsOnProfileResponse added in v0.2.109

type GetPinnedPostsOnProfileResponse 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 (*GetPinnedPostsOnProfileResponse) Descriptor deprecated added in v0.2.109

func (*GetPinnedPostsOnProfileResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPinnedPostsOnProfileResponse.ProtoReflect.Descriptor instead.

func (*GetPinnedPostsOnProfileResponse) GetPins added in v0.2.109

func (x *GetPinnedPostsOnProfileResponse) GetPins() map[string]*Pin

func (*GetPinnedPostsOnProfileResponse) GetPosts added in v0.2.109

func (x *GetPinnedPostsOnProfileResponse) GetPosts() []*Post

func (*GetPinnedPostsOnProfileResponse) ProtoMessage added in v0.2.109

func (*GetPinnedPostsOnProfileResponse) ProtoMessage()

func (*GetPinnedPostsOnProfileResponse) ProtoReflect added in v0.2.109

func (*GetPinnedPostsOnProfileResponse) Reset added in v0.2.109

func (*GetPinnedPostsOnProfileResponse) String added in v0.2.109

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 GetPostCommentsAtRequest added in v0.2.123

type GetPostCommentsAtRequest struct {
	After  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=after,proto3" json:"after,omitempty"`
	Before *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=before,proto3" json:"before,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostCommentsAtRequest) Descriptor deprecated added in v0.2.123

func (*GetPostCommentsAtRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPostCommentsAtRequest.ProtoReflect.Descriptor instead.

func (*GetPostCommentsAtRequest) GetAfter added in v0.2.123

func (*GetPostCommentsAtRequest) GetBefore added in v0.2.123

func (*GetPostCommentsAtRequest) ProtoMessage added in v0.2.123

func (*GetPostCommentsAtRequest) ProtoMessage()

func (*GetPostCommentsAtRequest) ProtoReflect added in v0.2.123

func (x *GetPostCommentsAtRequest) ProtoReflect() protoreflect.Message

func (*GetPostCommentsAtRequest) Reset added in v0.2.123

func (x *GetPostCommentsAtRequest) Reset()

func (*GetPostCommentsAtRequest) String added in v0.2.123

func (x *GetPostCommentsAtRequest) String() string

type GetPostCommentsAtResponse added in v0.2.123

type GetPostCommentsAtResponse struct {
	Comments []*Comment `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostCommentsAtResponse) Descriptor deprecated added in v0.2.123

func (*GetPostCommentsAtResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPostCommentsAtResponse.ProtoReflect.Descriptor instead.

func (*GetPostCommentsAtResponse) GetComments added in v0.2.123

func (x *GetPostCommentsAtResponse) GetComments() []*Comment

func (*GetPostCommentsAtResponse) ProtoMessage added in v0.2.123

func (*GetPostCommentsAtResponse) ProtoMessage()

func (*GetPostCommentsAtResponse) ProtoReflect added in v0.2.123

func (*GetPostCommentsAtResponse) Reset added in v0.2.123

func (x *GetPostCommentsAtResponse) Reset()

func (*GetPostCommentsAtResponse) String added in v0.2.123

func (x *GetPostCommentsAtResponse) String() string

type GetPostPinOnProfileRequest added in v0.2.109

type GetPostPinOnProfileRequest struct {
	PostId string `protobuf:"bytes,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostPinOnProfileRequest) Descriptor deprecated added in v0.2.109

func (*GetPostPinOnProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPostPinOnProfileRequest.ProtoReflect.Descriptor instead.

func (*GetPostPinOnProfileRequest) GetPostId added in v0.2.109

func (x *GetPostPinOnProfileRequest) GetPostId() string

func (*GetPostPinOnProfileRequest) ProtoMessage added in v0.2.109

func (*GetPostPinOnProfileRequest) ProtoMessage()

func (*GetPostPinOnProfileRequest) ProtoReflect added in v0.2.109

func (*GetPostPinOnProfileRequest) Reset added in v0.2.109

func (x *GetPostPinOnProfileRequest) Reset()

func (*GetPostPinOnProfileRequest) String added in v0.2.109

func (x *GetPostPinOnProfileRequest) String() string

type GetPostPinOnProfileResponse added in v0.2.109

type GetPostPinOnProfileResponse struct {
	Pin *Pin `protobuf:"bytes,1,opt,name=pin,proto3" json:"pin,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostPinOnProfileResponse) Descriptor deprecated added in v0.2.109

func (*GetPostPinOnProfileResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPostPinOnProfileResponse.ProtoReflect.Descriptor instead.

func (*GetPostPinOnProfileResponse) GetPin added in v0.2.109

func (x *GetPostPinOnProfileResponse) GetPin() *Pin

func (*GetPostPinOnProfileResponse) ProtoMessage added in v0.2.109

func (*GetPostPinOnProfileResponse) ProtoMessage()

func (*GetPostPinOnProfileResponse) ProtoReflect added in v0.2.109

func (*GetPostPinOnProfileResponse) Reset added in v0.2.109

func (x *GetPostPinOnProfileResponse) Reset()

func (*GetPostPinOnProfileResponse) String added in v0.2.109

func (x *GetPostPinOnProfileResponse) String() string

type GetPostPinRequest

type GetPostPinRequest struct {
	PostId string `protobuf:"bytes,1,opt,name=post_id,json=postId,proto3" json:"post_id,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"`
	IncrementImpressions bool   `protobuf:"varint,2,opt,name=incrementImpressions,proto3" json:"incrementImpressions,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) GetIncrementImpressions added in v0.2.94

func (x *GetPostPreviewRequest) GetIncrementImpressions() bool

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 GetPostReactionsWithReactionAtRequest added in v0.2.118

type GetPostReactionsWithReactionAtRequest struct {
	Reaction string                 `protobuf:"bytes,1,opt,name=reaction,proto3" json:"reaction,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 (*GetPostReactionsWithReactionAtRequest) Descriptor deprecated added in v0.2.118

func (*GetPostReactionsWithReactionAtRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPostReactionsWithReactionAtRequest.ProtoReflect.Descriptor instead.

func (*GetPostReactionsWithReactionAtRequest) GetAfter added in v0.2.118

func (*GetPostReactionsWithReactionAtRequest) GetBefore added in v0.2.118

func (*GetPostReactionsWithReactionAtRequest) GetReaction added in v0.2.118

func (*GetPostReactionsWithReactionAtRequest) ProtoMessage added in v0.2.118

func (*GetPostReactionsWithReactionAtRequest) ProtoMessage()

func (*GetPostReactionsWithReactionAtRequest) ProtoReflect added in v0.2.118

func (*GetPostReactionsWithReactionAtRequest) Reset added in v0.2.118

func (*GetPostReactionsWithReactionAtRequest) String added in v0.2.118

type GetPostReactionsWithReactionAtResponse added in v0.2.118

type GetPostReactionsWithReactionAtResponse struct {
	Reactions []*ReactionData `protobuf:"bytes,1,rep,name=reactions,proto3" json:"reactions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostReactionsWithReactionAtResponse) Descriptor deprecated added in v0.2.118

func (*GetPostReactionsWithReactionAtResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPostReactionsWithReactionAtResponse.ProtoReflect.Descriptor instead.

func (*GetPostReactionsWithReactionAtResponse) GetReactions added in v0.2.118

func (*GetPostReactionsWithReactionAtResponse) ProtoMessage added in v0.2.118

func (*GetPostReactionsWithReactionAtResponse) ProtoReflect added in v0.2.118

func (*GetPostReactionsWithReactionAtResponse) Reset added in v0.2.118

func (*GetPostReactionsWithReactionAtResponse) String added in v0.2.118

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"`
	IncrementImpressions bool   `protobuf:"varint,4,opt,name=incrementImpressions,proto3" json:"incrementImpressions,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) GetIncrementImpressions added in v0.2.94

func (x *GetPostRequest) GetIncrementImpressions() bool

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 GetPostSharesAtRequest added in v0.2.123

type GetPostSharesAtRequest struct {
	After  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=after,proto3" json:"after,omitempty"`
	Before *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=before,proto3" json:"before,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostSharesAtRequest) Descriptor deprecated added in v0.2.123

func (*GetPostSharesAtRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPostSharesAtRequest.ProtoReflect.Descriptor instead.

func (*GetPostSharesAtRequest) GetAfter added in v0.2.123

func (*GetPostSharesAtRequest) GetBefore added in v0.2.123

func (*GetPostSharesAtRequest) ProtoMessage added in v0.2.123

func (*GetPostSharesAtRequest) ProtoMessage()

func (*GetPostSharesAtRequest) ProtoReflect added in v0.2.123

func (x *GetPostSharesAtRequest) ProtoReflect() protoreflect.Message

func (*GetPostSharesAtRequest) Reset added in v0.2.123

func (x *GetPostSharesAtRequest) Reset()

func (*GetPostSharesAtRequest) String added in v0.2.123

func (x *GetPostSharesAtRequest) String() string

type GetPostSharesAtResponse added in v0.2.123

type GetPostSharesAtResponse struct {
	Shares []*PostShare `protobuf:"bytes,1,rep,name=shares,proto3" json:"shares,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPostSharesAtResponse) Descriptor deprecated added in v0.2.123

func (*GetPostSharesAtResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPostSharesAtResponse.ProtoReflect.Descriptor instead.

func (*GetPostSharesAtResponse) GetShares added in v0.2.123

func (x *GetPostSharesAtResponse) GetShares() []*PostShare

func (*GetPostSharesAtResponse) ProtoMessage added in v0.2.123

func (*GetPostSharesAtResponse) ProtoMessage()

func (*GetPostSharesAtResponse) ProtoReflect added in v0.2.123

func (x *GetPostSharesAtResponse) ProtoReflect() protoreflect.Message

func (*GetPostSharesAtResponse) Reset added in v0.2.123

func (x *GetPostSharesAtResponse) Reset()

func (*GetPostSharesAtResponse) String added in v0.2.123

func (x *GetPostSharesAtResponse) 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"`
	IncrementImpressions bool        `protobuf:"varint,4,opt,name=incrementImpressions,proto3" json:"incrementImpressions,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) GetIncrementImpressions added in v0.2.94

func (x *GetPostsRequest) GetIncrementImpressions() bool

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 GetTopUserCircleEdgesRequest added in v0.2.91

type GetTopUserCircleEdgesRequest struct {
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTopUserCircleEdgesRequest) Descriptor deprecated added in v0.2.91

func (*GetTopUserCircleEdgesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTopUserCircleEdgesRequest.ProtoReflect.Descriptor instead.

func (*GetTopUserCircleEdgesRequest) GetLimit added in v0.2.91

func (x *GetTopUserCircleEdgesRequest) GetLimit() int64

func (*GetTopUserCircleEdgesRequest) ProtoMessage added in v0.2.91

func (*GetTopUserCircleEdgesRequest) ProtoMessage()

func (*GetTopUserCircleEdgesRequest) ProtoReflect added in v0.2.91

func (*GetTopUserCircleEdgesRequest) Reset added in v0.2.91

func (x *GetTopUserCircleEdgesRequest) Reset()

func (*GetTopUserCircleEdgesRequest) String added in v0.2.91

type GetTopUserCircleEdgesResponse added in v0.2.91

type GetTopUserCircleEdgesResponse struct {

	// circleID => score
	CircleScores map[string]float64 `` /* 187-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetTopUserCircleEdgesResponse) Descriptor deprecated added in v0.2.91

func (*GetTopUserCircleEdgesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTopUserCircleEdgesResponse.ProtoReflect.Descriptor instead.

func (*GetTopUserCircleEdgesResponse) GetCircleScores added in v0.2.91

func (x *GetTopUserCircleEdgesResponse) GetCircleScores() map[string]float64

func (*GetTopUserCircleEdgesResponse) ProtoMessage added in v0.2.91

func (*GetTopUserCircleEdgesResponse) ProtoMessage()

func (*GetTopUserCircleEdgesResponse) ProtoReflect added in v0.2.91

func (*GetTopUserCircleEdgesResponse) Reset added in v0.2.91

func (x *GetTopUserCircleEdgesResponse) Reset()

func (*GetTopUserCircleEdgesResponse) String added in v0.2.91

type GetTrendingPostsRequest added in v0.2.84

type GetTrendingPostsRequest struct {
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrendingPostsRequest) Descriptor deprecated added in v0.2.84

func (*GetTrendingPostsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTrendingPostsRequest.ProtoReflect.Descriptor instead.

func (*GetTrendingPostsRequest) GetLimit added in v0.2.84

func (x *GetTrendingPostsRequest) GetLimit() int64

func (*GetTrendingPostsRequest) ProtoMessage added in v0.2.84

func (*GetTrendingPostsRequest) ProtoMessage()

func (*GetTrendingPostsRequest) ProtoReflect added in v0.2.84

func (x *GetTrendingPostsRequest) ProtoReflect() protoreflect.Message

func (*GetTrendingPostsRequest) Reset added in v0.2.84

func (x *GetTrendingPostsRequest) Reset()

func (*GetTrendingPostsRequest) String added in v0.2.84

func (x *GetTrendingPostsRequest) String() string

type GetTrendingPostsResponse added in v0.2.84

type GetTrendingPostsResponse struct {
	Posts []*Post `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTrendingPostsResponse) Descriptor deprecated added in v0.2.84

func (*GetTrendingPostsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTrendingPostsResponse.ProtoReflect.Descriptor instead.

func (*GetTrendingPostsResponse) GetPosts added in v0.2.84

func (x *GetTrendingPostsResponse) GetPosts() []*Post

func (*GetTrendingPostsResponse) ProtoMessage added in v0.2.84

func (*GetTrendingPostsResponse) ProtoMessage()

func (*GetTrendingPostsResponse) ProtoReflect added in v0.2.84

func (x *GetTrendingPostsResponse) ProtoReflect() protoreflect.Message

func (*GetTrendingPostsResponse) Reset added in v0.2.84

func (x *GetTrendingPostsResponse) Reset()

func (*GetTrendingPostsResponse) String added in v0.2.84

func (x *GetTrendingPostsResponse) 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 (*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 (*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 GetUserCommentsRequest added in v0.2.76

type GetUserCommentsRequest struct {
	UserId  string                         `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Cursor  *protobuf.PageCursor           `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	OrderBy GetUserCommentsRequest_OrderBy `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserCommentsRequest) Descriptor deprecated added in v0.2.76

func (*GetUserCommentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserCommentsRequest.ProtoReflect.Descriptor instead.

func (*GetUserCommentsRequest) GetCursor added in v0.2.76

func (x *GetUserCommentsRequest) GetCursor() *protobuf.PageCursor

func (*GetUserCommentsRequest) GetOrderBy added in v0.2.89

func (*GetUserCommentsRequest) GetUserId added in v0.2.76

func (x *GetUserCommentsRequest) GetUserId() string

func (*GetUserCommentsRequest) ProtoMessage added in v0.2.76

func (*GetUserCommentsRequest) ProtoMessage()

func (*GetUserCommentsRequest) ProtoReflect added in v0.2.76

func (x *GetUserCommentsRequest) ProtoReflect() protoreflect.Message

func (*GetUserCommentsRequest) Reset added in v0.2.76

func (x *GetUserCommentsRequest) Reset()

func (*GetUserCommentsRequest) String added in v0.2.76

func (x *GetUserCommentsRequest) String() string

type GetUserCommentsRequest_OrderBy added in v0.2.89

type GetUserCommentsRequest_OrderBy int32
const (
	GetUserCommentsRequest_OrderBy_Unspecified   GetUserCommentsRequest_OrderBy = 0
	GetUserCommentsRequest_OrderBy_New           GetUserCommentsRequest_OrderBy = 1
	GetUserCommentsRequest_OrderBy_Top           GetUserCommentsRequest_OrderBy = 2
	GetUserCommentsRequest_OrderBy_Controversial GetUserCommentsRequest_OrderBy = 3
)

func (GetUserCommentsRequest_OrderBy) Descriptor added in v0.2.89

func (GetUserCommentsRequest_OrderBy) Enum added in v0.2.89

func (GetUserCommentsRequest_OrderBy) EnumDescriptor deprecated added in v0.2.89

func (GetUserCommentsRequest_OrderBy) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetUserCommentsRequest_OrderBy.Descriptor instead.

func (GetUserCommentsRequest_OrderBy) Number added in v0.2.89

func (GetUserCommentsRequest_OrderBy) String added in v0.2.89

func (GetUserCommentsRequest_OrderBy) Type added in v0.2.89

type GetUserCommentsResponse added in v0.2.76

type GetUserCommentsResponse struct {
	Comments []*Comment         `protobuf:"bytes,1,rep,name=comments,proto3" json:"comments,omitempty"`
	PageInfo *protobuf.PageInfo `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserCommentsResponse) Descriptor deprecated added in v0.2.76

func (*GetUserCommentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserCommentsResponse.ProtoReflect.Descriptor instead.

func (*GetUserCommentsResponse) GetComments added in v0.2.76

func (x *GetUserCommentsResponse) GetComments() []*Comment

func (*GetUserCommentsResponse) GetPageInfo added in v0.2.76

func (x *GetUserCommentsResponse) GetPageInfo() *protobuf.PageInfo

func (*GetUserCommentsResponse) ProtoMessage added in v0.2.76

func (*GetUserCommentsResponse) ProtoMessage()

func (*GetUserCommentsResponse) ProtoReflect added in v0.2.76

func (x *GetUserCommentsResponse) ProtoReflect() protoreflect.Message

func (*GetUserCommentsResponse) Reset added in v0.2.76

func (x *GetUserCommentsResponse) Reset()

func (*GetUserCommentsResponse) String added in v0.2.76

func (x *GetUserCommentsResponse) 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"`
	Shares              int64 `protobuf:"varint,5,opt,name=shares,proto3" json:"shares,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"`
	Dislikes            int64 `protobuf:"varint,9,opt,name=dislikes,proto3" json:"dislikes,omitempty"`
	CommentsLikes       int64 `protobuf:"varint,10,opt,name=commentsLikes,proto3" json:"commentsLikes,omitempty"`
	CommentsDislikes    int64 `protobuf:"varint,11,opt,name=commentsDislikes,proto3" json:"commentsDislikes,omitempty"`
	CommentsImpressions int64 `protobuf:"varint,12,opt,name=commentsImpressions,proto3" json:"commentsImpressions,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) GetCommentsDislikes added in v0.2.74

func (x *GetUserCounterResponse) GetCommentsDislikes() int64

func (*GetUserCounterResponse) GetCommentsImpressions added in v0.2.74

func (x *GetUserCounterResponse) GetCommentsImpressions() int64

func (*GetUserCounterResponse) GetCommentsLikes added in v0.2.74

func (x *GetUserCounterResponse) GetCommentsLikes() int64

func (*GetUserCounterResponse) GetDislikes added in v0.2.74

func (x *GetUserCounterResponse) GetDislikes() 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 GetUserPostsRequest added in v0.2.109

type GetUserPostsRequest struct {
	UserId                 string               `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	SortingType            PostsSortingType     `` /* 132-byte string literal not displayed */
	Cursor                 *protobuf.PageCursor `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor,omitempty"`
	SkipPinnedPosts        bool                 `protobuf:"varint,4,opt,name=skip_pinned_posts,json=skipPinnedPosts,proto3" json:"skip_pinned_posts,omitempty"`
	SkipPostsWithoutCircle bool                 `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserPostsRequest) Descriptor deprecated added in v0.2.109

func (*GetUserPostsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserPostsRequest.ProtoReflect.Descriptor instead.

func (*GetUserPostsRequest) GetCursor added in v0.2.109

func (x *GetUserPostsRequest) GetCursor() *protobuf.PageCursor

func (*GetUserPostsRequest) GetSkipPinnedPosts added in v0.2.109

func (x *GetUserPostsRequest) GetSkipPinnedPosts() bool

func (*GetUserPostsRequest) GetSkipPostsWithoutCircle added in v0.2.130

func (x *GetUserPostsRequest) GetSkipPostsWithoutCircle() bool

func (*GetUserPostsRequest) GetSortingType added in v0.2.109

func (x *GetUserPostsRequest) GetSortingType() PostsSortingType

func (*GetUserPostsRequest) GetUserId added in v0.2.109

func (x *GetUserPostsRequest) GetUserId() string

func (*GetUserPostsRequest) ProtoMessage added in v0.2.109

func (*GetUserPostsRequest) ProtoMessage()

func (*GetUserPostsRequest) ProtoReflect added in v0.2.109

func (x *GetUserPostsRequest) ProtoReflect() protoreflect.Message

func (*GetUserPostsRequest) Reset added in v0.2.109

func (x *GetUserPostsRequest) Reset()

func (*GetUserPostsRequest) String added in v0.2.109

func (x *GetUserPostsRequest) String() string

type GetUserPostsResponse added in v0.2.109

type GetUserPostsResponse struct {
	Posts       []*Post            `protobuf:"bytes,1,rep,name=posts,proto3" json:"posts,omitempty"`
	SortingType PostsSortingType   `` /* 132-byte string literal not displayed */
	PageInfo    *protobuf.PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserPostsResponse) Descriptor deprecated added in v0.2.109

func (*GetUserPostsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserPostsResponse.ProtoReflect.Descriptor instead.

func (*GetUserPostsResponse) GetPageInfo added in v0.2.109

func (x *GetUserPostsResponse) GetPageInfo() *protobuf.PageInfo

func (*GetUserPostsResponse) GetPosts added in v0.2.109

func (x *GetUserPostsResponse) GetPosts() []*Post

func (*GetUserPostsResponse) GetSortingType added in v0.2.109

func (x *GetUserPostsResponse) GetSortingType() PostsSortingType

func (*GetUserPostsResponse) ProtoMessage added in v0.2.109

func (*GetUserPostsResponse) ProtoMessage()

func (*GetUserPostsResponse) ProtoReflect added in v0.2.109

func (x *GetUserPostsResponse) ProtoReflect() protoreflect.Message

func (*GetUserPostsResponse) Reset added in v0.2.109

func (x *GetUserPostsResponse) Reset()

func (*GetUserPostsResponse) String added in v0.2.109

func (x *GetUserPostsResponse) String() string

type IsCommentHasGottenNLikesRequest added in v0.2.99

type IsCommentHasGottenNLikesRequest struct {
	UserId        string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UpVotesNumber int64  `protobuf:"varint,2,opt,name=up_votes_number,json=upVotesNumber,proto3" json:"up_votes_number,omitempty"`
	// contains filtered or unexported fields
}

func (*IsCommentHasGottenNLikesRequest) Descriptor deprecated added in v0.2.99

func (*IsCommentHasGottenNLikesRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsCommentHasGottenNLikesRequest.ProtoReflect.Descriptor instead.

func (*IsCommentHasGottenNLikesRequest) GetUpVotesNumber added in v0.2.99

func (x *IsCommentHasGottenNLikesRequest) GetUpVotesNumber() int64

func (*IsCommentHasGottenNLikesRequest) GetUserId added in v0.2.99

func (x *IsCommentHasGottenNLikesRequest) GetUserId() string

func (*IsCommentHasGottenNLikesRequest) ProtoMessage added in v0.2.99

func (*IsCommentHasGottenNLikesRequest) ProtoMessage()

func (*IsCommentHasGottenNLikesRequest) ProtoReflect added in v0.2.99

func (*IsCommentHasGottenNLikesRequest) Reset added in v0.2.99

func (*IsCommentHasGottenNLikesRequest) String added in v0.2.99

type IsCommentHasGottenNLikesResponse added in v0.2.99

type IsCommentHasGottenNLikesResponse struct {
	IsGotten bool `protobuf:"varint,1,opt,name=is_gotten,json=isGotten,proto3" json:"is_gotten,omitempty"`
	// contains filtered or unexported fields
}

func (*IsCommentHasGottenNLikesResponse) Descriptor deprecated added in v0.2.99

func (*IsCommentHasGottenNLikesResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsCommentHasGottenNLikesResponse.ProtoReflect.Descriptor instead.

func (*IsCommentHasGottenNLikesResponse) GetIsGotten added in v0.2.99

func (x *IsCommentHasGottenNLikesResponse) GetIsGotten() bool

func (*IsCommentHasGottenNLikesResponse) ProtoMessage added in v0.2.99

func (*IsCommentHasGottenNLikesResponse) ProtoMessage()

func (*IsCommentHasGottenNLikesResponse) ProtoReflect added in v0.2.99

func (*IsCommentHasGottenNLikesResponse) Reset added in v0.2.99

func (*IsCommentHasGottenNLikesResponse) String added in v0.2.99

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) ProtoReflect

func (*IsContentCountersMigrationRunningRequest) Reset

func (*IsContentCountersMigrationRunningRequest) 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 (*IsContentCountersMigrationRunningResponse) ProtoMessage

func (*IsContentCountersMigrationRunningResponse) ProtoReflect

func (*IsContentCountersMigrationRunningResponse) Reset

func (*IsContentCountersMigrationRunningResponse) String

type IsContentCountersPastXMigrationRunningRequest

type IsContentCountersPastXMigrationRunningRequest struct {
	// contains filtered or unexported fields
}

func (*IsContentCountersPastXMigrationRunningRequest) Descriptor deprecated

Deprecated: Use IsContentCountersPastXMigrationRunningRequest.ProtoReflect.Descriptor instead.

func (*IsContentCountersPastXMigrationRunningRequest) ProtoMessage

func (*IsContentCountersPastXMigrationRunningRequest) ProtoReflect

func (*IsContentCountersPastXMigrationRunningRequest) Reset

func (*IsContentCountersPastXMigrationRunningRequest) 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

Deprecated: Use IsContentCountersPastXMigrationRunningResponse.ProtoReflect.Descriptor instead.

func (*IsContentCountersPastXMigrationRunningResponse) GetRunning

func (*IsContentCountersPastXMigrationRunningResponse) ProtoMessage

func (*IsContentCountersPastXMigrationRunningResponse) ProtoReflect

func (*IsContentCountersPastXMigrationRunningResponse) Reset

func (*IsContentCountersPastXMigrationRunningResponse) 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 (*IsImpressionsMigrationRunningRequest) Reset

func (*IsImpressionsMigrationRunningRequest) 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 (*IsImpressionsMigrationRunningResponse) ProtoMessage

func (*IsImpressionsMigrationRunningResponse) ProtoMessage()

func (*IsImpressionsMigrationRunningResponse) ProtoReflect

func (*IsImpressionsMigrationRunningResponse) Reset

func (*IsImpressionsMigrationRunningResponse) 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 (*IsPostCleanupMigrationRunningRequest) Reset

func (*IsPostCleanupMigrationRunningRequest) 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 (*IsPostCleanupMigrationRunningResponse) ProtoMessage

func (*IsPostCleanupMigrationRunningResponse) ProtoMessage()

func (*IsPostCleanupMigrationRunningResponse) ProtoReflect

func (*IsPostCleanupMigrationRunningResponse) Reset

func (*IsPostCleanupMigrationRunningResponse) String

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
const (
	PageDir_Asc  PageDir = 0
	PageDir_Desc PageDir = 1
)

func (PageDir) Descriptor

func (PageDir) Descriptor() protoreflect.EnumDescriptor

func (PageDir) Enum

func (x PageDir) Enum() *PageDir

func (PageDir) EnumDescriptor deprecated

func (PageDir) EnumDescriptor() ([]byte, []int)

Deprecated: Use PageDir.Descriptor instead.

func (PageDir) Number

func (x PageDir) Number() protoreflect.EnumNumber

func (PageDir) String

func (x PageDir) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PageInfo.ProtoReflect.Descriptor instead.

func (*PageInfo) GetFirstId

func (x *PageInfo) GetFirstId() string

func (*PageInfo) GetHasNext

func (x *PageInfo) GetHasNext() bool

func (*PageInfo) GetHasPrev

func (x *PageInfo) GetHasPrev() bool

func (*PageInfo) GetLastId

func (x *PageInfo) GetLastId() string

func (*PageInfo) GetLength

func (x *PageInfo) GetLength() uint32

func (*PageInfo) ProtoMessage

func (*PageInfo) ProtoMessage()

func (*PageInfo) ProtoReflect

func (x *PageInfo) ProtoReflect() protoreflect.Message

func (*PageInfo) Reset

func (x *PageInfo) Reset()

func (*PageInfo) String

func (x *PageInfo) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Pin.ProtoReflect.Descriptor instead.

func (*Pin) GetOrder

func (x *Pin) GetOrder() uint32

func (*Pin) GetUntil

func (x *Pin) GetUntil() *timestamppb.Timestamp

func (*Pin) ProtoMessage

func (*Pin) ProtoMessage()

func (*Pin) ProtoReflect

func (x *Pin) ProtoReflect() protoreflect.Message

func (*Pin) Reset

func (x *Pin) Reset()

func (*Pin) String

func (x *Pin) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PinOrder.ProtoReflect.Descriptor instead.

func (*PinOrder) GetItemId

func (x *PinOrder) GetItemId() string

func (*PinOrder) GetOrder

func (x *PinOrder) GetOrder() uint32

func (*PinOrder) ProtoMessage

func (*PinOrder) ProtoMessage()

func (*PinOrder) ProtoReflect

func (x *PinOrder) ProtoReflect() protoreflect.Message

func (*PinOrder) Reset

func (x *PinOrder) Reset()

func (*PinOrder) String

func (x *PinOrder) String() string

type PinPostOnProfileRequest added in v0.2.109

type PinPostOnProfileRequest struct {
	PostId      string                 `protobuf:"bytes,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
	PinnedUntil *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=pinned_until,json=pinnedUntil,proto3,oneof" json:"pinned_until,omitempty"`
	Order       uint32                 `protobuf:"varint,3,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*PinPostOnProfileRequest) Descriptor deprecated added in v0.2.109

func (*PinPostOnProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use PinPostOnProfileRequest.ProtoReflect.Descriptor instead.

func (*PinPostOnProfileRequest) GetOrder added in v0.2.109

func (x *PinPostOnProfileRequest) GetOrder() uint32

func (*PinPostOnProfileRequest) GetPinnedUntil added in v0.2.109

func (x *PinPostOnProfileRequest) GetPinnedUntil() *timestamppb.Timestamp

func (*PinPostOnProfileRequest) GetPostId added in v0.2.109

func (x *PinPostOnProfileRequest) GetPostId() string

func (*PinPostOnProfileRequest) ProtoMessage added in v0.2.109

func (*PinPostOnProfileRequest) ProtoMessage()

func (*PinPostOnProfileRequest) ProtoReflect added in v0.2.109

func (x *PinPostOnProfileRequest) ProtoReflect() protoreflect.Message

func (*PinPostOnProfileRequest) Reset added in v0.2.109

func (x *PinPostOnProfileRequest) Reset()

func (*PinPostOnProfileRequest) String added in v0.2.109

func (x *PinPostOnProfileRequest) String() string

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"`
	ShareLink       string                 `protobuf:"bytes,9,opt,name=shareLink,proto3" json:"shareLink,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"`
	DeletedAt       *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Post) Descriptor deprecated

func (*Post) Descriptor() ([]byte, []int)

Deprecated: Use Post.ProtoReflect.Descriptor instead.

func (*Post) GetAppMentions added in v0.2.26

func (x *Post) GetAppMentions() []string

func (*Post) GetCaption

func (x *Post) GetCaption() string

func (*Post) GetCircleId

func (x *Post) GetCircleId() string

func (*Post) GetCircleMentions

func (x *Post) GetCircleMentions() []string

func (*Post) GetContactMentions

func (x *Post) GetContactMentions() []string

func (*Post) GetCounter

func (x *Post) GetCounter() *Post_Counter

func (*Post) GetCreatedAt

func (x *Post) GetCreatedAt() string

func (*Post) GetCursorId

func (x *Post) GetCursorId() string

func (*Post) GetData

func (x *Post) GetData() *Post_Data

func (*Post) GetDeletedAt added in v0.2.105

func (x *Post) GetDeletedAt() *timestamppb.Timestamp

func (*Post) GetIReacted

func (x *Post) GetIReacted() bool

func (*Post) GetISaved

func (x *Post) GetISaved() bool

func (*Post) GetId

func (x *Post) GetId() string

func (*Post) GetLanguageCode

func (x *Post) GetLanguageCode() string

func (*Post) GetOwnerId added in v0.2.33

func (x *Post) GetOwnerId() string

func (*Post) GetOwnerKind added in v0.2.33

func (x *Post) GetOwnerKind() protobuf.IdentityKind
func (x *Post) GetShareLink() string

func (*Post) GetShortId

func (x *Post) GetShortId() string

func (*Post) GetSoundId

func (x *Post) GetSoundId() string

func (*Post) GetTitle

func (x *Post) GetTitle() string

func (*Post) GetUserId

func (x *Post) GetUserId() string

func (*Post) GetUserMentions

func (x *Post) GetUserMentions() []string

func (*Post) ProtoMessage

func (*Post) ProtoMessage()

func (*Post) ProtoReflect

func (x *Post) ProtoReflect() protoreflect.Message

func (*Post) Reset

func (x *Post) Reset()

func (*Post) String

func (x *Post) String() string

type PostScreenTimeKind added in v0.2.60

type PostScreenTimeKind int32

buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX

const (
	PostScreenTimeKind_PostScreenTimeKind_Content  PostScreenTimeKind = 0
	PostScreenTimeKind_PostScreenTimeKind_Comments PostScreenTimeKind = 1
)

func (PostScreenTimeKind) Descriptor added in v0.2.60

func (PostScreenTimeKind) Enum added in v0.2.60

func (PostScreenTimeKind) EnumDescriptor deprecated added in v0.2.60

func (PostScreenTimeKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostScreenTimeKind.Descriptor instead.

func (PostScreenTimeKind) Number added in v0.2.60

func (PostScreenTimeKind) String added in v0.2.60

func (x PostScreenTimeKind) String() string

func (PostScreenTimeKind) Type added in v0.2.60

type PostShare added in v0.2.123

type PostShare struct {
	PostId    string                 `protobuf:"bytes,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
	UserId    string                 `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	AuthorId  string                 `protobuf:"bytes,3,opt,name=author_id,json=authorId,proto3" json:"author_id,omitempty"`
	CircleId  string                 `protobuf:"bytes,4,opt,name=circle_id,json=circleId,proto3" json:"circle_id,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PostShare) Descriptor deprecated added in v0.2.123

func (*PostShare) Descriptor() ([]byte, []int)

Deprecated: Use PostShare.ProtoReflect.Descriptor instead.

func (*PostShare) GetAuthorId added in v0.2.123

func (x *PostShare) GetAuthorId() string

func (*PostShare) GetCircleId added in v0.2.123

func (x *PostShare) GetCircleId() string

func (*PostShare) GetCreatedAt added in v0.2.123

func (x *PostShare) GetCreatedAt() *timestamppb.Timestamp

func (*PostShare) GetPostId added in v0.2.123

func (x *PostShare) GetPostId() string

func (*PostShare) GetUserId added in v0.2.123

func (x *PostShare) GetUserId() string

func (*PostShare) ProtoMessage added in v0.2.123

func (*PostShare) ProtoMessage()

func (*PostShare) ProtoReflect added in v0.2.123

func (x *PostShare) ProtoReflect() protoreflect.Message

func (*PostShare) Reset added in v0.2.123

func (x *PostShare) Reset()

func (*PostShare) String added in v0.2.123

func (x *PostShare) String() string

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"`
	Shares      int64 `protobuf:"varint,5,opt,name=shares,proto3" json:"shares,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) Descriptor() ([]byte, []int)

Deprecated: Use Post_Data.ProtoReflect.Descriptor instead.

func (*Post_Data) GetAudio

func (x *Post_Data) GetAudio() *DataAudio

func (*Post_Data) GetDataType

func (m *Post_Data) GetDataType() isPost_Data_DataType

func (*Post_Data) GetImg

func (x *Post_Data) GetImg() *DataImg

func (*Post_Data) GetLink

func (x *Post_Data) GetLink() *DataLink

func (*Post_Data) GetPoll

func (x *Post_Data) GetPoll() *DataPoll

func (*Post_Data) GetTxt

func (x *Post_Data) GetTxt() *DataText

func (*Post_Data) GetVideo

func (x *Post_Data) GetVideo() *DataVideo

func (*Post_Data) ProtoMessage

func (*Post_Data) ProtoMessage()

func (*Post_Data) ProtoReflect

func (x *Post_Data) ProtoReflect() protoreflect.Message

func (*Post_Data) Reset

func (x *Post_Data) Reset()

func (*Post_Data) String

func (x *Post_Data) String() string

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) Enum

func (PostsSortingType) EnumDescriptor deprecated

func (PostsSortingType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostsSortingType.Descriptor instead.

func (PostsSortingType) Number

func (PostsSortingType) String

func (x PostsSortingType) String() string

func (PostsSortingType) Type

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 (*PublishPostRemovedEventsRequest) Reset

func (*PublishPostRemovedEventsRequest) 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) Descriptor() ([]byte, []int)

Deprecated: Use Reaction.ProtoReflect.Descriptor instead.

func (*Reaction) GetCursorId

func (x *Reaction) GetCursorId() string

func (*Reaction) GetData

func (x *Reaction) GetData() *ReactionData

func (*Reaction) ProtoMessage

func (*Reaction) ProtoMessage()

func (*Reaction) ProtoReflect

func (x *Reaction) ProtoReflect() protoreflect.Message

func (*Reaction) Reset

func (x *Reaction) Reset()

func (*Reaction) String

func (x *Reaction) String() string

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"`
	// Deprecated: Do not use.
	OldCreatedAt string                 `protobuf:"bytes,4,opt,name=oldCreatedAt,proto3" json:"oldCreatedAt,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,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() *timestamppb.Timestamp

func (*ReactionData) GetId

func (x *ReactionData) GetId() string

func (*ReactionData) GetOldCreatedAt deprecated added in v0.2.118

func (x *ReactionData) GetOldCreatedAt() string

Deprecated: Do not use.

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 (*ReorderPinnedCommentsRequest) Reset

func (x *ReorderPinnedCommentsRequest) Reset()

func (*ReorderPinnedCommentsRequest) 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 (*ReorderPinnedCommentsResponse) Reset

func (x *ReorderPinnedCommentsResponse) Reset()

func (*ReorderPinnedCommentsResponse) String

type ReorderPinnedPostsOnProfileRequest added in v0.2.109

type ReorderPinnedPostsOnProfileRequest struct {
	Orders []*PinOrder `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"`
	// contains filtered or unexported fields
}

func (*ReorderPinnedPostsOnProfileRequest) Descriptor deprecated added in v0.2.109

func (*ReorderPinnedPostsOnProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReorderPinnedPostsOnProfileRequest.ProtoReflect.Descriptor instead.

func (*ReorderPinnedPostsOnProfileRequest) GetOrders added in v0.2.109

func (x *ReorderPinnedPostsOnProfileRequest) GetOrders() []*PinOrder

func (*ReorderPinnedPostsOnProfileRequest) ProtoMessage added in v0.2.109

func (*ReorderPinnedPostsOnProfileRequest) ProtoMessage()

func (*ReorderPinnedPostsOnProfileRequest) ProtoReflect added in v0.2.109

func (*ReorderPinnedPostsOnProfileRequest) Reset added in v0.2.109

func (*ReorderPinnedPostsOnProfileRequest) String added in v0.2.109

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 (*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"`
	Kind     PostScreenTimeKind   `protobuf:"varint,3,opt,name=kind,proto3,enum=content_api.v1.PostScreenTimeKind" json:"kind,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) GetKind added in v0.2.60

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 (*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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use SavedPost.ProtoReflect.Descriptor instead.

func (*SavedPost) GetCreatedAt

func (x *SavedPost) GetCreatedAt() string

func (*SavedPost) GetCursorId

func (x *SavedPost) GetCursorId() string

func (*SavedPost) GetPostId

func (x *SavedPost) GetPostId() string

func (*SavedPost) ProtoMessage

func (*SavedPost) ProtoMessage()

func (*SavedPost) ProtoReflect

func (x *SavedPost) ProtoReflect() protoreflect.Message

func (*SavedPost) Reset

func (x *SavedPost) Reset()

func (*SavedPost) String

func (x *SavedPost) String() string

type SharePostRequest

type SharePostRequest struct {
	PostId string `protobuf:"bytes,1,opt,name=postId,proto3" json:"postId,omitempty"`
	// 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 (*SortedCirclePostsConnectionRequest) GetSkipPinnedPosts

func (x *SortedCirclePostsConnectionRequest) GetSkipPinnedPosts() bool

func (*SortedCirclePostsConnectionRequest) GetSortingType

func (*SortedCirclePostsConnectionRequest) ProtoMessage

func (*SortedCirclePostsConnectionRequest) ProtoMessage()

func (*SortedCirclePostsConnectionRequest) ProtoReflect

func (*SortedCirclePostsConnectionRequest) Reset

func (*SortedCirclePostsConnectionRequest) 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 (*SortedCirclePostsConnectionResponse) GetPosts

func (x *SortedCirclePostsConnectionResponse) GetPosts() []*Post

func (*SortedCirclePostsConnectionResponse) GetSortingType

func (*SortedCirclePostsConnectionResponse) ProtoMessage

func (*SortedCirclePostsConnectionResponse) ProtoMessage()

func (*SortedCirclePostsConnectionResponse) ProtoReflect

func (*SortedCirclePostsConnectionResponse) Reset

func (*SortedCirclePostsConnectionResponse) 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) Descriptor() ([]byte, []int)

Deprecated: Use Sound.ProtoReflect.Descriptor instead.

func (*Sound) GetCreator

func (x *Sound) GetCreator() string

func (*Sound) GetCursorId

func (x *Sound) GetCursorId() string

func (*Sound) GetDuration

func (x *Sound) GetDuration() int64

func (*Sound) GetIconUrl

func (x *Sound) GetIconUrl() string

func (*Sound) GetId

func (x *Sound) GetId() string

func (*Sound) GetTitle

func (x *Sound) GetTitle() string

func (*Sound) GetUrl

func (x *Sound) GetUrl() string

func (*Sound) GetUsesCount

func (x *Sound) GetUsesCount() int64

func (*Sound) ProtoMessage

func (*Sound) ProtoMessage()

func (*Sound) ProtoReflect

func (x *Sound) ProtoReflect() protoreflect.Message

func (*Sound) Reset

func (x *Sound) Reset()

func (*Sound) String

func (x *Sound) String() string

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 (*StartCommentCountersMigrationReq) Reset

func (*StartCommentCountersMigrationReq) 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 (*StartContentCountersMigrationRequest) GetInterval

func (*StartContentCountersMigrationRequest) GetMigration

func (x *StartContentCountersMigrationRequest) GetMigration() int64

func (*StartContentCountersMigrationRequest) ProtoMessage

func (*StartContentCountersMigrationRequest) ProtoMessage()

func (*StartContentCountersMigrationRequest) ProtoReflect

func (*StartContentCountersMigrationRequest) Reset

func (*StartContentCountersMigrationRequest) 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 (*StartContentCountersMigrationResponse) Reset

func (*StartContentCountersMigrationResponse) 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 (*StartContentCountersPastXMigrationRequest) GetInterval

func (*StartContentCountersPastXMigrationRequest) GetMigration

func (*StartContentCountersPastXMigrationRequest) ProtoMessage

func (*StartContentCountersPastXMigrationRequest) ProtoReflect

func (*StartContentCountersPastXMigrationRequest) Reset

func (*StartContentCountersPastXMigrationRequest) String

type StartContentCountersPastXMigrationResponse

type StartContentCountersPastXMigrationResponse struct {
	// contains filtered or unexported fields
}

func (*StartContentCountersPastXMigrationResponse) Descriptor deprecated

Deprecated: Use StartContentCountersPastXMigrationResponse.ProtoReflect.Descriptor instead.

func (*StartContentCountersPastXMigrationResponse) ProtoMessage

func (*StartContentCountersPastXMigrationResponse) ProtoReflect

func (*StartContentCountersPastXMigrationResponse) Reset

func (*StartContentCountersPastXMigrationResponse) 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 (*StartImpressionsMigrationRequest) Reset

func (*StartImpressionsMigrationRequest) 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 (*StartImpressionsMigrationResponse) Reset

func (*StartImpressionsMigrationResponse) 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 (*StartPostCleanupMigrationRequest) Reset

func (*StartPostCleanupMigrationRequest) 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 (*StartPostCleanupMigrationResponse) Reset

func (*StartPostCleanupMigrationResponse) 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 (*StopContentCountersMigrationRequest) Reset

func (*StopContentCountersMigrationRequest) 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 (*StopContentCountersMigrationResponse) Reset

func (*StopContentCountersMigrationResponse) 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) ProtoReflect

func (*StopContentCountersPastXMigrationRequest) Reset

func (*StopContentCountersPastXMigrationRequest) 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) ProtoReflect

func (*StopContentCountersPastXMigrationResponse) Reset

func (*StopContentCountersPastXMigrationResponse) 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 (*StopImpressionsMigrationRequest) Reset

func (*StopImpressionsMigrationRequest) 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 (*StopImpressionsMigrationResponse) Reset

func (*StopImpressionsMigrationResponse) 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 (*StopPostCleanupMigrationRequest) Reset

func (*StopPostCleanupMigrationRequest) 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 (*StopPostCleanupMigrationResponse) Reset

func (*StopPostCleanupMigrationResponse) 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) CirclePostsConnection

func (UnimplementedContentAPIServer) CreateCollection

func (UnimplementedContentAPIServer) CreateComment

func (UnimplementedContentAPIServer) CreatePost

func (UnimplementedContentAPIServer) DeleteCollection

func (UnimplementedContentAPIServer) DeleteComment

func (UnimplementedContentAPIServer) DeletePost

func (UnimplementedContentAPIServer) DeletePosts

func (UnimplementedContentAPIServer) GetCircleCommentsCount added in v0.2.46

func (UnimplementedContentAPIServer) GetCircleCounter

func (UnimplementedContentAPIServer) GetCircleDislikesCount added in v0.2.46

func (UnimplementedContentAPIServer) GetCircleFeed

func (UnimplementedContentAPIServer) GetCircleLikesCount added in v0.2.46

func (UnimplementedContentAPIServer) GetCircleMeanScreenTime added in v0.2.46

func (UnimplementedContentAPIServer) GetCirclePostsCount added in v0.2.46

func (UnimplementedContentAPIServer) GetCircleSavesCount added in v0.2.46

func (UnimplementedContentAPIServer) GetCircleSharesCount added in v0.2.46

func (UnimplementedContentAPIServer) GetCircleTotalScreenTime added in v0.2.46

func (UnimplementedContentAPIServer) GetCircleViewsCount added in v0.2.46

func (UnimplementedContentAPIServer) GetCircleVotesCount added in v0.2.46

func (UnimplementedContentAPIServer) GetCollection

func (UnimplementedContentAPIServer) GetCollections

func (UnimplementedContentAPIServer) GetComment

func (UnimplementedContentAPIServer) GetCommentCountersMigrationProgress

func (UnimplementedContentAPIServer) GetCommentCountersMigrationProgress(context.Context, *Empty) (*CommentCountersMigrationProgress, error)

func (UnimplementedContentAPIServer) GetCommentPin

func (UnimplementedContentAPIServer) GetCommentReactionsWithReactionAt added in v0.2.123

func (UnimplementedContentAPIServer) GetComments

func (UnimplementedContentAPIServer) GetCommentsByID added in v0.2.123

func (UnimplementedContentAPIServer) GetContentCounter

func (UnimplementedContentAPIServer) GetContentStatsWithoutAuth

func (UnimplementedContentAPIServer) GetFeed

func (UnimplementedContentAPIServer) GetLastUsedCirclePostSorting added in v0.2.114

func (UnimplementedContentAPIServer) GetLastUsedUserPostSorting added in v0.2.114

func (UnimplementedContentAPIServer) GetLinkMetaData

func (UnimplementedContentAPIServer) GetPinnedComments

func (UnimplementedContentAPIServer) GetPinnedPosts

func (UnimplementedContentAPIServer) GetPinnedPostsOnProfile added in v0.2.109

func (UnimplementedContentAPIServer) GetPost

func (UnimplementedContentAPIServer) GetPostCommentsAt added in v0.2.123

func (UnimplementedContentAPIServer) GetPostPin

func (UnimplementedContentAPIServer) GetPostPinOnProfile added in v0.2.109

func (UnimplementedContentAPIServer) GetPostPreview

func (UnimplementedContentAPIServer) GetPostReactions

func (UnimplementedContentAPIServer) GetPostReactionsWithReactionAt added in v0.2.118

func (UnimplementedContentAPIServer) GetPostSharesAt added in v0.2.123

func (UnimplementedContentAPIServer) GetPosts

func (UnimplementedContentAPIServer) GetSavedPosts

func (UnimplementedContentAPIServer) GetSound

func (UnimplementedContentAPIServer) GetSounds

func (UnimplementedContentAPIServer) GetTopUserCircleEdges added in v0.2.91

func (UnimplementedContentAPIServer) GetTrendingPosts added in v0.2.84

func (UnimplementedContentAPIServer) GetUserCommentEdge added in v0.2.40

func (UnimplementedContentAPIServer) GetUserComments added in v0.2.76

func (UnimplementedContentAPIServer) GetUserCounter

func (UnimplementedContentAPIServer) GetUserPostEdge

func (UnimplementedContentAPIServer) GetUserPosts added in v0.2.109

func (UnimplementedContentAPIServer) IsCommentHasGottenNLikes added in v0.2.99

func (UnimplementedContentAPIServer) PinComment

func (UnimplementedContentAPIServer) PinPost

func (UnimplementedContentAPIServer) PinPostOnProfile added in v0.2.109

func (UnimplementedContentAPIServer) ReactToComment

func (UnimplementedContentAPIServer) ReactToPost

func (UnimplementedContentAPIServer) ReorderPinnedComments

func (UnimplementedContentAPIServer) ReorderPinnedPosts

func (UnimplementedContentAPIServer) ReorderPinnedPostsOnProfile added in v0.2.109

func (UnimplementedContentAPIServer) SavePostScreenTime added in v0.2.28

func (UnimplementedContentAPIServer) SavePostStatus

func (UnimplementedContentAPIServer) SharePost

func (UnimplementedContentAPIServer) SiteMapGenerator added in v0.2.26

func (UnimplementedContentAPIServer) StartCommentCountersMigration

func (UnimplementedContentAPIServer) StopCommentCountersMigration

func (UnimplementedContentAPIServer) StopCommentCountersMigration(context.Context, *Empty) (*Empty, error)

func (UnimplementedContentAPIServer) UndeleteComment

func (UnimplementedContentAPIServer) UndeletePost

func (UnimplementedContentAPIServer) UnpinComment

func (UnimplementedContentAPIServer) UnpinPost

func (UnimplementedContentAPIServer) UnpinPostOnProfile added in v0.2.109

func (UnimplementedContentAPIServer) UnreactToComment

func (UnimplementedContentAPIServer) UnreactToPost

func (UnimplementedContentAPIServer) UpdateCollection

func (UnimplementedContentAPIServer) UpdateComment

func (UnimplementedContentAPIServer) UserPostsConnection

func (UnimplementedContentAPIServer) ViewPost

func (UnimplementedContentAPIServer) VoteInPoll

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 UnpinPostOnProfileRequest added in v0.2.109

type UnpinPostOnProfileRequest struct {
	PostId string `protobuf:"bytes,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnpinPostOnProfileRequest) Descriptor deprecated added in v0.2.109

func (*UnpinPostOnProfileRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnpinPostOnProfileRequest.ProtoReflect.Descriptor instead.

func (*UnpinPostOnProfileRequest) GetPostId added in v0.2.109

func (x *UnpinPostOnProfileRequest) GetPostId() string

func (*UnpinPostOnProfileRequest) ProtoMessage added in v0.2.109

func (*UnpinPostOnProfileRequest) ProtoMessage()

func (*UnpinPostOnProfileRequest) ProtoReflect added in v0.2.109

func (*UnpinPostOnProfileRequest) Reset added in v0.2.109

func (x *UnpinPostOnProfileRequest) Reset()

func (*UnpinPostOnProfileRequest) String added in v0.2.109

func (x *UnpinPostOnProfileRequest) 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 (*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

Directories

Path Synopsis
Package content_mock is a generated GoMock package.
Package content_mock is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL