Documentation
¶
Index ¶
- Constants
- type CmdLog
- type Option
- func Arch(ar string) Option
- func EnableSingle() Option
- func Host(ip string) Option
- func HostPWD(ip string, port uint16, user string, password string) Option
- func HostPort(ip string, port uint16) Option
- func Linux() Option
- func LocalFunc(localIps map[string]struct{}) Option
- func LocalHost() Option
- func LogInterceptor(f func(w io.Writer, cmd string, output string, err error)) Option
- func LogPath(path string) Option
- func LogWriter(w io.Writer) Option
- func Single(isSingle bool) Option
- func SshKeyPath(path string) Option
- func Windows() Option
- type Options
Constants ¶
View Source
const LoopBackIp = "127.0.0.1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdLog ¶ added in v1.0.2
type Option ¶
func EnableSingle ¶
func EnableSingle() Option
func LogInterceptor ¶ added in v1.0.2
func SshKeyPath ¶
Click to show internal directories.
Click to hide internal directories.