gitea/routers/web/user/setting
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
..
security Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
account_test.go Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
account.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
adopt.go Fix unclear IsRepositoryExist logic (#24374) 2023-04-28 14:14:26 -04:00
applications.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
keys.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
main_test.go
oauth2_common.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
oauth2.go
packages.go
profile.go Refactor rename user and rename organization (#24052) 2023-05-21 23:13:47 +08:00
runner.go Add user level action runners (#24995) 2023-05-31 09:39:54 +08:00
webhooks.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00