[ agent ] [executor] Function File Executor -1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package io.wdd.common.beans.executor;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.experimental.SuperBuilder;
|
||||
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@SuperBuilder(toBuilder = true)
|
||||
public class ExecutorFunction {
|
||||
|
||||
|
||||
String functionName;
|
||||
|
||||
String functionContent;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user