Commit c1e66a6a authored by 黄刚's avatar 黄刚

Update trace组件设计草稿.md

parent ece86020
# trace组件工作流程
# trace组件工作流程
......@@ -74,7 +74,7 @@ type TraceTask struct {
//开始任务
func StartTask(ctx context.Context, taskId string, condition map[string]string) error
//停止任务
func StopTask(ctx context.Context, taskId string, condition map[string]string) error
func StopTask(ctx context.Context, taskId string) error
//删除任务
func DeleteTask(ctx context.Context, taskId string) error
//查询任务,返回该任务对应的字典
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment