Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PluginsDir ¶
func PluginsDir() string
Types ¶
type Plugin ¶
type Plugin struct {
ID string `json:"id"`
Name string `json:"name"`
Marketplace string `json:"marketplace"`
Version string `json:"version"`
Scope string `json:"scope"`
Enabled bool `json:"enabled"`
InstallPath string `json:"installPath"`
InstalledAt string `json:"installedAt"`
LastUpdated string `json:"lastUpdated"`
Description string `json:"description"`
Author string `json:"author"`
Homepage string `json:"homepage"`
Keywords []string `json:"keywords"`
Agents []string `json:"agents"`
Commands []string `json:"commands"`
Skills []string `json:"skills"`
}
func ListPlugins ¶
Click to show internal directories.
Click to hide internal directories.