package
0.0.0-20200122233423-62801f1d34cf
Repository: https://github.com/vishvananda/pkg.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewGithubClient explicitly authenticates to github with giving token and returns a handle.

# Constants

IssueAllState is the state for all, useful when querying issues.
IssueCloseState is the state of closed github issue.
IssueOpenState is the state of open github issue.
PullRequestAllState is the state for all, useful when querying PullRequest.
PullRequestCloseState is the state of closed PullRequest.
PullRequestOpenState is the state of open PullRequest.

# Structs

GithubClient provides methods to perform github operations It implements all functions in GithubOperations.

# Interfaces

GithubOperations contains a set of functions for Github operations.

# Type aliases

IssueStateEnum represents different states of Github Issues.
PullRequestState represents different states of PullRequest.