Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BM25InputItem ¶
type BM25InputItem interface { GetText() string GetItem() interface{} }
type BM25Result ¶
type BM25Result struct { Score float64 QueryTerms []string InputItem BM25InputItem }
type Commit ¶
type GHClient ¶
type GHClient struct { }
func (*GHClient) GetOpenIssues ¶
func (*GHClient) IsAvailable ¶
type GitClient ¶
type GitClient struct { }
func (*GitClient) GetCommits ¶
func (*GitClient) GetCurrentRepoInfo ¶
func (*GitClient) IsInsideGitWorkTree ¶
type Issue ¶
type RankCommitItem ¶
type RankCommitItem struct {
Commit *Commit
}
func (*RankCommitItem) GetItem ¶
func (rci *RankCommitItem) GetItem() interface{}
func (*RankCommitItem) GetText ¶
func (rci *RankCommitItem) GetText() string
type RankIssueItem ¶
type RankIssueItem struct {
Issue *Issue
}
func (*RankIssueItem) GetItem ¶
func (rii *RankIssueItem) GetItem() interface{}
func (*RankIssueItem) GetText ¶
func (rii *RankIssueItem) GetText() string
Click to show internal directories.
Click to hide internal directories.