github.com/TeaOSLab/EdgeNode@v1.3.8/internal/nodes/node_ext.go (about)

     1  // Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
     2  //go:build !script
     3  // +build !script
     4  
     5  package nodes
     6  
     7  func (this *Node) reloadCommonScripts() error {
     8  	return nil
     9  }
    10  
    11  func (this *Node) reloadIPLibrary() {
    12  
    13  }
    14  
    15  func (this *Node) notifyPlusChange() error {
    16  	return nil
    17  }
    18  
    19  func (this *Node) execTOAChangedTask() error {
    20  	return nil
    21  }