package
Version:
v0.6.10
Opens a new window with list of versions in this module.
Published: Oct 19, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package server is the reusable server
View Source
var (
DefaultAddress = ":8080"
DefaultConfig = Config{
AuthPassEnvVar: "",
AuthUserEnvVar: "",
DefaultEnv: "",
ProjectRoot: "",
GitBinPath: "/usr/bin/git",
UploadPack: true,
ReceivePack: true,
RoutePrefix: "",
CommandFunc: func(*exec.Cmd) {},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.