Files
waf-platform/EdgeNode/internal/nodes/node_tasks_packet_stub_plus.go
2026-02-04 20:27:13 +08:00

13 lines
310 B
Go

// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
//go:build plus && !packet
package nodes
import (
"github.com/TeaOSLab/EdgeNode/internal/rpc"
)
func (this *Node) execNetworkSecurityPolicyChangedTask(rpcClient *rpc.RPCClient) error {
return nil
}