package
Version:
v0.0.0-...-19d8ef3
Opens a new window with list of versions in this module.
Published: Jul 9, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package replay implements the quarantined replay REST endpoint.
Post handles POST /v1/jobs/:id/runs/:run_id/replay.
type PostRequest struct {
Set map[string]string `json:"set,omitempty"`
}
PostRequest is the only accepted body for POST /v1/jobs/:id/runs/:run_id/replay.
type PostResponse struct {
RunID uuid.UUID `json:"run_id"`
Status string `json:"status"`
Quarantine bool `json:"quarantine"`
}
PostResponse returns the materialized replay run id.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.