gitea/routers/private
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
..
tests/repos Fix verifyCommits error when push a new branch ()
actions.go Clean up log messages ()
default_branch.go Refactor names ()
hook_post_receive.go Refactor names ()
hook_post_receive_test.go Move database operations of merging a pull request to post receive hook and add a transaction ()
hook_pre_receive.go Make sure git version&feature are always prepared ()
hook_proc_receive.go Make sure git version&feature are always prepared ()
hook_verification.go Clean up log messages ()
hook_verification_test.go Adjust object format interface ()
internal.go Refactor names ()
internal_repo.go Refactor names ()
key.go Refactor names ()
mail.go Clean up log messages ()
main_test.go make writing main test easier ()
manager.go Refactor names ()
manager_process.go Move context from modules to services ()
manager_unix.go Move context from modules to services ()
manager_windows.go Move context from modules to services ()
restore_repo.go Move context from modules to services ()
serv.go Refactor names ()
ssh_log.go Move context from modules to services ()