0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 22:39:39 +01:00
gitea/routers/web/user
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
..
setting Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
avatar.go
code.go
home_test.go
home.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
main_test.go
notification.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
package.go
profile.go
search.go
stop_watch.go
task.go