Documentation ¶
Index ¶
- type CreateCommentOption
- func CreateCommentWithContent(content string) CreateCommentOption
- func CreateCommentWithParentId(parentId int64) CreateCommentOption
- func CreateCommentWithReplyTo(replyTo int64) CreateCommentOption
- func CreateCommentWithUserId(userId int64) CreateCommentOption
- func CreateCommentWithVideoId(videoId int64) CreateCommentOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCommentOption ¶
type CreateCommentOption func(request *v1.CreateCommentRequest)
func CreateCommentWithContent ¶
func CreateCommentWithContent(content string) CreateCommentOption
func CreateCommentWithParentId ¶
func CreateCommentWithParentId(parentId int64) CreateCommentOption
func CreateCommentWithReplyTo ¶
func CreateCommentWithReplyTo(replyTo int64) CreateCommentOption
func CreateCommentWithUserId ¶
func CreateCommentWithUserId(userId int64) CreateCommentOption
func CreateCommentWithVideoId ¶
func CreateCommentWithVideoId(videoId int64) CreateCommentOption
Click to show internal directories.
Click to hide internal directories.