package
Version:
v1.14.1
Opens a new window with list of versions in this module.
Published: Jun 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DriverJMESPath = "jmespath"
DriverGoJQ = "jq"
)
func ByGoJQ(input interface{}, query string, printer func(interface{}) error) (err error)
func ByJMESPath(v interface{}, query string, printer func(interface{}) error) (err error)
type ExecFunc func(v interface{}, query string, printer func(interface{}) error) error
Executor 指定のドライバーに対応したクエリ実行funcを返す
Source Files
¶
Click to show internal directories.
Click to hide internal directories.