github

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitHubIssue added in v0.1.1

type GitHubIssue struct {
	// contains filtered or unexported fields
}

func NewIssue

func NewIssue(owner string, repo string, issueNumber int, token string) *GitHubIssue

func (*GitHubIssue) GetBody added in v0.1.1

func (gh *GitHubIssue) GetBody() (*string, error)

func (*GitHubIssue) GetComments added in v0.1.1

func (gh *GitHubIssue) GetComments() ([]*github.IssueComment, error)

func (*GitHubIssue) GetIssue added in v0.1.1

func (gh *GitHubIssue) GetIssue() (*github.Issue, error)

func (*GitHubIssue) GetTitle added in v0.1.1

func (gh *GitHubIssue) GetTitle() (*string, error)

func (*GitHubIssue) PostComment added in v0.1.1

func (gh *GitHubIssue) PostComment(commentBody string) error

Jump to

Keyboard shortcuts

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