UU
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Zone } from './Zone';
|
||||
import { Port } from './Port';
|
||||
// import { Port } from './Port';
|
||||
import { MetaIPType } from '../meta';
|
||||
|
||||
export const defaultOsType = 'UNKNOWN';
|
||||
@@ -24,5 +24,5 @@ export interface Host {
|
||||
discoveredDate?: Date;
|
||||
|
||||
zone?: Zone;
|
||||
portList?: Port[];
|
||||
// portList?: Port[];
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { Host } from './Host';
|
||||
import { Service } from './Service';
|
||||
import { MetaPortType } from '../meta';
|
||||
|
||||
export interface Port {
|
||||
@@ -11,5 +10,5 @@ export interface Port {
|
||||
discoveredDate?: Date;
|
||||
|
||||
host?: Host;
|
||||
serviceList?: Service[];
|
||||
// serviceList?: Service[];
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { Host } from './Host';
|
||||
import { MetaIPType } from '../meta';
|
||||
|
||||
export interface Zone {
|
||||
@@ -12,5 +11,5 @@ export interface Zone {
|
||||
discoveredBy?: string[];
|
||||
discoveredDate?: Date;
|
||||
|
||||
hostList?: Host[];
|
||||
// hostList?: Host[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user