feat: init WorkflowGenerator class
This commit is contained in:
@@ -31,3 +31,14 @@ interface MetaData {
|
|||||||
params: string[],
|
params: string[],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export class WorkflowGenerator {
|
||||||
|
|
||||||
|
private socket : Socket;
|
||||||
|
|
||||||
|
public constructor(socket: Socket) {
|
||||||
|
this.socket = socket;
|
||||||
|
this.registerEventHandlers(socket);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user