Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageViewsForDate ¶
type ProblemReportsForDate ¶
type SearchTerm ¶
type SearchTerms ¶
type SearchTerms []SearchTerm
func (SearchTerms) Len ¶
func (terms SearchTerms) Len() int
func (SearchTerms) Less ¶
func (terms SearchTerms) Less(i, j int) bool
func (SearchTerms) Swap ¶
func (terms SearchTerms) Swap(i, j int)
type SearchUniquesForDate ¶
type Statistics ¶
type Statistics struct { PageViews []Statistic `json:"page_views"` Searches []Statistic `json:"searches"` ProblemReports []Statistic `json:"problem_reports"` SearchTerms SearchTerms `json:"search_terms"` }
func SlugStatistics ¶
func SlugStatistics(client performanceclient.DataClient, slug string, is_multipart bool) (*Statistics, error)
Click to show internal directories.
Click to hide internal directories.