Versions in this module Expand all Collapse all v0 v0.21.0 Feb 14, 2026 Changes in this version + func ReadLastSyncTime(backupDir, owner, repo string) (time.Time, bool) + func WriteIssues(backupDir, owner, repo string, newIssues []Issue) error + type Comment struct + Author User + Body string + CreatedAt time.Time + ID int64 + URL string + UpdatedAt time.Time + type IndexEntry struct + Number int + State string + Title string + UpdatedAt time.Time + type Issue struct + Assignees []User + Author User + Body string + ClosedAt *time.Time + Comments []Comment + CreatedAt time.Time + Labels []string + Milestone string + Number int + State string + Title string + URL string + UpdatedAt time.Time + type User struct + Login string + URL string