Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
Configuration .
type Creator ¶
type Creator interface {
AlreadyCreated(ctx context.Context, branch string) (bool, error)
Create(ctx context.Context, update *orb.Update, message, baseBranch string) error
}
Creator of Pull Request
func NewGitHubPullRequest ¶
func NewGitHubPullRequest(ctx context.Context, r Registry, c Configuration) Creator
NewGitHubPullRequest .
type GitHubPullRequest ¶
type GitHubPullRequest struct {
// contains filtered or unexported fields
}
GitHubPullRequest .
func (*GitHubPullRequest) AlreadyCreated ¶
AlreadyCreated Pull Request or not
Click to show internal directories.
Click to hide internal directories.