Documentation
¶
Overview ¶
Package paramfile expands a --param value that points at a file of values.
It deliberately lives under cmd/query/internal so the compiler keeps it out of reach of anything the server links: reading a path named by an HTTP request would be an arbitrary local-file read. Every caller here runs in the operator's own process, from their own shell.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
Load expands one --param value. A value that does not start with "@" comes back unchanged as a single element; "@path[#selector]" reads path, where the selector names a CSV header column or a JSON object key.
A "!" prefix survives, so a file may carry exclusions and reads exactly like the comma-joined form typed on the command line.
Types ¶
This section is empty.