Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentificationRateStats ¶
type IdentificationRateStats struct { LastDayRate float64 LastWeekRate float64 LastMonthRate float64 Rating string }
func (*IdentificationRateStats) CalculateRating ¶
func (i *IdentificationRateStats) CalculateRating()
type IdentificationRateStatsResponse ¶
type IdentificationRateStatsResponse struct { TotalRate *IdentificationRateStats Operators map[string]*IdentificationRateStats }
func GetIdentificationRateStats ¶
func GetIdentificationRateStats(operatorsList []string) IdentificationRateStatsResponse
Click to show internal directories.
Click to hide internal directories.