Versions in this module Expand all Collapse all v0 v0.3.0 Dec 3, 2022 v0.2.0 Nov 20, 2021 Changes in this version + func SubmissionHandler(w http.ResponseWriter, r *http.Request) + type Input struct + ClientID string + ClientSecret string + Language string + Script string + StdIn string + VersionIndex string + func (in Input) Client() *http.Client + func (in Input) Request() (*http.Request, error) + func (in Input) ResponseChan() chan models.RemoteCompilerOutput + type Output struct + CPUTime string + Memory string + Output string + StatusCode int + type UserInput struct + Language string + Script string + Version string + func (in UserInput) Input(stdIn string) *Input