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