Documentation
¶
Index ¶
Constants ¶
View Source
const (
LISTEN_TIMEOUT = 60 * time.Second
//#### Tiger VNC ####
//# https://github.com/TigerVNC/tigervnc/releases
// Compatible with multiple Tiger VNC versions
MACOS_TIGER_VNC_PATTERN = `/Applications/TigerVNC Viewer*.app/Contents/MacOS/TigerVNC Viewer`
//#### Chicken VNC ####
//# https://sourceforge.net/projects/chicken/
MACOS_CHICKEN_VNC = "/Applications/Chicken.app/Contents/MacOS/Chicken"
//#### Real VNC ####
//# https://www.realvnc.com/en/connect/download/viewer/macos/
MACOS_REAL_VNC = "/Applications/VNC Viewer.app/Contents/MacOS/vncviewer"
REMOTE_VIEWER = "remote-viewer"
TIGER_VNC = "vncviewer"
)
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶ added in v0.4.0
func NewCommand(clientConfig clientcmd.ClientConfig) *cobra.Command
Types ¶
Click to show internal directories.
Click to hide internal directories.