gitea/routers/api/v1
wxiaoguang 43c7a2e7b1
Refactor names (#31405)
This PR only does "renaming":

* `Route` should be `Router` (and chi router is also called "router")
* `Params` should be `PathParam` (to distingush it from URL query param, and to match `FormString`)
* Use lower case for private functions to avoid exposing or abusing
2024-06-19 06:32:45 +08:00
..
activitypub Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
admin Refactor names (#31405) 2024-06-19 06:32:45 +08:00
misc Refactor names (#31405) 2024-06-19 06:32:45 +08:00
notify Refactor names (#31405) 2024-06-19 06:32:45 +08:00
org Refactor names (#31405) 2024-06-19 06:32:45 +08:00
packages remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
repo Refactor names (#31405) 2024-06-19 06:32:45 +08:00
settings Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
shared Refactor names (#31405) 2024-06-19 06:32:45 +08:00
swagger Add tag protection via rest api #17862 (#31295) 2024-06-14 18:56:10 +02:00
user Refactor names (#31405) 2024-06-19 06:32:45 +08:00
utils Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00