forgejo/routers/api/v1
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
..
activitypub
admin
misc
notify Fix bugs related to notification endpoints (#25548) 2023-06-28 10:26:56 -04:00
org Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
packages
repo Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
settings
swagger Add API for changing Avatars (#25369) 2023-06-29 23:22:55 +00:00
user Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
utils
api.go Add API for changing Avatars (#25369) 2023-06-29 23:22:55 +00:00
auth.go
auth_windows.go