Documentation
¶
Index ¶
- type Indexer
- func (i *Indexer) HandleEvent(ctx context.Context, ictx *indexer.Context, event indexer.Event) error
- func (i *Indexer) Handles(uri string) bool
- func (i *Indexer) Index(ctx context.Context, ictx *indexer.Context) error
- func (i *Indexer) Name() string
- func (i *Indexer) PostIndex(ctx context.Context, ictx *indexer.Context) error
- func (i *Indexer) Schemes() []string
- func (i *Indexer) Subscriptions() []indexer.Subscription
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
}
Indexer indexes markdown files, extracting structure (headings, code blocks, links, images).
func (*Indexer) HandleEvent ¶
func (*Indexer) Subscriptions ¶
func (i *Indexer) Subscriptions() []indexer.Subscription
Click to show internal directories.
Click to hide internal directories.