Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandList ¶
CommandList lists all installed plugins in the specified format
Types ¶
type PluginInfo ¶
type PluginInfo struct {
Name string `json:"name"`
Version string `json:"version"`
Enabled bool `json:"enabled"`
Core bool `json:"core"`
Description string `json:"description"`
SourceURL string `json:"source_url"`
Committish string `json:"committish"`
Branch string `json:"branch"`
}
PluginInfo describes an installed dokku plugin
Click to show internal directories.
Click to hide internal directories.