WithVersionCheck tells the [Executor] whether or not to check the version of
(enableVersionCheck bool)
| 611 | |
| 612 | // WithVersionCheck tells the [Executor] whether or not to check the version of |
| 613 | func WithVersionCheck(enableVersionCheck bool) ExecutorOption { |
| 614 | return &versionCheckOption{enableVersionCheck} |
| 615 | } |
| 616 | |
| 617 | type versionCheckOption struct { |
| 618 | enableVersionCheck bool |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…