Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRepoFactory ¶
Types ¶
type IssuesSource ¶
type IssuesSource struct{}
func (*IssuesSource) EmptySet ¶
func (ic *IssuesSource) EmptySet() signal.Set
func (*IssuesSource) Get ¶
func (ic *IssuesSource) Get(ctx context.Context, r projectrepo.Repo, _ string) (signal.Set, error)
func (*IssuesSource) IsSupported ¶
func (ic *IssuesSource) IsSupported(r projectrepo.Repo) bool
type RepoSource ¶
type RepoSource struct{}
func (*RepoSource) EmptySet ¶
func (rc *RepoSource) EmptySet() signal.Set
func (*RepoSource) Get ¶
func (rc *RepoSource) Get(ctx context.Context, r projectrepo.Repo, _ string) (signal.Set, error)
func (*RepoSource) IsSupported ¶
func (rc *RepoSource) IsSupported(p projectrepo.Repo) bool
Click to show internal directories.
Click to hide internal directories.