Setup takes the server blocks which contain tokens, as well as options (e.g. CLI flags) and creates a Caddy config, along with any warnings or an error.
([]ServerBlock, map[string]any)
| 113 | // as well as options (e.g. CLI flags) and creates a |
| 114 | // Caddy config, along with any warnings or an error. |
| 115 | Setup([]ServerBlock, map[string]any) (*caddy.Config, []caddyconfig.Warning, error) |
| 116 | } |
| 117 | |
| 118 | // UnmarshalModule instantiates a module with the given ID and invokes |
no outgoing calls
no test coverage detected