Forgejo/routers/api/packages/container
silverwind 88f835192d
Replace interface{} with any (#25686)
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
2023-07-04 18:36:08 +00:00
..
auth.go Add actions support to package auth verification (#23729) 2023-04-10 15:21:03 +08:00
blob.go Add Debian package registry (#24426) 2023-05-02 12:31:35 -04:00
container.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
errors.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
manifest.go Display image size for multiarch container images (#23821) 2023-04-02 17:53:37 +08:00