Versions in this module Expand all Collapse all v4 v4.3.1 Dec 11, 2024 v4.3.0 Dec 9, 2024 Changes in this version + type Config struct + WordsPerMinute float64 + type Controller struct + func NewController(hlRepository highlightsRepository, sender Sender, idx IdxReader, cfg Config) *Controller + func (a *Controller) Search(c *fiber.Ctx) error + type IdxReader interface + Author func(slug string) (index.Author, error) + SearchByAuthor func(authorSlug string, page, resultsPerPage int) (result.Paginated[[]index.Document], error) + type Sender interface + From func() string