Documentation ¶
Index ¶
- func AddPluginToProject(pluginName string, pluginArgs string)
- func DownloadAndInstallPlugin(plugin, version, messageFormat string)
- func InstallAllPlugins()
- func InstallPlugin(pluginName, version string) installResult
- func InstallPluginZip(zipFile string, pluginName string)
- func IsCompatibleLanguagePluginInstalled(name string) bool
- func PrintUpdateInfoWithDetails()
- func UninstallPlugin(pluginName string, version string)
- func UpdatePlugins()
- type UpdateFacade
- type UpdateInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPluginToProject ¶
func DownloadAndInstallPlugin ¶
func DownloadAndInstallPlugin(plugin, version, messageFormat string)
func InstallAllPlugins ¶
func InstallAllPlugins()
func InstallPlugin ¶
func InstallPlugin(pluginName, version string) installResult
func InstallPluginZip ¶
func PrintUpdateInfoWithDetails ¶ added in v0.3.0
func PrintUpdateInfoWithDetails()
func UninstallPlugin ¶ added in v0.1.8
func UpdatePlugins ¶ added in v0.2.0
func UpdatePlugins()
Types ¶
type UpdateFacade ¶ added in v0.3.0
type UpdateFacade struct {
// contains filtered or unexported fields
}
func (*UpdateFacade) BufferUpdateDetails ¶ added in v0.3.0
func (u *UpdateFacade) BufferUpdateDetails()
func (*UpdateFacade) PrintUpdateBuffer ¶ added in v0.3.0
func (u *UpdateFacade) PrintUpdateBuffer()
type UpdateInfo ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.