plugin

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterPlugin

func RegisterPlugin(p Plugin)

func RegisterPluginDownloader

func RegisterPluginDownloader(title, version, packageName string, download func() error)

func RegisterPluginMetadata

func RegisterPluginMetadata(title, version, packageName string)

Types

type Plugin

type Plugin interface {
	Title() string
	Version() string
	Package() string
	DownloadFiles() error
}

func RegisteredPlugins

func RegisteredPlugins() []Plugin

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL