Versions in this module Expand all Collapse all v0 v0.1.0 Jun 25, 2025 Changes in this version + type GitHubAsset struct + BrowserDownloadURL string + Name string + Size int64 + type GitHubRelease struct + Assets []GitHubAsset + PublishedAt time.Time + TagName string + type Manager struct + func NewManager(logger *zap.Logger, cacheDir string) *Manager + func (m *Manager) Cleanup(maxAge time.Duration) error + func (m *Manager) DownloadGitHubPlugin(configMap map[string]any) (string, error) + func (m *Manager) GenerateCachePath(source, org, pluginName, version, platform string) string + func (m *Manager) GetCacheDir() string + func (m *Manager) GetPluginPath(pluginConfig config.PluginConfig) (string, error)