0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-22 05:54:31 +01:00
gitea/routers/api/v1/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
..
action.go
app.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
avatar.go
email.go
follower.go
gpg_key.go
helper.go
hook.go
key.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
repo.go
settings.go
star.go
user.go Enable system users search via the API (#28013) 2023-11-13 15:31:38 +01:00
watch.go