(d *Dispenser)
| 105 | // identifier token (directive name, etc). |
| 106 | type Unmarshaler interface { |
| 107 | UnmarshalCaddyfile(d *Dispenser) error |
| 108 | } |
| 109 | |
| 110 | // ServerType is a type that can evaluate a Caddyfile and set up a caddy config. |
no outgoing calls
no test coverage detected