Documentation ¶
Index ¶
Constants ¶
View Source
const (
TableOutboxesName = "outboxes"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Outboxes ¶
type Outboxes struct { gorm.Model ActorId uint `gorm:"primaryKey;type:bigint;actor_id"` ActivityId string `gorm:"primaryKey;type:text;activity_id"` To string `gorm:" type:text;to"` Cc string `gorm:"type:text;cc"` Bcc string `gorm:"type:text;bcc"` Bto string `gorm:"type:text;bto"` Audience string `gorm:"type:text;audience"` Types string `gorm:"type:text;types"` Body string `gorm:"type:text;body"` IsPublic bool `gorm:"type:boolean;is_public"` }
func NewOutboxes ¶
func NewOutboxesActorId ¶
func (*Outboxes) GetOutboxes ¶
func (*Outboxes) GetOutboxesPublic ¶
Click to show internal directories.
Click to hide internal directories.