shared

package
v0.0.0-...-003fa7e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompilationParams

type CompilationParams struct {
	EntryPoint string `json:"entryPoint"`
	Verbose    bool   `json:"verbose"`
	SourceCode string `json:"sourceCode"`
	DisableIL  bool   `json:"disableIL"`
	ILPath     string `json:"ilPath"`
	Output     string `json:"output"`
}

type CompilationResult

type CompilationResult struct {
	ErrorCollector io.ErrorCollector
	ElapsedTime    int64 `json:"elapsedTime"`
}

type ExecutionParams

type ExecutionParams struct {
	EntryPoint string `json:"entryPoint"`
	Verbose    bool   `json:"verbose"`
	SourceCode string `json:"sourceCode"`
}

type ExecutionResult

type ExecutionResult struct {
	ErrorCollector   io.ErrorCollector
	ElapsedTime      int64                    `json:"elapsedTime"`
	RuntimeException *exception.BaseException `json:"runtimeException"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL