ing
This commit is contained in:
parent
af1a9f1eeb
commit
a9833d3070
|
@ -15,5 +15,6 @@ type Host struct {
|
|||
Zone *Zone `json:"zone,omitempty"`
|
||||
PortList []*Port `json:"portList,omitempty"`
|
||||
|
||||
DiscoveredBy string `json:"discoveredBy,omitempty"`
|
||||
DiscoveredDate *util.Timestamp `json:"discoveredDate,omitempty"`
|
||||
}
|
||||
|
|
|
@ -13,10 +13,10 @@ type Port struct {
|
|||
PortNumber json.Number `json:"portNumber,omitempty"`
|
||||
Meta map[string]string `json:"meta,omitempty"`
|
||||
|
||||
DiscoveredDate *util.Timestamp `json:"discoveredDate,omitempty"`
|
||||
|
||||
Host *Host `json:"host,omitempty"`
|
||||
ServiceList []*Service `json:"serviceList,omitempty"`
|
||||
|
||||
UDPLayer gopacket.Layer `json:"-"`
|
||||
DiscoveredBy string `json:"discoveredBy,omitempty"`
|
||||
DiscoveredDate *util.Timestamp `json:"discoveredDate,omitempty"`
|
||||
UDPLayer gopacket.Layer `json:"-"`
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@ type Service struct {
|
|||
|
||||
Port *Port `json:"port,omitempty"`
|
||||
|
||||
DiscoveredBy string `json:"discoveredBy,omitempty"`
|
||||
DiscoveredDate *util.Timestamp `json:"discoveredDate,omitempty"`
|
||||
Metadata map[string]string `json:"metadata,omitempty"`
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@ type Zone struct {
|
|||
Mac string `json:"mac,omitempty"`
|
||||
Meta map[string]string `json:"meta,omitempty"`
|
||||
|
||||
DiscoveredBy string `json:"discoveredBy,omitempty"`
|
||||
DiscoveredDate *util.Timestamp `json:"discoveredDate,omitempty"`
|
||||
|
||||
mtx sync.RWMutex `json:"-"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user