支持商业版本状态查询

This commit is contained in:
GoEdgeLab
2023-03-31 14:06:01 +08:00
parent 1627a7f3dd
commit 20c802c51d
3 changed files with 23 additions and 3 deletions

View File

@@ -7,3 +7,11 @@ package nodes
func (this *Node) reloadCommonScripts() error {
return nil
}
func (this *Node) reloadIPLibrary() {
}
func (this *Node) notifyPlusChange() error {
return nil
}