MCPcopy Create free account
hub / github.com/catppuccin/cli / SearchEntry

Struct SearchEntry

internal/pkg/structs/search.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14type SearchRes []SearchEntry
15
16type SearchEntry struct {
17 Name string `json:"name"`
18 Stars int `json:"stars"`
19 Topics []string `json:"topics"`
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected