FileStorage is a certmagic.Storage wrapper for certmagic.FileStorage.
| 27 | |
| 28 | // FileStorage is a certmagic.Storage wrapper for certmagic.FileStorage. |
| 29 | type FileStorage struct { |
| 30 | // The base path to the folder used for storage. |
| 31 | Root string `json:"root,omitempty"` |
| 32 | } |
| 33 | |
| 34 | // CaddyModule returns the Caddy module information. |
| 35 | func (FileStorage) CaddyModule() caddy.ModuleInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected