fix OpenAPI schema

This commit is contained in:
Nicola Murino
2021-04-03 17:09:08 +02:00
parent ea26d7786c
commit 1ee843757d
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ const (
sftpFsName = "sftpfs"
)
// ErrSFTPLoop defines the error to return if an SFTP loop is detected
var ErrSFTPLoop = errors.New("SFTP loop or nested local SFTP folders detected")
// SFTPFsConfig defines the configuration for SFTP based filesystem