Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FinishedStat ¶
type FinishedStat struct {
Id int64
RunId int64
Elapsed int64
Time int64
TimeStr string
Summary string
Exit string
}
func (FinishedStat) TableName ¶
func (f FinishedStat) TableName() string
type Host ¶
type Host struct {
Id int64
RunId int64
EndTime int64
StartTime int64
Status HostStatus
Address HostAddress
}
type HostAddress ¶
func (HostAddress) TableName ¶
func (h HostAddress) TableName() string
type HostPort ¶
type HostStatus ¶
type HostStatus struct {
Id int64
RunId int64
HostId int64
ReasonTTL int64
State string
Reason string
ExtraInfo string
}
func (HostStatus) TableName ¶
func (h HostStatus) TableName() string
type JsonNullInt64 ¶
func (JsonNullInt64) MarshalJSON ¶
func (v JsonNullInt64) MarshalJSON() ([]byte, error)
func (*JsonNullInt64) UnmarshalJSON ¶
func (v *JsonNullInt64) UnmarshalJSON(data []byte) error
type JsonNullString ¶
type JsonNullString struct {
sql.NullString
}
func (JsonNullString) MarshalJSON ¶
func (v JsonNullString) MarshalJSON() ([]byte, error)
func (*JsonNullString) UnmarshalJSON ¶
func (v *JsonNullString) UnmarshalJSON(data []byte) error
type PortService ¶
func (PortService) TableName ¶
func (p PortService) TableName() string
type PortState ¶
type Run ¶
type ScanInfo ¶
Click to show internal directories.
Click to hide internal directories.