Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadSSHAuthorizedKey ¶
LoadSSHAuthorizedKey returns ssh pubkey from path
func SameSSHPubkeys ¶
SameSSHPubkeys reports whether two publickey the same key.
Types ¶
type GITRepoD ¶
type GITRepoD struct {
Address string
Port int
APIAddress string
APIPort int
HostKey string
RootDir string
AuthHandler func(conn ssh.ConnMetadata, key ssh.PublicKey, repo string) bool
NewRevHandler func(string) string
OverwriteGitPostReceive bool
// contains filtered or unexported fields
}
GITRepoD is git repository server
Click to show internal directories.
Click to hide internal directories.