playground

package
v0.65.2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2025 License: BSD-3-Clause Imports: 45 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlayHandler

type PlayHandler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler(logger *zap.Logger) *PlayHandler

func (*PlayHandler) ServeHTTP

func (h *PlayHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

type PlayRequest

type PlayRequest struct {
	Actions []json.RawMessage `json:"actions"`
	Events  []json.RawMessage `json:"events"`
	Debug   bool              `json:"debug"`
}

type PlayResponse

type PlayResponse struct {
	// Result is slice of events after all action plugins.
	Result []json.RawMessage `json:"result"`
	// Stdout is pipeline stdout during actions execution.
	Stdout string `json:"stdout"`
	// Metrics is prometheus metrics in openmetrics format.
	Metrics string `json:"metrics"`
}

Jump to

Keyboard shortcuts

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