package
3.11.0+incompatible
Repository: https://github.com/csrwng/origin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetClient returns a build client.
No description provided by the author
MustParse parses a "Git URL" and panics on failure.
NewDefaultConfig returns a default server config.
NewEnvironmentConfig sets up the initial config from environment variables TODO break out the code that generates the handler functions so that they can be individually unit tested.
ParseURL parses a "Git URL".
RepositoryURL creates the public URL for the named git repo.
No description provided by the author

# Constants

No description provided by the author
URLTypeLocal is the local type (see above).
URLTypeSCP is the SCP type (see above).
URLTypeURL is the URL type (see above).

# Structs

Clone is a repository to clone.
Config represents the configuration to use for running the server.
URL represents a "Git URL".

# Type aliases

URLType indicates the type of the URL (see above).