Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAll ¶
func RegisterAll()
Types ¶
type LocalPlugin ¶
type LocalPlugin struct {
// contains filtered or unexported fields
}
func (*LocalPlugin) Latest ¶
func (l *LocalPlugin) Latest() (plugin.Identifier, error)
func (*LocalPlugin) Module ¶
func (l *LocalPlugin) Module() plugin.Module
func (*LocalPlugin) Pull ¶
func (l *LocalPlugin) Pull() error
type ModulePlugin ¶
type ModulePlugin struct {
// contains filtered or unexported fields
}
func (ModulePlugin) Latest ¶
func (m ModulePlugin) Latest() (plugin.Identifier, error)
func (ModulePlugin) Module ¶
func (m ModulePlugin) Module() plugin.Module
func (ModulePlugin) Pull ¶
func (m ModulePlugin) Pull() error
Click to show internal directories.
Click to hide internal directories.