extractors

package
v0.0.0-...-b7db0ac Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2017 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidJsonPath = errors.New("Unexpected error evaluating JSON Path")
)

Functions

This section is empty.

Types

type JSONPathExtractor

type JSONPathExtractor struct {
	Name     string
	Key      string
	JSONPath string
	Scope    string
}

JSONPathExtractor ...

func (JSONPathExtractor) Extract

func (instance JSONPathExtractor) Extract(result core.ExecutionResult) core.ExtractionResult

Extract ...

type KeyValueExtractor

type KeyValueExtractor struct {
	Name  string
	Key   string
	Scope string
}

KeyValueExtractor ...

func (KeyValueExtractor) Extract

func (instance KeyValueExtractor) Extract(result core.ExecutionResult) core.ExtractionResult

Extract ...

type RegexExtractor

type RegexExtractor struct {
	Name  string
	Key   string
	Match string
	Scope string
}

RegexExtractor ...

type XPathExtractor

type XPathExtractor struct {
	Name  string
	Key   string
	XPath string
	Scope string
}

XPathExtractor ...

Jump to

Keyboard shortcuts

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