github

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2024 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 GitHubIssues

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

func NewIssue

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

func (*GitHubIssues) GetBody

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

func (*GitHubIssues) GetComments

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

func (*GitHubIssues) GetIssue

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

func (*GitHubIssues) GetTitle

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

func (*GitHubIssues) PostComment

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

Jump to

Keyboard shortcuts

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