summaryrefslogtreecommitdiff
path: root/modules/filestorage/filestorage.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/filestorage/filestorage.go')
-rw-r--r--modules/filestorage/filestorage.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/filestorage/filestorage.go b/modules/filestorage/filestorage.go
index 3552609..6e688ef 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"`
}