Improve documentation

This commit is contained in:
Nicola Murino
2019-07-30 20:51:29 +02:00
parent 8dbcac15f3
commit 8058178ea0
19 changed files with 264 additions and 147 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/drakkan/sftpgo/logger"
)
// MySQLProvider auth provider for sqlite database
// MySQLProvider auth provider for MySQL/MariaDB database
type MySQLProvider struct {
}