Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fetcher ¶
type RatingChecker ¶
type RatingChecker interface { Check(ctx context.Context, tweet *common.TweetSnapshot) (bool, float64, error) CurrentTop() float64 }
func NewChecker ¶
func NewChecker(db repo, topCount int) RatingChecker
Click to show internal directories.
Click to hide internal directories.