WorkerOption instances allow configuring FrankenPHP worker.
func(*workerOpt) error
| 15 | |
| 16 | // WorkerOption instances allow configuring FrankenPHP worker. |
| 17 | type WorkerOption func(*workerOpt) error |
| 18 | |
| 19 | // opt contains the available options. |
| 20 | // |
nothing calls this directly
no outgoing calls
no test coverage detected