github

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubIssue

type GithubIssue struct {
	Repo        string // "golang/go"
	Number      string // "123"
	GithubUser  string
	GithubToken string
}

GithubIssue represents a GitHub issue

func (*GithubIssue) IsStale

func (id *GithubIssue) IsStale() (bool, error)

IsStale checks if the GitHub issue is closed or doesn't exist

type GithubPull

type GithubPull struct {
	Repo        string // "golang/go"
	Number      string // "123"
	GithubUser  string
	GithubToken string
}

GithubPull represents a GitHub pull request

func (*GithubPull) IsStale

func (id *GithubPull) IsStale() (bool, error)

IsStale checks if the GitHub pull request is closed or doesn't exist

Jump to

Keyboard shortcuts

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