Documentation ¶
Index ¶
- Variables
- func GetLocalPlugin(pluginDir, pluginID string) (plugins.FoundPlugin, error)
- func GetLocalPlugins(pluginDir string) []*plugins.FoundBundle
- func GetPluginInfoFromRepo(pluginId, repoUrl string) (models.Plugin, error)
- func Init(version string, skipTLSVerify bool, debugMode bool)
- func ListAllPlugins(repoUrl string) (models.PluginRepo, error)
- func PluginVersionInstalled(pluginID, version, pluginDir string) bool
- type BadRequestError
- type IoUtilImp
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetLocalPlugin ¶
func GetLocalPlugin(pluginDir, pluginID string) (plugins.FoundPlugin, error)
func GetLocalPlugins ¶
func GetLocalPlugins(pluginDir string) []*plugins.FoundBundle
func GetPluginInfoFromRepo ¶
func ListAllPlugins ¶
func ListAllPlugins(repoUrl string) (models.PluginRepo, error)
func PluginVersionInstalled ¶
Types ¶
type BadRequestError ¶
func (*BadRequestError) Error ¶
func (e *BadRequestError) Error() string
Click to show internal directories.
Click to hide internal directories.