github

package
v0.0.0-...-bbd9017 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 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 Client

type Client struct {
	Client *gogithub.Client
	// contains filtered or unexported fields
}

func NewClient

func NewClient(token string) (c Client)

func (*Client) GetPullRequestChanges

func (c *Client) GetPullRequestChanges(prr PullRequestReviewRequest) (contentPullRequest string, err error)

func (*Client) PullRequestReview

func (c *Client) PullRequestReview(prr PullRequestReviewRequest) (err error)

type PullRequestReviewRequest

type PullRequestReviewRequest struct {
	Comment         string
	Owner           string
	Repo            string
	PrNumber        int
	Reviews         Reviews
	MaxChangedLines int
}

type Review

type Review struct {
	File               string `json:"file"`
	LineNumber         int    `json:"lineNumber"`
	ReviewComment      string `json:"reviewComment"`
	SuggestionComments string `json:"suggestionComments"`
}

type Reviews

type Reviews struct {
	Review []Review `json:"reviews"`
}

Jump to

Keyboard shortcuts

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