Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier interface {
Notify(repository *github.Repository, gazers []*github.Stargazer)
}
type Processor ¶
type RepoScanner ¶
type Repositories ¶
type Repositories interface {
ListByUser(ctx context.Context, user string, opts *github.RepositoryListByUserOptions) ([]*github.Repository, *github.Response, error)
}
type SLogNotifier ¶
func (SLogNotifier) Notify ¶
func (s SLogNotifier) Notify(repository *github.Repository, gazers []*github.Stargazer)
type SlackWebHookNotifier ¶
func (*SlackWebHookNotifier) Notify ¶
func (s *SlackWebHookNotifier) Notify(repository *github.Repository, gazers []*github.Stargazer)
Click to show internal directories.
Click to hide internal directories.