Skip to content

Commit

Permalink
feat(userproject): add access grant handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed Jul 18, 2024
1 parent 6bc7361 commit 558e045
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ ProjectBilling:
- ProjectInvoiceGet
- ProjectInvoiceList
ProjectUser:
- ProjectUserAccessGrantRemove
- ProjectUserAccessGrantSet
- ProjectUserList
- ProjectUserRemove
- ProjectUserUpdate
Expand Down
64 changes: 64 additions & 0 deletions handler/projectuser/projectuser.go

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

0 comments on commit 558e045

Please sign in to comment.