10 lines
250 B
Go
10 lines
250 B
Go
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
|
|
//go:build !plus
|
|
|
|
package tasks
|
|
|
|
// 触发节点动作
|
|
func (this *HealthCheckExecutor) fireNodeActions(nodeId int64) error {
|
|
return nil
|
|
}
|