package
1.5.0
Repository: https://github.com/devtron-labs/go-git.git
Documentation: pkg.go.dev

# Functions

NewClient returns a transport.Transport implementing a client with an embedded server.
NewFilesystemLoader creates a Loader that ignores host and resolves paths with a given base filesystem.
NewServer returns a transport.Transport implementing a git server, independent of transport.

# Variables

DefaultLoader is a filesystem loader ignoring host and resolving paths to /.
No description provided by the author
No description provided by the author

# Interfaces

Loader loads repository's storer.Storer based on an optional host and a path.

# Type aliases

MapLoader is a Loader that uses a lookup map of storer.Storer by transport.Endpoint.