Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct {
Engine *workflow.Engine
Store workflow.StateStore
Hub *EventHub
Logger *slog.Logger
// contains filtered or unexported fields
}
func NewAPIServer ¶
func NewAPIServer(engine *workflow.Engine, store workflow.StateStore) *APIServer
type EventHub ¶
type EventHub struct {
// contains filtered or unexported fields
}
func NewEventHub ¶
type RunOptionsInput ¶
type RunRequest ¶
type RunRequest struct {
Definition json.RawMessage `json:"definition"`
Options *RunOptionsInput `json:"options,omitempty"`
}
type RunResponse ¶
Click to show internal directories.
Click to hide internal directories.