Documentation ¶
Index ¶
Constants ¶
View Source
const ( UploadKindDefault = iota UploadKindImage )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UploadData ¶
type UploadData struct {
Id uint64 `json:"id"`
}
type UploadModel ¶
type UploadModel struct { model.DBModel[UploadData] }
func NewUploadModel ¶
func NewUploadModel() *UploadModel
type UserData ¶
type UserData struct { UID uint64 `json:"uid"` Email sql.NullString `json:"email"` Mobile sql.NullString `json:"mobile"` Password string `json:"password"` Avator string `json:"avator"` CTime uint64 `json:"ctime"` MTime uint64 `json:"mtime"` }
Click to show internal directories.
Click to hide internal directories.