Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProtonDBUrl ¶
func SummaryUrl ¶ added in v0.1.29
Types ¶
type ConfidenceGetter ¶ added in v0.1.34
type ConfidenceGetter interface {
GetConfidence() string
}
type Summary ¶ added in v0.1.33
type Summary struct {
BestReportedTier string `json:"bestReportedTier"`
Confidence string `json:"confidence"`
ProvisionalTier string `json:"provisionalTier"`
Score float64 `json:"score"`
Tier string `json:"tier"`
Total int `json:"total"`
TrendingTier string `json:"trendingTier"`
}
func (*Summary) GetConfidence ¶ added in v0.1.33
Click to show internal directories.
Click to hide internal directories.