actions

package
v0.26.2 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CreateLabel = "create_label" // Currently only supported one
	CreateTech  = "create_tech"

	Replace = "replace" // modify request/response
	Set     = "set"     // modify request/response
	Delete  = "delete"  // delete request/response

	SendNotification = "send_notification"

	CreatePlayground             = "create_playground"
	CreatePlaygroundWithIntruder = "create_playground_intruder"
	CreatePlaygroundWithRepeater = "create_playground_repeater"
	CreatePlaygroundWithCommand  = "create_playground_command"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Modifier

type Modifier struct {
	Req     types.RequestData `yaml:"req"`
	Replace []ModifierReplace `yaml:"replace"`
	Delete  []string          `yaml:"delete"`
}

type ModifierReplace

type ModifierReplace struct {
	Search string `yaml:"search"`
	Value  string `yaml:"value"`
	Regex  bool   `yaml:"regex"`
}

type ModifierSet

type ModifierSet struct {
	Key   string `yaml:"key"`
	Value string `yaml:"value"`
}

Jump to

Keyboard shortcuts

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