[ci skip]
This commit is contained in:
Gert-Jan Timmer
2018-05-31 16:42:03 +02:00
parent f7f8019102
commit 4a33fcc1d2
4 changed files with 86 additions and 15 deletions

View File

@@ -62,4 +62,9 @@ func (c *SQLiteConn) AuthUserDelete(username string) error {
return nil
}
// Check is database is protected by user authentication
func (c *SQLiteConn) AuthIsEnabled() (exists bool) {
return
}
// EOF