github

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 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 GitHub

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

func New

func New(token string) *GitHub

func (*GitHub) CreateIssue

func (g *GitHub) CreateIssue(repoID, title, body string) (string, error)

func (*GitHub) GetIssue

func (g *GitHub) GetIssue(username, repo string, options *OptionsInput) (*issue.Issue, error)

type Options added in v0.1.0

type Options struct {
	LabelID string
}

type OptionsInput added in v0.1.0

type OptionsInput struct {
	Label string
}

Jump to

Keyboard shortcuts

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