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 ModifierSet ¶
Click to show internal directories.
Click to hide internal directories.