Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PipeToPeco ¶
Types ¶
type FilterStringer ¶
type FilterStringer interface {
FilterString() string
}
func Find ¶
func Find(stringers []FilterStringer) ([]FilterStringer, error)
type FilterableIssue ¶
func ToFilterableIssues ¶
func ToFilterableIssues(issues []service.Issue) (fis []*FilterableIssue)
func (*FilterableIssue) FilterString ¶
func (f *FilterableIssue) FilterString() string
func (*FilterableIssue) GetURL ¶
func (f *FilterableIssue) GetURL() string
type FilterablePullRequest ¶
type FilterablePullRequest struct {
service.PullRequest
}
func ToFilterablePullRequests ¶
func ToFilterablePullRequests(pulls []service.PullRequest) (fis []*FilterablePullRequest)
func (*FilterablePullRequest) FilterString ¶
func (f *FilterablePullRequest) FilterString() string
func (*FilterablePullRequest) GetURL ¶
func (f *FilterablePullRequest) GetURL() string
type FilterableURL ¶
func (*FilterableURL) FilterString ¶
func (f *FilterableURL) FilterString() string
func (*FilterableURL) GetURL ¶
func (f *FilterableURL) GetURL() string
Click to show internal directories.
Click to hide internal directories.