uint/uint64全部改为uint32
This commit is contained in:
@@ -25,8 +25,8 @@ type Task interface {
|
||||
// TaskDeviceIDResolver 定义了从任务配置中解析设备ID的方法
|
||||
type TaskDeviceIDResolver interface {
|
||||
// ResolveDeviceIDs 从任务配置中解析并返回所有关联的设备ID列表
|
||||
// 返回值: uint数组,每个字符串代表一个设备ID
|
||||
ResolveDeviceIDs(ctx context.Context) ([]uint, error)
|
||||
// 返回值: uint32数组,每个字符串代表一个设备ID
|
||||
ResolveDeviceIDs(ctx context.Context) ([]uint32, error)
|
||||
}
|
||||
|
||||
// TaskFactory 是一个工厂接口,用于根据任务执行日志创建任务实例。
|
||||
|
||||
Reference in New Issue
Block a user