Documentation ¶
Overview ¶
Package rackplugin includes the struct and functions to setup and retrieve information from the plugins rackspec
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deintegrate ¶
func Deintegrate() error
Deintegrate will remove the rackspec from the plugin in the current directory.
func GetAllPlugins ¶
func GetAllPlugins() []string
GetAllPlugins returns a list of all plugins contained in all current added repos
func GetPluginsFromRepo ¶
GetPluginsFromRepo returns a list of all plugins in a given repo
func InitializePlugin ¶
InitializePlugin willl initialize a Plugin repository with a integrated rackspec file.
Types ¶
type Plugin ¶
type Plugin struct { XMLName xml.Name `xml:"plugin"` Name string Version string `xml:"version"` Author string `xml:"author"` Description string `xml:"description"` Compatibility rackspec.Compatibility `xml:"compatibility"` }
Plugin struct provides a bare skeleton for a plugin devinition of shopware
Click to show internal directories.
Click to hide internal directories.