Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
A Manager performs benchmarks and manages contracts
type PingResult ¶
type PingResult struct { RHPv2 bool `json:"rhpv2"` RHPv3 bool `json:"rhpv3"` PingRTT float64 `json:"ping"` }
PingResult contains simplified true/false values.
type Settings ¶
type Settings struct { Settings rhp2.HostSettings `json:"settings"` PriceTable rhp3.HostPriceTable `json:"priceTable"` PingRTT float64 `json:"ping"` }
Settings contains the settings scanned from a host.
Click to show internal directories.
Click to hide internal directories.