issues

package
v0.0.0-...-ee0e06e Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GITHUB_GRAPHQL_ENDPOINT = "https://api.github.com/graphql"

Functions

This section is empty.

Types

type Field

type Field string
const (
	Status Field = "status"
	Label  Field = "label"
)

type IssueAction

type IssueAction string
const (
	Update IssueAction = "update"
)

type IssuesClient

type IssuesClient interface {
	Execute(issueAction string, fieldToNewValue map[Field]any, issueNodeId string)
}

func NewIssuesClient

func NewIssuesClient(token string, organization string, projectNumber string) IssuesClient

Jump to

Keyboard shortcuts

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