package
Version:
v1.3.7
Opens a new window with list of versions in this module.
Published: Mar 25, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Documentation struct {
Name string `json:"name"`
DisplayName string `json:"displayName"`
Description string `json:"description"`
Topics map[string]*Topic `json:"topics"`
}
type SearchResult struct {
ID string `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
Documentation string `json:"documentation"`
Score float64 `json:"score"`
}
type Topic struct {
ID string `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
Content string `json:"content"`
Keywords []string `json:"keywords"`
Documentation string `json:"documentation"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.