package
Version:
v0.0.0-...-2bd89a9
Opens a new window with list of versions in this module.
Published: Feb 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PlayParam struct {
Type string `json:"type"`
Language string `json:"language"`
Filename string `json:"filename"`
Args []string `json:"args"`
Content string `json:"content" validate:"required"`
}
type PlayResponse struct {
IsSystem bool `json:"is-system"`
IsError bool `json:"is-error"`
IsCompile bool `json:"is-compile"`
Text string `json:"text"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.