Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatResults(results []SearchResult) string + type Document struct + Fields map[string]string + Layer string + Protocol string + Tags []string + type Index struct + Docs []Document + func NewIndex() *Index + func (idx *Index) Add(doc Document) + func (idx *Index) Search(query string) []SearchResult + type SearchResult struct + Match string + Protocol string + Score float64