Documentation
¶
Index ¶
- func ClearNewline(str string) string
- func CopyDir(src, dst string) error
- func CopyFile(src, dst string) error
- func GetScriptExt(scriptMode string) string
- func ParseCommandLine(command string) ([]string, error)
- type Env
- type GIT
- func (git *GIT) Add(options ...string) error
- func (git *GIT) Branch(options ...string) error
- func (git *GIT) Checkout(options ...string) error
- func (git *GIT) Clone(options ...string) error
- func (git *GIT) Current() error
- func (git *GIT) Fetch(options ...string) error
- func (git *GIT) Log(options ...string) error
- func (git *GIT) LsRemote(options ...string) error
- func (git *GIT) Pull(options ...string) error
- func (git *GIT) Reset(options ...string) error
- func (git *GIT) Run(operator string, options ...string) error
- type Header
- type Recorder
- type SSHConfig
- type SVN
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearNewline ¶
func GetScriptExt ¶
GetScriptExt return script extension default bash
func ParseCommandLine ¶
ParseCommandLine parse cmd arg
Types ¶
type Recorder ¶ added in v1.4.5
func NewRecorder ¶ added in v1.4.5
func (*Recorder) WriteHeader ¶ added in v1.4.5
type SSHConfig ¶ added in v1.4.4
type SSHConfig struct { User string Password string Path string Host string Port int JumpUser string JumpPassword string JumpPath string JumpHost string JumpPort int }
SSHConfig -
func (SSHConfig) ToRsyncOption ¶ added in v1.4.4
Click to show internal directories.
Click to hide internal directories.