MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / AppMeta

Struct AppMeta

tsunami/engine/clientimpl.go:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42var defaultClient = makeClient()
43
44type AppMeta struct {
45 Title string `json:"title"`
46 ShortDesc string `json:"shortdesc"`
47 Icon string `json:"icon"` // for waveapps, the icon to use (fontawesome names)
48 IconColor string `json:"iconcolor"` // for waveapps, the icon color to use (HTML color -- name, hex, rgb)
49}
50
51type SecretMeta struct {
52 Desc string `json:"desc"`

Callers 1

SetAppMetaFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected