| 42 | var defaultClient = makeClient() |
| 43 | |
| 44 | type 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 | |
| 51 | type SecretMeta struct { |
| 52 | Desc string `json:"desc"` |