Documentation
¶
Index ¶
Constants ¶
View Source
const (
SavesTable = "saves"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Saves ¶
type Saves struct { gorm.Model AccountId uint `gorm:"primaryKey;type:bigint;account_id"` Name string `gorm:"type:text;name"` Comment string `gorm:"type:text;comment"` Cid string `gorm:"type:text;cid"` Types string `gorm:"type:text;types"` IsPrivate bool `gorm:"type:boolean;is_private"` }
Saves a file to the database.
func NewSavesAccountId ¶
func NewSavesDelete ¶
func NewSavesId ¶
func (*Saves) DeleteSaves ¶
Click to show internal directories.
Click to hide internal directories.