Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Db gorm.DB
)
Functions ¶
Types ¶
type Queue ¶
type Queue struct {
ID int
Title string `sql:"type:varchar(255)"`
Description string `sql:"type:varchar(255)"`
MaxPeoples int
Creator User // One2One
CreatorID int `json:"-"`
CurrentMember Member // One2One
CurrentMemberID int `json:"-"`
Members []Member
Created time.Time
IsActive bool
IsDeleted bool
}
Click to show internal directories.
Click to hide internal directories.