storage: add group provider service and sharing SQL driver

This commit is contained in:
Ishank Arora
2021-02-16 15:55:42 +01:00
parent 0726156f1b
commit d8ade4a917
13 changed files with 585 additions and 70 deletions
+1
View File
@@ -77,6 +77,7 @@ func Execute() error {
Frontend(cfg),
Gateway(cfg),
Users(cfg),
Groups(cfg),
AuthBasic(cfg),
AuthBearer(cfg),
Sharing(cfg),