Storage returns the configured Caddy storage implementation.
()
| 550 | |
| 551 | // Storage returns the configured Caddy storage implementation. |
| 552 | func (ctx Context) Storage() certmagic.Storage { |
| 553 | return ctx.cfg.storage |
| 554 | } |
| 555 | |
| 556 | // Logger returns a logger that is intended for use by the most |
| 557 | // recent module associated with the context. Callers should not |
no outgoing calls
no test coverage detected