Documentation ¶
Overview ¶
Package features provides various features implementations.
Index ¶
- func NewAverageForks(name string, db *sql.DB) (*averageForks, error)
- func NewAverageStars(name string, db *sql.DB) (*averageStars, error)
- func NewCommitsCount(name string, db *sql.DB) (*commitsCount, error)
- func NewContributionsCount(name string, db *sql.DB) (*contributionsCount, error)
- func NewFollowersCount(name string, db *sql.DB) (*followersCount, error)
- func NewHireable(name string, db *sql.DB) (*hireable, error)
- type Feature
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAverageForks ¶
NewAverageForks creates a new average forks feature.
func NewAverageStars ¶
NewAverageStars creates a new average stars feature.
func NewCommitsCount ¶
NewCommitsCount creates a new commits count feature.
func NewContributionsCount ¶
NewContributionsCount creates a new contributions count feature.
func NewFollowersCount ¶
NewFollowersCount creates a new followers count feature.
Types ¶
Click to show internal directories.
Click to hide internal directories.