Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BehaviorReport ¶
type BehaviorReport struct {
Export string
Group string
Property string
Behavior string
Criteria bool
Network string
}
func (BehaviorReport) Report ¶
func (br BehaviorReport) Report()
type HostReport ¶
type HostReport struct {
Export string
Group string
Property string
WarningDays int
HttpTest bool
Network string
}
func (HostReport) Report ¶
func (hr HostReport) Report()
type Hostinfo ¶
type Hostinfo struct {
Hostname string
Edgehost string
Clientinfo *clienttest.ClientInfo
}
type OriginInfo ¶
type OriginReport ¶
func (OriginReport) Report ¶
func (or OriginReport) Report()
type PropertyInfo ¶
type PropertyInfo struct {
Contract string
Groupname string
Propertyname string
Siteshield string
Hosts []*Hostinfo
Origins []*OriginInfo
Summary *properties.PropSum
}
Click to show internal directories.
Click to hide internal directories.