Documentation
¶
Overview ¶
Package githubmentions provides a Collector that returns a Set for the number of mentions a given repository has in commit messages as returned by GitHub's search interface.
This signal formed the basis of the original version of dependent count, however it is a noisy, unreliable signal.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
func (*Source) IsSupported ¶
func (c *Source) IsSupported(r projectrepo.Repo) bool
Click to show internal directories.
Click to hide internal directories.