Versions in this module Expand all Collapse all v0 v0.1.0 Aug 2, 2017 Changes in this version + type Client struct + func NewClient(hostname string, user string, pass string) (*Client, error) + func (c *Client) CreateComment(repo models.Repo, pull models.PullRequest, comment string) error + func (c *Client) GetModifiedFiles(repo models.Repo, pull models.PullRequest) ([]string, error) + func (c *Client) GetPullRequest(repo models.Repo, num int) (*github.PullRequest, *github.Response, error) + func (c *Client) PullIsApproved(repo models.Repo, pull models.PullRequest) (bool, error) + func (c *Client) UpdateStatus(repo models.Repo, pull models.PullRequest, state string, description string, ...) error