Versions in this module Expand all Collapse all v0 v0.6.0 Oct 8, 2017 v0.5.0 Jun 21, 2017 Changes in this version type RebaseRequest + Author string v0.4.3 Mar 8, 2017 Changes in this version + type LandRequest struct + Editor editor.Editor + LocalBranch string + PullRequest *github.PullRequest + type LandResponse struct + BranchesNotUpdated []string + type PR interface + Land func(*LandRequest) (*LandResponse, error) + Rebase func(*RebaseRequest) (*RebaseResponse, error) + type RebaseRequest struct + Base string + PullRequests []*github.PullRequest + type RebaseResponse struct + BranchesNotUpdated []string