github

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubConfig

type GithubConfig struct {
	Token          string
	Owner          string
	Repo           string
	TagId          string
	CommentContent string
	PullRequestId  int
	Context        context.Context
	Client         *github.Client
	DeleteComments bool
}

func NewGithubConfig

func NewGithubConfig(config *config.AppConfig) *GithubConfig

func (*GithubConfig) Authenticate

func (gc *GithubConfig) Authenticate()

func (*GithubConfig) FindComment

func (gc *GithubConfig) FindComment() (*github.IssueComment, error)

func (*GithubConfig) ListComments

func (gc *GithubConfig) ListComments() ([]*github.IssueComment, error)

func (*GithubConfig) PostComment

func (gc *GithubConfig) PostComment() error

Jump to

Keyboard shortcuts

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