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