Skip to content

Commit

Permalink
Revert "refactor(projectuser): isolate handlers" (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Jul 18, 2024
1 parent 6bc7361 commit f312086
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 119 deletions.
4 changes: 0 additions & 4 deletions client_generated.go

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

7 changes: 3 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,16 +233,15 @@ Project:
- ProjectTagsReplace
- ProjectTagsUpdate
- ProjectUpdate
- ProjectUserList
- ProjectUserRemove
- ProjectUserUpdate
ProjectBilling:
- InvoiceGet
- ProjectCreditsClaim
- ProjectCreditsList
- ProjectInvoiceGet
- ProjectInvoiceList
ProjectUser:
- ProjectUserList
- ProjectUserRemove
- ProjectUserUpdate
Service:
- ListProjectServiceTypes
- ListPublicServiceTypes
Expand Down
72 changes: 72 additions & 0 deletions handler/project/project.go

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

111 changes: 0 additions & 111 deletions handler/projectuser/projectuser.go

This file was deleted.

0 comments on commit f312086

Please sign in to comment.