Versions in this module Expand all Collapse all v1 v1.32.0 Apr 4, 2025 Changes in this version + func CancelResolution(c *gin.Context, in *cancelResolutionIn) error + func CreateBatch(c *gin.Context, in *createBatchIn) (*task.Batch, error) + func CreateComment(c *gin.Context, in *createCommentIn) (*task.Comment, error) + func CreateResolution(c *gin.Context, in *createResolutionIn) (*resolution.Resolution, error) + func CreateTask(c *gin.Context, in *createTaskIn) (*task.Task, error) + func DeleteComment(c *gin.Context, in *deleteCommentIn) error + func DeleteTask(c *gin.Context, in *deleteTaskIn) error + func ExtendResolution(c *gin.Context, in *extendResolutionIn) error + func GetComment(c *gin.Context, in *getCommentIn) (*task.Comment, error) + func GetFunction(c *gin.Context, in *getFunctionIn) (*functions.Function, error) + func GetResolution(c *gin.Context, in *getResolutionIn) (*resolution.Resolution, error) + func GetResolutionStep(c *gin.Context, in *getResolutionStepIn) (*step.Step, error) + func GetTask(c *gin.Context, in *getTaskIn) (*task.Task, error) + func GetTemplate(c *gin.Context, in *getTemplateIn) (*tasktemplate.TaskTemplate, error) + func ListComments(c *gin.Context, in *listCommentsIn) ([]*task.Comment, error) + func ListFunctions(c *gin.Context, in *listFunctionsIn) ([]*functions.Function, error) + func ListResolutions(c *gin.Context, in *listResolutionsIn) (rr []*resolution.Resolution, err error) + func ListTasks(c *gin.Context, in *listTasksIn) (t []*task.Task, err error) + func ListTemplates(c *gin.Context, in *listTemplatesIn) ([]*tasktemplate.TaskTemplate, error) + func PauseResolution(c *gin.Context, in *pauseResolutionIn) error + func RunResolution(c *gin.Context, in *runResolutionIn) error + func UpdateComment(c *gin.Context, in *updateCommentIn) (*task.Comment, error) + func UpdateResolution(c *gin.Context, in *updateResolutionIn) error + func UpdateResolutionStep(c *gin.Context, in *updateResolutionStepIn) error + func UpdateResolutionStepState(c *gin.Context, in *updateResolutionStepStateIn) error + func UpdateTask(c *gin.Context, in *updateTaskIn) (*task.Task, error) + func WontfixTask(c *gin.Context, in *wontfixTaskIn) error