feat: implement function management with FunctionEntity, FunctionService, and FunctionController; enhance QueryExecuterService to utilize functions; refactor CommandController and QueryController to extend BaseQueryController; update Vm class to handle functions; remove obsolete log entities
This commit is contained in:
@ -35,6 +35,6 @@ export const registeredModules = {
|
||||
|
||||
export type QueryResponse = {
|
||||
statusCode: number;
|
||||
response: Record<string, any>;
|
||||
response: any;
|
||||
headers: Record<string, string>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user