Documentation
¶
Index ¶
Constants ¶
View Source
const ( BindAddressOption = "BIND_ADDRESS" ForwardPortsOption = "FORWARD_PORTS" )
View Source
const DefaultServerPort = 10800
Variables ¶
View Source
var Options = ide.Options{ ForwardPortsOption: { Name: ForwardPortsOption, Description: "If Devsy should automatically do port-forwarding", Default: "true", Enum: []string{"true", "false"}, }, BindAddressOption: { Name: BindAddressOption, Description: "The address to bind the server to locally, e.g. 0.0.0.0:12345", Default: "", }, }
Functions ¶
This section is empty.
Types ¶
type MarimoServer ¶
type MarimoServer struct {
// contains filtered or unexported fields
}
func NewMarimoServer ¶
func NewMarimoServer( workspaceFolder string, userName string, values map[string]config.OptionValue, ) *MarimoServer
func (*MarimoServer) Install ¶
func (o *MarimoServer) Install() error
func (*MarimoServer) Start ¶
func (o *MarimoServer) Start() error
Click to show internal directories.
Click to hide internal directories.