ExecuteOptionFn is a function that can be used to set options on the execution of the selector.
func(*Options)
| 4 | |
| 5 | // ExecuteOptionFn is a function that can be used to set options on the execution of the selector. |
| 6 | type ExecuteOptionFn func(*Options) |
| 7 | |
| 8 | // Options contains the options for the execution of the selector. |
| 9 | type Options struct { |
nothing calls this directly
no outgoing calls
no test coverage detected