This commit is contained in:
parent
8d4ba2ecae
commit
67b507f4bd
25 changed files with 74 additions and 27 deletions
|
@ -6,6 +6,10 @@ import (
|
|||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
// One key-value field attached to an account
|
||||
// If the value is an uri, the server may attempt to verify ownership
|
||||
// over that uri by checking the content for a `rel="me"` anchor
|
||||
// linking back to the account the field is attached to
|
||||
type UserInfoField struct {
|
||||
gorm.Model // Can actually just embed this as is here as those are not something directly exposed :3
|
||||
Name string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue