gitea/cmd
silverwind 88f835192d
Replace `interface{}` with `any` ()
Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`.

Basically the same [as golang did](2580d0e08d).
..
actions.go Refactor path & config system ()
admin.go Handle OpenID discovery URL errors a little nicer when creating/editing sources ()
admin_auth_ldap.go Implement FSFE REUSE for golang files ()
admin_auth_ldap_test.go Implement FSFE REUSE for golang files ()
admin_user.go Add command to bulk set must-change-password ()
admin_user_change_password.go Provide the ability to set password hash algorithm parameters ()
admin_user_create.go Provide the ability to set password hash algorithm parameters ()
admin_user_delete.go Add context cache as a request level cache ()
admin_user_generate_access_token.go Add command to bulk set must-change-password ()
admin_user_list.go Add command to bulk set must-change-password ()
admin_user_must_change_password.go Add command to bulk set must-change-password ()
cert.go Replace `interface{}` with `any` ()
cmd.go Fix sub-command log level ()
convert.go Support converting varchar to nvarchar for mssql database ()
docs.go Implement FSFE REUSE for golang files ()
doctor.go Fix sub-command log level ()
dump.go Replace `interface{}` with `any` ()
dump_repo.go Refactor the setting to make unit test easier ()
embedded.go Do not prepare oauth2 config if it is not enabled, do not write config in some sub-commands ()
generate.go Implement FSFE REUSE for golang files ()
hook.go Fix sub-command log level ()
hook_test.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" ()
keys.go Fix sub-command log level ()
mailer.go Refactor path & config system ()
main_test.go Merge setting.InitXXX into one function with options ()
manager.go Add gitea manager reload-templates command ()
manager_logging.go Replace `interface{}` with `any` ()
migrate.go Refactor the setting to make unit test easier ()
migrate_storage.go Fix all possible setting error related storages and added some tests ()
migrate_storage_test.go Fix all possible setting error related storages and added some tests ()
restore_repo.go Refactor path & config system ()
serv.go Replace `interface{}` with `any` ()
web.go Fix sub-command log level ()
web_acme.go Implement FSFE REUSE for golang files ()
web_graceful.go Implement FSFE REUSE for golang files ()
web_https.go Implement FSFE REUSE for golang files ()