Documentation ¶
Index ¶
- type GitExec
- func (instance *GitExec) ExecuteCommand(arguments ...string) (out string, err error)
- func (instance *GitExec) FlushLog()
- func (instance *GitExec) GetPath(path string) (response string)
- func (instance *GitExec) GetTempPath(subPath string) (response string)
- func (instance *GitExec) GetWorkPath(subPath string) (response string)
- func (instance *GitExec) IsInstalled() bool
- func (instance *GitExec) LogDisableRotation()
- func (instance *GitExec) LogFlush()
- func (instance *GitExec) Root() string
- func (instance *GitExec) SetLogger(logger gg_log.ILogger) *GitExec
- func (instance *GitExec) SetRoot(dir string) *GitExec
- func (instance *GitExec) SetTemp(dir string) *GitExec
- func (instance *GitExec) Temp() string
- func (instance *GitExec) Version() (response string, err error)
- type GitHelper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitExec ¶
type GitExec struct {
// contains filtered or unexported fields
}
func (*GitExec) ExecuteCommand ¶
func (*GitExec) GetTempPath ¶
func (*GitExec) GetWorkPath ¶
func (*GitExec) IsInstalled ¶
func (*GitExec) LogDisableRotation ¶
func (instance *GitExec) LogDisableRotation()
Click to show internal directories.
Click to hide internal directories.