Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemporalCompiler ¶
TemporalCompiler is the service that handles the temporal compiler
func NewTemporalCompiler ¶
func NewTemporalCompiler(c client.Client) *TemporalCompiler
NewTemporalCompiler creates a new temporal compiler
func (TemporalCompiler) GetCompilationStatus ¶
func (c TemporalCompiler) GetCompilationStatus(execution *dbmodels.Execution) (*model.ExecutionResult, error)
GetCompilationStatus retrieves the status of the compilation from the Temporal workflow
func (TemporalCompiler) RunCompileWorker ¶
func (c TemporalCompiler) RunCompileWorker(execution model.NewExecution) TemporalExecution
RunCompileWorker runs starts a mew Temporal Workflow that will compile and execute the code
type TemporalExecution ¶
TemporalExecution is the struct that contains the temporal execution information
Click to show internal directories.
Click to hide internal directories.