Files
EdgeAPI/internal/tasks/health_check_executor_ext.go

10 lines
247 B
Go
Raw Normal View History

2024-05-17 18:27:26 +08:00
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
2023-05-17 18:42:21 +08:00
//go:build !plus
package tasks
// 触发节点动作
func (this *HealthCheckExecutor) fireNodeActions(nodeId int64) error {
return nil
}