marimo

package
v1.6.1-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: MPL-2.0 Imports: 7 Imported by: 0

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

Jump to

Keyboard shortcuts

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