Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrServerClosed = fmt.Errorf("git: %w", net.ErrClosed)
ErrServerClosed indicates that the server has been closed.
Functions ¶
This section is empty.
Types ¶
type GitDaemon ¶
type GitDaemon struct {
// contains filtered or unexported fields
}
GitDaemon represents a Git daemon.
func NewGitDaemon ¶
NewDaemon returns a new Git daemon.
func (*GitDaemon) ListenAndServe ¶ added in v0.8.0
ListenAndServe starts the Git TCP daemon.
Click to show internal directories.
Click to hide internal directories.