Documentation
¶
Index ¶
- type CheckpointLister
- type CheckpointLoader
- type CheckpointResumer
- type Config
- type GraphExporter
- type Handler
- type RunComparer
- type RunForker
- type RunHITLResumer
- type StepResumer
- type StepsLister
- type StudioCodeGenerator
- type StudioRunner
- type StudioSaver
- type StudioValidator
- type StudioYAMLExporter
- type StudioYAMLImporter
- type ThreadLister
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckpointLister ¶ added in v0.2.0
type CheckpointLoader ¶ added in v0.2.0
type CheckpointResumer ¶ added in v0.2.0
type Config ¶
type Config struct {
Store obspkg.EventStore
Hub *obspkg.EventHub
AuthMiddleware func(nethttp.Handler) nethttp.Handler
TraceExploreURL string
Steps StepsLister
HITLResume RunHITLResumer
Graph GraphExporter
Resume StepResumer
History CheckpointLister
Checkpoints CheckpointLoader
Restore CheckpointResumer
Studio StudioValidator
Codegen StudioCodeGenerator
YAML StudioYAMLExporter
ImportYAML StudioYAMLImporter
RunStudio StudioRunner
StudioSave StudioSaver
Compare RunComparer
Thread ThreadLister
Fork RunForker
}
type GraphExporter ¶ added in v0.2.0
type GraphExporter interface {
ExportScenarioGraph() any
}
type RunComparer ¶ added in v0.2.0
type RunHITLResumer ¶ added in v0.2.0
type StepResumer ¶ added in v0.2.0
type StepsLister ¶ added in v0.2.0
type StudioCodeGenerator ¶ added in v0.2.0
type StudioRunner ¶ added in v0.2.0
type StudioSaver ¶ added in v0.2.0
type StudioValidator ¶ added in v0.2.0
type StudioYAMLExporter ¶ added in v0.2.0
type StudioYAMLImporter ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.