github

package
v0.0.0-...-e8a946a Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2022 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 Client

type Client struct {
	Config       *Config
	NewClient    *github.Client
	PullRequests PullRequest
}

func NewClient

func NewClient(config *Config) (*Client, error)

Function to get github repo tags

type Comment

type Comment struct {
	IssueComment *github.IssueComment
}

type Config

type Config struct {
	Token   string
	Owner   string
	BaseURL string //for Github Enterprise
	Repo    string
	Comment Comment
}

type PullRequest

type PullRequest service

func (*PullRequest) CreatePRComment

func (pr *PullRequest) CreatePRComment(number int, comm string) error

Jump to

Keyboard shortcuts

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