package
Version:
v0.19.0
Opens a new window with list of versions in this module.
Published: Oct 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
this func will block caller
type ErrResp struct {
Error string `json:"error,omitempty"`
}
type QueryTaskReq struct {
ProjectID uint64 `json:"projectID" binding:"required"`
TaskID string `json:"taskID" binding:"required"`
}
type QueryTaskResp struct {
Time time.Time `json:"time"`
Processed bool `json:"processed"`
Error string `json:"error,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.