Documentation
¶
Index ¶
- func Connect(target string) (*ssh.Client, error)
- func DeployAgent(client *ssh.Client, remotePath string, force bool) (string, error)
- func GetRemoteUDPBufferInfo(client *ssh.Client) (int, int, error)
- func Run(args []string, remoteBinaryPath string, isDev bool, mode TransportMode, ...) error
- type TransportMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeployAgent ¶
Types ¶
type TransportMode ¶
type TransportMode string
const ( TransportModeFallback TransportMode = "fallback" TransportModeQUIC TransportMode = "quic" TransportModeTCP TransportMode = "tcp" )
Click to show internal directories.
Click to hide internal directories.