1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-15 00:58:11 -04:00
gitea/routers/api/v1/utils
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
..
git.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
hook.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
page.go Move convert package to services (#22264) 2022-12-29 10:57:15 +08:00