mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Added the ability to trust/untrust users
This commit is contained in:
2
sqlc.yml
2
sqlc.yml
@@ -11,6 +11,8 @@ sql:
|
||||
overrides:
|
||||
- column: "users.public_key"
|
||||
go_type: "crypto/ed25519.PublicKey"
|
||||
- column: "trusted_users.trusted_public_key"
|
||||
go_type: "crypto/ed25519.PublicKey"
|
||||
- column: "messages.receiver_id"
|
||||
go_type: "*github.com/kyren223/eko/pkg/snowflake.ID"
|
||||
- column: "messages.frequency_id"
|
||||
|
Reference in New Issue
Block a user