Files
EdgeNode/internal/nodes/node_ext.go
GoEdgeLab bd05b68966 优化TOA
2023-07-24 10:01:38 +08:00

22 lines
352 B
Go

// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build !script
// +build !script
package nodes
func (this *Node) reloadCommonScripts() error {
return nil
}
func (this *Node) reloadIPLibrary() {
}
func (this *Node) notifyPlusChange() error {
return nil
}
func (this *Node) execTOAChangedTask() error {
return nil
}