]> source.dussan.org Git - gitea.git/commit
move the `gitea admin` subcommands into separate files (#27307)
authorNanguan Lin <70063547+lng2020@users.noreply.github.com>
Wed, 27 Sep 2023 12:25:38 +0000 (20:25 +0800)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 12:25:38 +0000 (12:25 +0000)
commit70f8d10fc5b1a5c8a80e5c05ef6e864154d9b272
tree04fa4c8ecb363180204f74c46e4d29291e1b4863
parent5600504eed2473691b86962be2f9733e6bfce879
move the `gitea admin` subcommands into separate files (#27307)

As title.
Probably it's better to put those sub cmd to different dirs. Will do
that in the future.
cmd/admin.go
cmd/admin_auth.go [new file with mode: 0644]
cmd/admin_auth_ldap.go
cmd/admin_auth_ldap_test.go
cmd/admin_auth_oauth.go [new file with mode: 0644]
cmd/admin_auth_stmp.go [new file with mode: 0644]
cmd/admin_regenerate.go [new file with mode: 0644]