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