package
0.8.0
Repository: https://github.com/adrianwit/endly.git
Documentation: pkg.go.dev

# README

Version Control Service

Service IdActionDescriptionRequestResponse
version/controlstatusrun version control check on provided URLStatusRequestInfo
version/controlcheckoutif target directory already exist with matching origin URL, this action only pulls the latest changes without overriding local ones, otherwise full checkoutCheckoutRequestInfo
version/controlcommitcommit commits local changes to the version controlCommitRequestInfo
version/controlpullretrieve the latest changes from the originPullRequestInfo

# Functions

New creates a new version control service (git,svn).

# Constants

CredentialKey represents credentials key.
ServiceID version control service id.

# Structs

CheckoutRequest represents checkout request.
CheckoutResponse represents checkout response.
CommitRequest represents a commit request.
CommitResponse represents a commit response.
Info represents version control info.
PullRequest represents a pull request.
PullResponse represents a pull response.
StatusRequest represents version control status.
StatusResponse represents version control status response.