jmespath

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 34 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SHA256 = "sha256"
)

function names

Functions

This section is empty.

Types

type FunctionEntry added in v1.6.0

type FunctionEntry struct {
	gojmespath.FunctionEntry
	Note       string
	ReturnType []jpType
}

func GetFunctions added in v1.6.0

func GetFunctions(configuration config.Configuration) []FunctionEntry

func (FunctionEntry) String added in v1.6.0

func (f FunctionEntry) String() string

type Interface added in v1.10.0

type Interface interface {
	Query(string) (Query, error)
	Search(string, interface{}) (interface{}, error)
}

func New

func New(configuration config.Configuration) Interface

type PublicKey added in v1.8.0

type PublicKey struct {
	N string
	E int
}

type Query added in v1.10.0

type Query interface {
	Search(interface{}) (interface{}, error)
}

type QueryProxy added in v1.12.0

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

func (*QueryProxy) Search added in v1.12.0

func (q *QueryProxy) Search(data interface{}) (interface{}, error)

Jump to

Keyboard shortcuts

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