web

package
v0.0.0-...-3cdc424 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2026 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartServer

func StartServer(port string, logs chan string) error

StartServer launches the web-based Python compiler on the specified port

Types

type Session

type Session struct {
	Email     string
	ExpiresAt time.Time
}

type User

type User struct {
	Email    string `json:"email"`
	Password string `json:"password"` // Hashed
}

Jump to

Keyboard shortcuts

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