Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleRun ¶
TODO: Consider accepting *bufio.Reader and *bufio.Writer. TODO: Maybe switch textproto to net/http.ReadRequest for simpler code, easier composability and testability (e.g. with CLI tools like HTTPie and packages like net/http/httptest). TODO: Check if multipart/form-data is acceptable here. TODO: Check if relying on the first part to be the main part is OK.
Types ¶
type BuildParams ¶
type BuildResult ¶
type Builder ¶
type Builder struct{}
func (*Builder) Build ¶
func (*Builder) Build(ctx context.Context, params *BuildParams) (*BuildResult, error)
type HandleRunParams ¶
type HandleRunParams struct {
OutputFiles map[string]struct{}
}
type HandleRunResult ¶
type HandleRunResult struct {
ExitCode int
}
Click to show internal directories.
Click to hide internal directories.