rstudio

package
v0.7.0-alpha.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2025 License: MPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OpenOption        = "OPEN"
	BindAddressOption = "BIND_ADDRESS"
)
View Source
const (
	DefaultServerPort = 8787
)

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:     "",
	},
	OpenOption: {
		Name:        OpenOption,
		Description: "If DevPod should automatically open the browser",
		Default:     "true",
		Enum: []string{
			"true",
			"false",
		},
	},
}

Functions

This section is empty.

Types

type RStudioServer

type RStudioServer struct {
	// contains filtered or unexported fields
}

func NewRStudioServer

func NewRStudioServer(workspaceFolder string, userName string, values map[string]config.OptionValue, log log.Logger) *RStudioServer

func (*RStudioServer) Install

func (o *RStudioServer) Install() error

func (*RStudioServer) Start

func (o *RStudioServer) Start() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL