Versions in this module Expand all Collapse all v0 v0.4.0 Aug 3, 2026 Changes in this version + var ErrSourceNotFound = errors.New("source: git ref not found") + var ErrUnsupportedSource = errors.New("source: unsupported plugin source") + type GitResolver struct + func NewGitResolver() *GitResolver + func (r *GitResolver) Resolve(ctx context.Context, p *v1alpha1.Plugin) (*v1alpha1.PluginResolvedSource, *bundle.CanonicalBundle, error) + type Resolver interface + Resolve func(ctx context.Context, p *v1alpha1.Plugin) (*v1alpha1.PluginResolvedSource, *bundle.CanonicalBundle, error)