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

FuncType Option

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

Option instances allow to configure FrankenPHP.

func(h *opt) error

Source from the content-addressed store, hash-verified

12
13// Option instances allow to configure FrankenPHP.
14type Option func(h *opt) error
15
16// WorkerOption instances allow configuring FrankenPHP worker.
17type WorkerOption func(*workerOpt) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected