diff options
Diffstat (limited to 'modules/filestorage')
-rw-r--r-- | modules/filestorage/filestorage.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/filestorage/filestorage.go b/modules/filestorage/filestorage.go index 355260994..6e688ef0f 100644 --- a/modules/filestorage/filestorage.go +++ b/modules/filestorage/filestorage.go @@ -26,6 +26,7 @@ func init() { // FileStorage is a certmagic.Storage wrapper for certmagic.FileStorage. type FileStorage struct { + // The base path to the folder used for storage. Root string `json:"root,omitempty"` } |