replay

package
v0.0.0-...-19d8ef3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package replay implements the quarantined replay REST endpoint.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Post

func Post(c *echo.Context) error

Post handles POST /v1/jobs/:id/runs/:run_id/replay.

Types

type PostRequest

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

type PostResponse struct {
	RunID      uuid.UUID `json:"run_id"`
	Status     string    `json:"status"`
	Quarantine bool      `json:"quarantine"`
}

PostResponse returns the materialized replay run id.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL