Documentation ¶
Index ¶
Constants ¶
View Source
const ( OpenOption = "OPEN" AccessToken = "ACCESS_TOKEN" BindAddressOption = "BIND_ADDRESS" )
View Source
const DefaultServerPort = 10710
Variables ¶
View Source
var Options = ide.Options{ BindAddressOption: { Name: BindAddressOption, Description: "The address to bind the server to locally. E.g. 0.0.0.0:12345", Default: "", }, AccessToken: { Name: AccessToken, Description: "Access token to authenticate with the server", Default: "NhLpVl4re5PFd3QRFxvQ", }, OpenOption: { Name: OpenOption, Description: "If DevPod should automatically open the browser", Default: "true", Enum: []string{ "true", "false", }, }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.