Documentation ¶
Overview ¶
Package codeserver contains facilities for working with code-server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PortNotFoundError is returned whenever the port isn't found. // This can happen if code-server hasn't started it's listener yet // or if the code-server process failed for any reason. PortNotFoundError = xerrors.New("failed to find port") )
Functions ¶
func DownloadURL ¶
DownloadURL gets a URL for the latest version of code-server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.