Documentation
¶
Index ¶
- type Git
- func (git Git) Chdir(newdir string)
- func (git Git) Command(arg ...string) *exec.Cmd
- func (git Git) Commit(message string) error
- func (git Git) Config(key, value string) error
- func (git Git) GetConfig(key string) string
- func (git Git) Init() error
- func (git Git) InitBare() error
- func (git Git) Output(arg ...string) (string, error)
- func (git Git) Run(arg ...string) error
- type SSHServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHServer ¶
type SSHServer struct {
// contains filtered or unexported fields
}
func NewSSHServer ¶
Click to show internal directories.
Click to hide internal directories.