# 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.