0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 20:15:38 +01:00
gitea/models/asymkey
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
..
error.go
gpg_key_add.go
gpg_key_commit_verification.go
gpg_key_common.go
gpg_key_import.go
gpg_key_test.go
gpg_key_verify.go
gpg_key.go
main_test.go
ssh_key_authorized_keys.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
ssh_key_authorized_principals.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
ssh_key_commit_verification.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
ssh_key_deploy.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
ssh_key_fingerprint.go
ssh_key_parse.go
ssh_key_principals.go
ssh_key_test.go
ssh_key_verify.go
ssh_key.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00