Versions in this module Expand all Collapse all v0 v0.0.10 Apr 10, 2026 v0.0.9 Mar 17, 2026 Changes in this version + type TaskRestfulApiHandler struct + func (h *TaskRestfulApiHandler) DescribeTask(r *restful.Request, w *restful.Response) + func (h *TaskRestfulApiHandler) Init() error + func (h *TaskRestfulApiHandler) Name() string + func (h *TaskRestfulApiHandler) QueryTask(r *restful.Request, w *restful.Response) + func (h *TaskRestfulApiHandler) ReRunTask(r *restful.Request, w *restful.Response) + type TaskSet struct + Items []*task.Task + Total int64