0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 23:02:43 +01:00
gitea/routers/web/admin
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
2023-11-24 03:49:41 +00:00
..
admin_test.go
admin.go
applications.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
auths.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
config.go
diagnosis.go
emails.go
hooks.go
main_test.go
notice.go
orgs.go
packages.go
queue_tester.go
queue.go
repos.go
runners.go
stacktrace.go
users_test.go
users.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00