Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCommit ¶
Types ¶
type CommitOptions ¶
type CommitOptions struct {
RepoOwner string
RepoName string
CommitMessage string
GpgPassphrase string
GpgPrivateKey string // detached armor format
Changes []*github.TreeEntry
BaseTreeOverride *string // Pointer so we can use "" as the override.
Branch string
Username string
Email string
MaxRetries int
RetryBackoff time.Duration
PullRequestSourceBranchName string
PullRequestBody string
MergeMethod string
}
Click to show internal directories.
Click to hide internal directories.