This method indicates that the type is a Caddy module. The returned ModuleInfo must have both a name and a constructor function. This method must not have any side-effects.
()
| 57 | // a name and a constructor function. This method |
| 58 | // must not have any side-effects. |
| 59 | CaddyModule() ModuleInfo |
| 60 | } |
| 61 | |
| 62 | // ModuleInfo represents a registered Caddy module. |
no outgoing calls
no test coverage detected