Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2026 Changes in this version + func NewPRTrackingRepository() pullrequest.PRTrackingRepository + type PRTrackingRepository struct + func (r *PRTrackingRepository) Clear() error + func (r *PRTrackingRepository) Fetch(prIdentifier pullrequest.PRIdentifier) (*pullrequest.PullRequest, error) + func (r *PRTrackingRepository) IsEmpty() bool + func (r *PRTrackingRepository) LoadAll() ([]*pullrequest.PullRequest, error) + func (r *PRTrackingRepository) Save(prs []*pullrequest.PullRequest) error + func (r *PRTrackingRepository) Update(pullRequest *pullrequest.PullRequest) error