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