Documentation ¶
Overview ¶
Package sshgit provides functionality for a git server over SSH. It's hacky and incomplete, a proof of concept.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is an SSH git server.
func New ¶
New creates a new SSH git server, using private as the SSH signer, and dir as root directory for git repositories.
func (*Server) ListenAndServe ¶
ListenAndServe listens on the TCP network address addr and starts the server.
Click to show internal directories.
Click to hide internal directories.