working commit
This commit is contained in:
@@ -22,6 +22,7 @@ type Account struct {
|
||||
}
|
||||
|
||||
type AccountShort struct {
|
||||
ID string `json:"id"`
|
||||
Username string `json:"username"`
|
||||
Disabled bool `json:"disabled"`
|
||||
CreatedAt string `json:"createdAt"`
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
package descr
|
||||
|
||||
const AnonymousID = "10000000-0000-0000-0000-000000000001"
|
||||
|
||||
type Grant struct {
|
||||
ID string `json:"id" db:"id"`
|
||||
AccountID string `json:"accountID" db:"account_id"`
|
||||
|
||||
Reference in New Issue
Block a user