This commit is contained in:
parent
b6f12b7acf
commit
8f8ad3035a
33 changed files with 166 additions and 111 deletions
|
@ -7,11 +7,11 @@ import (
|
|||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
// A user describes an account for creating content.
|
||||
// A user describes an account for creating content and events.
|
||||
// This may be controlled by either a human or some external script
|
||||
//
|
||||
// Data stored externally:
|
||||
// - Feed connections (which note belongs in the feed of this user, for what reason)
|
||||
// - Feed connections (which note belongs in the feed of this user, for what reason), see [NoteToFeed]
|
||||
type User struct {
|
||||
// ID is a uuid for this account
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue