Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codesuki/go-trending
/ types & classes
Types & classes
15 in github.com/codesuki/go-trending
⨍
Functions
45
◇
Types & classes
15
Interface
Clock
Clock specifies the needed time related functions used by the time series. To use a custom clock implement the interface and pass it to the time serie
slidingwindow/slidingwindow.go:8
FuncType
Option
func(*options)
trending.go:47
Struct
Scorer
trending.go:97
TypeAlias
Scores
score.go:12
Interface
SlidingWindow
trending.go:102
FuncType
SlidingWindowCreator
func(string) SlidingWindow
trending.go:107
Interface
TimeSeries
trending.go:109
FuncType
TimeSeriesCreator
func(string) TimeSeries
trending.go:114
Struct
defaultClock
defaultClock is used in case no clock is provided to the constructor.
slidingwindow/slidingwindow.go:13
Struct
item
item.go:8
FuncType
option
func(*options)
slidingwindow/slidingwindow.go:45
Struct
options
trending.go:32
Struct
options
slidingwindow/slidingwindow.go:38
Struct
score
score.go:3
Struct
slidingWindow
slidingwindow/slidingwindow.go:19