js

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2019 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Do

func Do(matches ...Match) exec.CmdFn

Types

type Match

type Match interface {
	Eval([]byte, gestalt.Evaluator) error
}

type ScalarMatch

type ScalarMatch interface {
	Match
	Export(string) ScalarMatch
}

func Any

func Any(path ...string) ScalarMatch

func Int

func Int(val int64, path ...string) ScalarMatch

func Integer

func Integer(val int64, path ...string) ScalarMatch

func Str

func Str(val string, path ...string) ScalarMatch

func String

func String(val string, path ...string) ScalarMatch

Jump to

Keyboard shortcuts

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