githaven/routers/api/packages/nuget
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
2024-06-19 06:32:45 +08:00
..
api_v2.go Fix handling of plenty Nuget package versions () 2023-07-26 19:43:21 +00:00
api_v3.go Fix NuGet search endpoints () 2023-08-14 02:50:55 +00:00
auth.go More refactoring of db.DefaultContext () 2023-09-15 06:13:19 +00:00
links.go Fix handling of plenty Nuget package versions () 2023-07-26 19:43:21 +00:00
nuget.go Refactor names () 2024-06-19 06:32:45 +08:00