Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Contact ¶
type Contact struct {
Slug string `gorm:"primaryKey"`
URL string `gorm:"column:url;not null"`
Name string
CreatedAt time.Time `gorm:"autoCreateTime"`
}
Contact represents the contacts table for contact sharing.
type Quota ¶
type Quota struct {
Username string `gorm:"primaryKey"`
MaxStorage int64
CreatedAt int64
FirstLoginAt int64
}
Quota represents the quotas table.
type TableEntry ¶
TableEntry represents a generic key-value entry for sql_table module.
Click to show internal directories.
Click to hide internal directories.