Skip to content

Commit bad1ed5

Browse files
authored
Merge pull request #12 from DevilGenius/dev
与Core统一TaskID命名
2 parents 43d3e5c + f32522c commit bad1ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdkgo/task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type TaskProcessor interface {
5757
// HostTask 任务完整信息。
5858
type HostTask struct {
5959
ID int64
60-
PublicID string
60+
PublicTaskID string
6161
PluginID string
6262
TaskType string
6363
Status TaskStatus // pending, processing, completed, failed, cancelled

0 commit comments

Comments
 (0)