# Packages
No description provided by the author
# Functions
Errorf returns new formatted error.
New is Service constructor.
No description provided by the author
NewErrorResponse is ErrorResponse constructor.
NewFileServerWithStatus returns http.Handler which serves specified file with desired HTTP status.
NewHTTPError constructs a new error.
NewSpaFileServer returns SPA handler.
NewTemplateFileServer returns handler which compiles and serves HTML page template.
ServeFileWithStatus serves file in HTTP response with specified HTTP status.
WrapHandler wraps handler.
WriteJSON encodes object as JSON and writes it to stdout.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrSnippetTooLarge is snippet max size limit error.
# Structs
BackendVersionService provides information about used Go versions for all backends.
BuildResponse is code complile response.
ErrorResponse is error response.
HTTPError is HTTP response error.
PlaygroundVersions contains information about playground Go versions.
RunResponse is code run response.
Service is language server service.
No description provided by the author
ShareResponse is snippet share response.
SnippetResponse is snippet response.
SpaFileServer is a wrapper around http.FileServer for serving SPA contents.
SuggestionRequest is code completion suggestion request.
SuggestionsResponse is code completion response.
No description provided by the author
No description provided by the author
VersionResponse is version response.
VersionsInformation contains Go version for different run targets.
# Interfaces
No description provided by the author