src

package
v0.0.0-...-26fab1c Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetNewServer

func GetNewServer() *http.Server

func SendCountActiveUsers

func SendCountActiveUsers(sid SessionID)

Types

type ExecutionResult

type ExecutionResult struct {
	Code   string `json:"code"`   // код, который был отправлен на сборку
	Output string `json:"output"` // вывод исполняемого кода
	Error  string `json:"error"`  // ошибка при выполнении кода
}

type Session

type Session struct {
	Code string // код сессии
	UID  string // временный идентификатор пользователя
}

type SessionID

type SessionID string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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