mirror of https://github.com/go-gitea/gitea.git
Addition to #22256 The `convert` package relies heavily on different models which is [disallowed by our definition of modules](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md#design-guideline). This helps to prevent possible import cycles. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> |
||
|---|---|---|
| .. | ||
| admin.go | ||
| admin_auth_ldap.go | ||
| admin_auth_ldap_test.go | ||
| cert.go | ||
| cmd.go | ||
| convert.go | ||
| docs.go | ||
| doctor.go | ||
| dump.go | ||
| dump_repo.go | ||
| embedded.go | ||
| embedded_stub.go | ||
| generate.go | ||
| hook.go | ||
| hook_test.go | ||
| keys.go | ||
| mailer.go | ||
| main_test.go | ||
| manager.go | ||
| manager_logging.go | ||
| migrate.go | ||
| migrate_storage.go | ||
| migrate_storage_test.go | ||
| restore_repo.go | ||
| serv.go | ||
| web.go | ||
| web_acme.go | ||
| web_graceful.go | ||
| web_https.go | ||