Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventLog ¶
type EventLog struct {
// contains filtered or unexported fields
}
func NewEventLog ¶
type Option ¶
type Option func(*serverOptions) error
func WithAuditSink ¶
func WithHTTPMiddleware ¶
func WithSecurityPolicy ¶
type RunRecord ¶
type RunRecord struct {
RunID string `json:"run_id"`
ScenarioName string `json:"scenario_name,omitempty"`
Status string `json:"status,omitempty"`
Token string `json:"token,omitempty"`
Output string `json:"output,omitempty"`
Error string `json:"error,omitempty"`
Snapshot runstate.RunSnapshot `json:"snapshot,omitempty"`
Events []core.Event `json:"events,omitempty"`
UpdatedAt time.Time `json:"updated_at"`
}
type RunStore ¶
type RunStore struct {
// contains filtered or unexported fields
}
func NewRunStore ¶
func NewRunStore() *RunStore
type ScenarioTemplate ¶
Click to show internal directories.
Click to hide internal directories.