Documentation ¶
Index ¶
- Variables
- func CheckFileSize(remoteSize int64, path string) bool
- func CheckSumFile(remoteChecksum string, path string) bool
- func HandleSigKill(done chan os.Signal)
- func HandleTermChange(sigwinch chan os.Signal)
- func IsFileExists(path string) bool
- func IsRunningOnPod() bool
- func ManageStatusCmd(cmd *exec.Cmd, err error) int
- func PipeCmd(cmd1 *exec.Cmd, cmd2 *exec.Cmd, buffers ...io.Writer) int
- func RunBufferedCmd(cmd *exec.Cmd, out *bytes.Buffer) int
- func RunCmd(cmd *exec.Cmd) int
- func RunInteractiveCmd(cmd string, withStderr bool, buffers ...*bytes.Buffer) int
- func RunShellCmd(call string) int
- func RunSilentCmd(cmd *exec.Cmd) int
- func UpdateTermSize() error
- type Xtract
Constants ¶
This section is empty.
Variables ¶
View Source
var TERM_WIDTH = 50
Functions ¶
func CheckFileSize ¶ added in v0.0.41
func CheckSumFile ¶ added in v0.0.41
func HandleSigKill ¶
func HandleTermChange ¶
func IsFileExists ¶ added in v0.0.28
func IsRunningOnPod ¶ added in v0.0.26
func IsRunningOnPod() bool
func RunInteractiveCmd ¶
func RunShellCmd ¶
func RunSilentCmd ¶ added in v0.0.20
func UpdateTermSize ¶
func UpdateTermSize() error
Types ¶
Click to show internal directories.
Click to hide internal directories.