mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
wip
This commit is contained in:
@@ -13,10 +13,10 @@ type AnalysisStatusJson = {
|
||||
finished: string[];
|
||||
};
|
||||
|
||||
export type AnalysisResult {
|
||||
export type AnalysisResult = {
|
||||
name: string,
|
||||
status: AnalysisStatus,
|
||||
}
|
||||
};
|
||||
|
||||
export class AnalysisManager {
|
||||
public analysis_status: Map<string, AnalysisStatus> = new Map();
|
||||
|
||||
Reference in New Issue
Block a user