package
Version:
v0.0.0-...-a4d71d1
Opens a new window with list of versions in this module.
Published: Jul 10, 2018
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateTaskReq struct {
model.Task
OutputSysDBID string `json:"sysdb_id"`
}
type CreateTaskResp struct {
ID uint64 `json:"id"`
CreateAt time.Time `json:"create_at"`
}
type GetTaskListReq struct {
Size int `json:"size" form:"size"`
Offset int `json:"offset" form:"offset"`
}
type GetTaskListResp struct {
Total int `json:"total"`
Data []model.Task `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.