types

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	Groups map[string][]PR `json:"groups"` // key: package@version, value: list of PRs
}

Cache represents the cached groups from list --group

type Group

type Group struct {
	Key string // package@version
	PRs []PR
}

Group represents a collection of PRs for the same package@version

type PR

type PR struct {
	Number  int    `json:"number"`
	Title   string `json:"title"`
	Author  string `json:"author"`
	Repo    string `json:"repo"` // OWNER/REPO format
	URL     string `json:"url"`
	HeadSHA string `json:"-"` // For CI status checks
}

PR represents a pull request

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL