gitea/routers/api/v1/org
wxiaoguang 43c7a2e7b1
Refactor names ()
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
..
action.go Refactor names ()
avatar.go Fix bug on avatar ()
block.go Add user blocking ()
hook.go Refactor names ()
label.go Refactor names ()
member.go Add user blocking ()
org.go Move context from modules to services ()
team.go Refactor names ()