Documentation
¶
Index ¶
Constants ¶
View Source
const ( Windows = "windows" Linux = "linux" Macos = "darwin" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientConfig ¶
type ClientConfig struct { Host string Port string Username string Password string LastResult string // contains filtered or unexported fields }
func CreateClient ¶
func CreateClient(host string, port string, username, password string, proxyUrl string) *ClientConfig
func (*ClientConfig) Download ¶
func (cf *ClientConfig) Download(srcPath, dstPath string)
func (*ClientConfig) Run ¶
func (cf *ClientConfig) Run(procName string)
func (*ClientConfig) RunShell ¶
func (cf *ClientConfig) RunShell(shell string) string
func (*ClientConfig) Upload ¶
func (cf *ClientConfig) Upload(srcPath, dstPath string)
type KBar ¶
type KBar struct {
// contains filtered or unexported fields
}
func (*KBar) NewWithGraph ¶
type ServerAddr ¶
Click to show internal directories.
Click to hide internal directories.