Skip to content

Commit

Permalink
feat:更新cloudmind-content
Browse files Browse the repository at this point in the history
  • Loading branch information
Love-YeLin committed Jan 15, 2024
1 parent 7970773 commit a622211
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions biz/application/service/post.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import (
)

type IPostService interface {
//CreatePost(ctx context.Context, req *content.CreatePostReq) (*content.CreatePostResp, error)
//RetrievePost(ctx context.Context, req *content.RetrievePostReq) (*content.RetrievePostResp, error)
//UpdatePost(ctx context.Context, req *content.UpdatePostReq) (*content.UpdatePostResp, error)
//DeletePost(ctx context.Context, req *content.DeletePostReq) (*content.DeletePostResp, error)
//ListPost(ctx context.Context, req *content.ListPostReq) (*content.ListPostResp, error)
//CountPost(ctx context.Context, req *content.CountPostReq) (*content.CountPostResp, error)
//SetOfficial(ctx context.Context, req *content.SetOfficialReq) (*content.SetOfficialResp, error)
CreatePost(ctx context.Context, req *content.CreatePostReq) (*content.CreatePostResp, error)

Check failure on line 11 in biz/application/service/post.go

View workflow job for this annotation

GitHub Actions / run (linux-amd64-fmt)

undefined: context (typecheck)
RetrievePost(ctx context.Context, req *content.RetrievePostReq) (*content.RetrievePostResp, error)

Check failure on line 12 in biz/application/service/post.go

View workflow job for this annotation

GitHub Actions / run (linux-amd64-fmt)

undefined: context (typecheck)
UpdatePost(ctx context.Context, req *content.UpdatePostReq) (*content.UpdatePostResp, error)

Check failure on line 13 in biz/application/service/post.go

View workflow job for this annotation

GitHub Actions / run (linux-amd64-fmt)

undefined: context (typecheck)
DeletePost(ctx context.Context, req *content.DeletePostReq) (*content.DeletePostResp, error)
ListPost(ctx context.Context, req *content.ListPostReq) (*content.ListPostResp, error)
CountPost(ctx context.Context, req *content.CountPostReq) (*content.CountPostResp, error)
SetOfficial(ctx context.Context, req *content.SetOfficialReq) (*content.SetOfficialResp, error)
}

type PostService struct {
Expand Down

0 comments on commit a622211

Please sign in to comment.