remove unsupported drivers from the documentation

This commit is contained in:
Willy Kloucek
2022-05-03 15:12:34 +02:00
parent 47ed302e43
commit 061808ca72
5 changed files with 8 additions and 31 deletions
+2 -2
View File
@@ -51,10 +51,10 @@ type GRPCConfig struct {
}
type Drivers struct {
JSON JSONDriver
JSON JSONDriver // not supported by the oCIS product, therefore not part of docs
LDAP LDAPDriver
OwnCloudSQL OwnCloudSQLDriver
REST RESTProvider
REST RESTProvider // not supported by the oCIS product, therefore not part of docs
}
type JSONDriver struct {