Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TaskInfo ¶
type TaskInfo struct { ID int Subject string SubTitle string FileType string Start time.Time End time.Time ClassNO int }
TaskInfo table item
type TaskInfoSlice ¶
type TaskInfoSlice []TaskInfo
TaskInfoSlice for sort type
func (TaskInfoSlice) Less ¶
func (tasks TaskInfoSlice) Less(i, j int) bool
Less for sort by id (Less)
Click to show internal directories.
Click to hide internal directories.