mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-08 11:20:26 +08:00
实现基础的智能调度
This commit is contained in:
9
internal/tasks/health_check_executor_ext.go
Normal file
9
internal/tasks/health_check_executor_ext.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
//go:build !plus
|
||||
|
||||
package tasks
|
||||
|
||||
// 触发节点动作
|
||||
func (this *HealthCheckExecutor) fireNodeActions(nodeId int64) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user