MCPcopy
hub / github.com/TomWright/dasel / ExecuteOptionFn

FuncType ExecuteOptionFn

execution/options.go:6–6  ·  view source on GitHub ↗

ExecuteOptionFn is a function that can be used to set options on the execution of the selector.

func(*Options)

Source from the content-addressed store, hash-verified

4
5// ExecuteOptionFn is a function that can be used to set options on the execution of the selector.
6type ExecuteOptionFn func(*Options)
7
8// Options contains the options for the execution of the selector.
9type Options struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected