Documentation
¶
Index ¶
Constants ¶
View Source
const (
SingleMB int64 = 1024 * 1024
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resp ¶
type Resp struct { List []string //list of images at given path ContentLength int64 Stats types.UpdateStats }
Resp response data from executing commands
func ExecCmd ¶
func ExecCmd(cmd, host, user, pass, remoteFile, localFile string, objSize int64, prgNotify types.StatsNotifChan) (types.UpdateStats, Resp)
Click to show internal directories.
Click to hide internal directories.