package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Feb 20, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Load reads the PR cache from disk. Returns an empty map on any error.
Save writes the PR cache to disk (best-effort).
Set stores PR metadata for the given repo and PR number.
type PRMeta struct {
Title string `json:"title"`
Author string `json:"author"`
}
PRMeta holds cached PR metadata for display purposes.
Get looks up PR metadata by repo short name and PR number.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.