Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CourseOffering ¶
type CourseOffering struct { ID int64 `json:"id"` Name string `json:"name"` Term string `json:"term"` Teacher string `json:"teacher"` ElectiveType string `json:"elective_type"` CourseHash string `json:"course_hash"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` DeletedAt gorm.DeletedAt `json:"deleted_at,omitempty"` }
type Picture ¶
type Picture struct { ID int64 Url string Href string Text string PicType int64 ShowTimes int64 PointTimes int64 Duration int64 StartAt time.Time // 开始时间 EndAt time.Time // 结束时间 StartTime int64 // 开始时段 0~24 EndTime int64 // 结束时段 0~24 SType int64 // 类型 Frequency int64 // 一天展示次数 Regex string CreatedAt time.Time UpdatedAt time.Time DeletedAt gorm.DeletedAt `sql:"index"` }
Click to show internal directories.
Click to hide internal directories.