1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-28 06:05:50 +00:00
gitea/routers/web/repo/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
..
avatar.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
collaboration.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
deploy_key.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
git_hooks.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
lfs.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
main_test.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
protected_branch.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
protected_tag.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
runners.go Add user level action runners (#24995) 2023-05-31 09:39:54 +08:00
secrets.go Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
setting.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
settings_test.go Move some files under repo/setting (#25585) 2023-07-02 08:59:32 +08:00
variables.go Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
webhook.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00