Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + type Options struct + Client *http2.RLHTTPClient + NoCache bool + Path string + RubyUpdateVersion string + RubyVersion string + func (o *Options) CheckUpgrade(ctx context.Context, pkg *Package) error + func (o *Options) CodeSearch(ctx context.Context, pkg *Package, query string) error + func (o *Options) DiscoverRubyPackages(ctx context.Context) ([]Package, error) + type Package struct + Name string + Ref string + Repo *wgit.URL + type SearchResult struct + FilePath string + Fragments []string + Repository string + URL string