package
0.6.1
Repository: https://github.com/isacikgoz/gitbatch.git
Documentation: pkg.go.dev

# Functions

CreateJobQueue creates a jobqueue struct and initialize its slice then return its pointer.

# Constants

CheckoutJob is wrapper of git merge command.
FetchJob is wrapper of git fetch command.
MergeJob is wrapper of git merge command.
PullJob is wrapper of git pull command.

# Structs

Job relates the type of the operation and the entity.
Queue holds the slice of Jobs.

# Type aliases

Type is the a git operation supported.