Documentation
¶
Overview ¶
Package utils implements utilities for the pcompose application
Index ¶
Constants ¶
View Source
const ( // HooksDirName is the directory that contains git hooks. HooksDirName = "hooks/" // HooksConfigFile is the config file used for hooks. HooksConfigFile = "hooks.yml" // UploadPackServiceName is the command name for uploading a git pack. UploadPackServiceName = "git-upload-pack" // ReceivePackServiceName is the command name for receiving a git pack. ReceivePackServiceName = "git-receive-pack" )
Variables ¶
This section is empty.
Functions ¶
func SetWinSize ¶
SetWinSize sends a syscall to change the window size.
Types ¶
type SSHConnHolder ¶
type SSHConnHolder struct { MainConn *ssh.ServerConn W uint32 H uint32 Mu sync.Mutex Term *os.File }
SSHConnHolder is the ssh connection we hold onto.
Click to show internal directories.
Click to hide internal directories.