Option instances allow to configure FrankenPHP.
func(h *opt) error
| 12 | |
| 13 | // Option instances allow to configure FrankenPHP. |
| 14 | type Option func(h *opt) error |
| 15 | |
| 16 | // WorkerOption instances allow configuring FrankenPHP worker. |
| 17 | type WorkerOption func(*workerOpt) error |
nothing calls this directly
no outgoing calls
no test coverage detected