Documentation ¶ Index ¶ type Indexer func New(s *store.Store, registry *parser.Registry) *Indexer func (i *Indexer) Index(ctx context.Context, opts Options) (store.ScanSummary, error) func (i *Indexer) Update(ctx context.Context, opts Options) (store.ScanSummary, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Indexer ¶ type Indexer struct { // contains filtered or unexported fields } func New ¶ func New(s *store.Store, registry *parser.Registry) *Indexer func (*Indexer) Index ¶ func (i *Indexer) Index(ctx context.Context, opts Options) (store.ScanSummary, error) func (*Indexer) Update ¶ func (i *Indexer) Update(ctx context.Context, opts Options) (store.ScanSummary, error) type Options ¶ type Options struct { RepoRoot string Force bool Include []string Exclude []string Languages []string GitBase string Paths []string ScanKind string } Source Files ¶ View all Source files indexer.go Click to show internal directories. Click to hide internal directories.