ing
This commit is contained in:
parent
3b4553270f
commit
bea6e13c19
|
@ -10,9 +10,9 @@ type Host struct {
|
|||
ID json.Number `json:"id,Number,omitempty"`
|
||||
IP int64 `json:"ip,omitempty"`
|
||||
Mac int64 `json:"mac,omitempty"`
|
||||
CreateDate util.Timestamp `json:"createDate,omitempty"`
|
||||
UpdateDate util.Timestamp `json:"updateDate,omitempty"`
|
||||
Os string `json:"os,omitempty"`
|
||||
OS string `json:"os,omitempty"`
|
||||
Target bool `json:"target,omitempty"`
|
||||
Ports []*Port `json:"ports,omitempty"`
|
||||
CreateDate util.Timestamp `json:"createDate,omitempty"`
|
||||
UpdateDate util.Timestamp `json:"updateDate,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user