Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteExpTask ¶
func GetAllExpTasks ¶
func GetExpTaskByID ¶
func NewExpTask ¶
func UpdateExpTask ¶
Types ¶
type NewExpTaskReqForm ¶
type NewExpTaskReqForm struct { TaskFileHeader *multipart.FileHeader `form:"task_file" binding:"required"` Title string `form:"title" binding:"required,min=1,max=50"` DeadlineTimestamp int64 `form:"deadline_timestamp" binding:"required"` }
type UpdateExpTaskReqBody ¶
Click to show internal directories.
Click to hide internal directories.