package
Version:
v0.0.0-...-626f07b
Opens a new window with list of versions in this module.
Published: Feb 14, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExecuteCodePayload struct {
Code string `json:"code"`
LanguageID int `json:"language_id"`
Stdin string `json:"stdin"`
TimeLimit int64 `json:"time_limit"`
MemoryLimit int64 `json:"memory_limit"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.