Documentation ¶
Index ¶
- func ActionHandler(ctx context.Context, request *comment.CommentRequest) (resp *comment.CommentResponse, err error)
- func ConvertAllCommentInfo(ctx context.Context, input []operation.TComment, userId int64) (res []*comment.CommentInfo, err error)
- func ConvertCommentInfo(ctx context.Context, input operation.TComment, userId int64, queryId int64) (res *comment.CommentInfo, err error)
- func DeleteComment(ctx context.Context, request *comment.CommentRequest) (resp *comment.CommentResponse, err error)
- func GetCommentList(ctx context.Context, request *comment.CommentListRequest) (resp *comment.CommentListResponse, err error)
- func PublishComment(ctx context.Context, request *comment.CommentRequest) (resp *comment.CommentResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionHandler ¶
func ActionHandler(ctx context.Context, request *comment.CommentRequest) (resp *comment.CommentResponse, err error)
func ConvertAllCommentInfo ¶
func ConvertCommentInfo ¶
func DeleteComment ¶
func DeleteComment(ctx context.Context, request *comment.CommentRequest) (resp *comment.CommentResponse, err error)
func GetCommentList ¶
func GetCommentList(ctx context.Context, request *comment.CommentListRequest) (resp *comment.CommentListResponse, err error)
func PublishComment ¶
func PublishComment(ctx context.Context, request *comment.CommentRequest) (resp *comment.CommentResponse, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.