⚗️ Testing with the new post listing v2
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
package models
|
||||
|
||||
import "git.solsynth.dev/hypernet/nexus/pkg/nex/cruda"
|
||||
import (
|
||||
"git.solsynth.dev/hypernet/nexus/pkg/nex/cruda"
|
||||
"git.solsynth.dev/hypernet/passport/pkg/authkit/models"
|
||||
)
|
||||
|
||||
const (
|
||||
PublisherTypePersonal = iota
|
||||
@ -26,4 +29,7 @@ type Publisher struct {
|
||||
|
||||
RealmID *uint `json:"realm_id"`
|
||||
AccountID *uint `json:"account_id"`
|
||||
|
||||
Account models.Account `gorm:"-"`
|
||||
Realm models.Realm `json:"-"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user