gitea/routers/api/actions
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
..
ping Upgrade Go 1.22 and upgrade dependency (#29869) 2024-03-17 15:40:05 +00:00
runner Remove deprecated stuff for runners (#30930) 2024-05-10 16:23:47 +08:00
actions.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
artifact.pb.go Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifact.proto Actions Artifacts v4 backend (#28965) 2024-03-02 09:12:17 +00:00
artifacts_chunks.go Reduce memory usage for chunked artifact uploads to MinIO (#31325) 2024-06-12 11:34:35 +00:00
artifacts_utils.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
artifacts.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
artifactsv4.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00