Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DayHotSearch ¶
type DayHotSearch struct {
// contains filtered or unexported fields
}
DayHotSearch x
type DaySearchStats ¶
type DaySearchStats struct {
// contains filtered or unexported fields
}
DaySearchStats is search statistics of today
type HotSearchStats ¶
type HotSearchStats struct {
// contains filtered or unexported fields
}
HotSearchStats is hot search statistics
func (*HotSearchStats) Len ¶
func (s *HotSearchStats) Len() int
func (*HotSearchStats) Less ¶
func (s *HotSearchStats) Less(i, j int) bool
func (*HotSearchStats) Swap ¶
func (s *HotSearchStats) Swap(i, j int)
type SearchStats ¶
SearchStats x
type UserSearchTrack ¶
type UserSearchTrack struct {
// contains filtered or unexported fields
}
UserSearchTrack is for tracking user searches. ///////////////////////////////////////////////
Click to show internal directories.
Click to hide internal directories.