mirror of
https://gitee.com/BDWare/common
synced 2025-01-10 01:44:16 +00:00
connect function node with compiled function
This commit is contained in:
parent
58950fbf8a
commit
321dba92aa
@ -34,6 +34,7 @@ public class FunctionNode extends Script {
|
||||
private String secretID;
|
||||
private JsonElement homoEncryptConf;
|
||||
private JsonElement homoDecryptConf;
|
||||
public transient Class compiledClazz;
|
||||
|
||||
public FunctionNode(String name, String fileName) {
|
||||
this.functionName = name;
|
||||
|
Loading…
Reference in New Issue
Block a user