()
| 30 | // into a consistent API for Caddy configuration. |
| 31 | type StorageConverter interface { |
| 32 | CertMagicStorage() (certmagic.Storage, error) |
| 33 | } |
| 34 | |
| 35 | // HomeDir returns the best guess of the current user's home |
no outgoing calls
no test coverage detected