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 ¶
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.
Click to show internal directories.
Click to hide internal directories.