This commit is contained in:
parent
b6f12b7acf
commit
8f8ad3035a
33 changed files with 166 additions and 111 deletions
|
@ -1,7 +1,9 @@
|
|||
package models
|
||||
|
||||
// Defines an account to be a being of the set type
|
||||
// Multiple are possible for combination
|
||||
// Defines an user to be a being of the set type
|
||||
// Each user may have multiple mappings
|
||||
//
|
||||
// TODO: Decide whether Being here could be changed to an open string instead
|
||||
type UserToBeing struct {
|
||||
ID uint64 `gorm:"primarykey"`
|
||||
User User
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue