MCPcopy Index your code
hub / github.com/php/frankenphp / WorkerOption

FuncType WorkerOption

options.go:17–17  ·  view source on GitHub ↗

WorkerOption instances allow configuring FrankenPHP worker.

func(*workerOpt) error

Source from the content-addressed store, hash-verified

15
16// WorkerOption instances allow configuring FrankenPHP worker.
17type WorkerOption func(*workerOpt) error
18
19// opt contains the available options.
20//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected