jqutil

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package jqutil provides shared gojq utilities used by multiple packages.

Index

Constants

This section is empty.

Variables

View Source
var SecureCompileOpts = []gojq.CompilerOption{
	gojq.WithEnvironLoader(func() []string { return nil }),
}

SecureCompileOpts are the gojq compiler options applied to every Compile call in this project. Centralising them here ensures the security intent ($ENV disabled) is never accidentally omitted from a future compile site.

Both internal/config and internal/middleware need identical options. Defining them once in this leaf package removes the duplication and guards against the two copies drifting apart.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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