Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
Index holds the parsed cloud status service data for searching.
func (*Index) Providers ¶
Providers returns all unique provider (group) names, sorted alphabetically.
func (*Index) Search ¶
func (idx *Index) Search(provider, query string, page, pageSize int) SearchResult
Search finds services matching the given criteria. Provider filters by exact group name. Query does case-insensitive substring match on service name. If both provider and query are empty, all services are returned (subject to pagination).
type SearchResult ¶
SearchResult holds a paginated search result.
Click to show internal directories.
Click to hide internal directories.