Skip to content

Commit

Permalink
uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
NeterAlex committed May 9, 2023
1 parent 120ce3b commit 3e5b18f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
11 changes: 5 additions & 6 deletions biz/handler/comment/comment_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions biz/model/comment/comment.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion idl/comment.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct DeleteCommentResponse{
struct UpdateCommentRequest{
1: string author (api.body="author",api.form="author",api.vd="(len($)>0)")
2: string content (api.body="content",api.form="content",api.vd="(len($)>0)")
3: i64 postID (api.body="postID",api.form="postID",api.vd="(len($)>0)")
3: i64 id (api.body="id",api.form="id",api.vd="(len($)>0)")
}

struct UpdateCommentResponse{
Expand Down

0 comments on commit 3e5b18f

Please sign in to comment.