Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IdpMajVersion ¶
func IdpMajVersion() string
Types ¶
type GhcrRetriever ¶
type GhcrRetriever struct { Store *content.File RemoteStoreLocation string LocalStoreLocation string // contains filtered or unexported fields }
func NewGhcrRetriever ¶
func NewGhcrRetriever() *GhcrRetriever
func (*GhcrRetriever) Connect ¶
func (o *GhcrRetriever) Connect() error
func (*GhcrRetriever) Disconnect ¶
func (o *GhcrRetriever) Disconnect()
func (*GhcrRetriever) Download ¶
func (o *GhcrRetriever) Download(pluginName, version string) error
func (*GhcrRetriever) List ¶
func (o *GhcrRetriever) List() ([]string, error)
type PluginsInfo ¶
type PluginsInfo struct { RemoteSource Retriever // contains filtered or unexported fields }
func NewPluginsInfo ¶
func NewPluginsInfo(source Retriever) *PluginsInfo
func (*PluginsInfo) GetInfo ¶
func (pi *PluginsInfo) GetInfo() (map[string]map[string][]string, error)
func (*PluginsInfo) LatestVersion ¶
func (pi *PluginsInfo) LatestVersion(plugin string) (string, error)
Click to show internal directories.
Click to hide internal directories.