plang

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrInvalidProgLang = srvcerror.New(
	"invalid_programming_language",
	"Norādīta programmēšanas valoda nav pieejama.",
).SetHttpStatusCode(http.StatusBadRequest)

Functions

func SearchProgrLangByName

func SearchProgrLangByName(name string) ([]string, error)

Types

type ProgrammingLang

type ProgrammingLang struct {
	ID               string
	FullName         string
	CodeFilename     string
	CompileCmd       *string
	ExecuteCmd       string
	EnvVersionCmd    string
	HelloWorldCode   string
	MonacoId         string
	CompiledFilename *string
	Enabled          bool
}

ProgrammingLang represents the structure of a programming language.

func GetProgrLangById

func GetProgrLangById(langId string) (*ProgrammingLang, srvcerror.E)

func ListProgrammingLanguages

func ListProgrammingLanguages() (res []ProgrammingLang, err error)

ListProgrammingLanguages implements submissions.Service.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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