Skip to content

Commit

Permalink
feat: change resource
Browse files Browse the repository at this point in the history
  • Loading branch information
limes-cloud committed Mar 10, 2024
1 parent 0e4e766 commit 2f21411
Show file tree
Hide file tree
Showing 13 changed files with 297 additions and 569 deletions.
14 changes: 10 additions & 4 deletions api/errors/resource_error_reason.pb.go

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

2 changes: 2 additions & 0 deletions api/errors/resource_error_reason.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ enum Reason {
NotExistDirectory = 15[(errors.message)="文件夹不存在"];
NotExistResource = 16[(errors.message)="资源不存在"];
Params = 17[(errors.message)="参数错误"];
AccessResource = 18[(errors.message)="访问资源文件异常"];

}


Expand Down
16 changes: 16 additions & 0 deletions api/errors/resource_error_reason_errors.pb.go

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

Loading

0 comments on commit 2f21411

Please sign in to comment.