# Packages
No description provided by the author
# Functions
No description provided by the author
FromRepoURL parses a URL of the form https://:authtoken@host/ and attempts to determine the driver and creates a client to authenticate to the endpoint.
Mapping adds a host,driver combination to the DriverIdentifier.
NewClient creates a new client for a given driver, serverURL and OAuth token.
NewClientFromEnvironment creates a new client using environment variables $GIT_KIND, $GIT_SERVER, $GIT_TOKEN defaulting to github if no $GIT_KIND or $GIT_SERVER.
NewDriverIdentifier creates and returns a new HostDriverIdentifier.
No description provided by the author
# Variables
DefaultIdentifier is the default driver identifier used by FromRepoURL.
MissingGitServerURL the error returned if you use a git driver that needs a git server URL.
# Type aliases
HostDriverIdentifier is a mapping of hostname to scm driver.
MappingFunc is a type for adding names to the list of mappings from hosts to drivers.