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