rebrand groups service

This commit is contained in:
Ralf Haferkamp
2025-01-16 16:19:44 +01:00
parent 61b48a2580
commit 46a8216aab
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"github.com/opencloud-eu/opencloud/services/groups/pkg/config"
)
// GroupsConfigFromStruct will adapt an oCIS config struct into a reva mapstructure to start a reva service.
// GroupsConfigFromStruct will adapt an OpenCloud config struct into a reva mapstructure to start a reva service.
func GroupsConfigFromStruct(cfg *config.Config) map[string]interface{} {
return map[string]interface{}{
"core": map[string]interface{}{