forgejo/cmd
silverwind 24e64fe372
Replace interface{} with any (#25686) (#25687)
Same perl replacement as https://github.com/go-gitea/gitea/pull/25686
but for 1.20 to ease future backporting.
2023-07-04 23:41:32 -04:00
..
actions.go
admin.go
admin_auth_ldap.go
admin_auth_ldap_test.go
admin_user.go
admin_user_change_password.go
admin_user_create.go
admin_user_delete.go
admin_user_generate_access_token.go
admin_user_list.go
admin_user_must_change_password.go
cert.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
cmd.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
convert.go
docs.go
doctor.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
dump.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
dump_repo.go
embedded.go Do not prepare oauth2 config if it is not enabled, do not write config in some sub-commands (#25567) (#25576) 2023-06-29 06:30:40 +02:00
generate.go
hook.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
hook_test.go
keys.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
mailer.go
main_test.go
manager.go
manager_logging.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
migrate.go
migrate_storage.go
migrate_storage_test.go
restore_repo.go
serv.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
web.go Fix sub-command log level (#25537) (#25553) 2023-06-28 17:35:20 +08:00
web_acme.go
web_graceful.go
web_https.go