jmespath

package
v1.10.1-rc.1 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2023 License: Apache-2.0 Imports: 30 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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)
}

Jump to

Keyboard shortcuts

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