Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToDBOptions ¶
func ToDBOptions(ctx context.Context, options *internal.SearchOptions) (*issue_model.IssuesOptions, error)
Types ¶
type Indexer ¶
type Indexer struct {
indexer_internal.Indexer
}
Indexer implements Indexer interface to use database's like search
func NewIndexer ¶
func NewIndexer() *Indexer
func (*Indexer) Search ¶
func (i *Indexer) Search(ctx context.Context, options *internal.SearchOptions) (*internal.SearchResult, error)
Search searches for issues
Click to show internal directories.
Click to hide internal directories.