package
0.11.0
Repository: https://github.com/weaveworks/pctl.git
Documentation: pkg.go.dev

# Packages

Code generated by counterfeiter.

# Functions

NewClient returns a real client.
NewCLIGit creates a new command line based Git.

# Structs

Client defines a client which uses a real implementation to create pull requests.
CLIGit is a new command line based Git.
CLIGitConfig defines configuration options for CLIGit.
SCMConfig defines configuration for the SCM Client that is needed to create a pull request.

# Interfaces

Git defines high level abilities for Git related operations.go:generate counterfeiter -o fakes/fake_git.go .
SCMClient defines the ability to create a pull request on a remote repository.go:generate counterfeiter -o fakes/fake_scm.go .