We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d3e5c + f32522c commit bad1ed5Copy full SHA for bad1ed5
1 file changed
sdkgo/task.go
@@ -57,7 +57,7 @@ type TaskProcessor interface {
57
// HostTask 任务完整信息。
58
type HostTask struct {
59
ID int64
60
- PublicID string
+ PublicTaskID string
61
PluginID string
62
TaskType string
63
Status TaskStatus // pending, processing, completed, failed, cancelled
0 commit comments