优化TOA

This commit is contained in:
GoEdgeLab
2023-07-24 10:01:38 +08:00
parent 9f5dfec1c8
commit bd05b68966
6 changed files with 18 additions and 114 deletions

View File

@@ -15,3 +15,7 @@ func (this *Node) reloadIPLibrary() {
func (this *Node) notifyPlusChange() error {
return nil
}
func (this *Node) execTOAChangedTask() error {
return nil
}