Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckoutOptions ¶
CheckoutOptions are options for the Checkout.
type GitCommiter ¶
type GitCommiter struct {
// contains filtered or unexported fields
}
GitCommiter provides git functions for CI.
func NewCommiter ¶
func NewCommiter(apiToken string) *GitCommiter
NewCommiter constructs a new GitCommitter.
func (*GitCommiter) Checkout ¶
func (gc *GitCommiter) Checkout(options *CheckoutOptions) error
Checkout checks out a branch.
func (*GitCommiter) Push ¶
func (gc *GitCommiter) Push(options *PushOptions) error
Push pushes commits to a remote.
Click to show internal directories.
Click to hide internal directories.