add code grpc to manage new collection db groupMember

This commit is contained in:
soukainna
2022-12-19 09:13:56 +01:00
parent 9705c8d898
commit daf39bc067
8 changed files with 1249 additions and 123 deletions

View File

@@ -18,7 +18,8 @@ func ReadConfig() (*viper.Viper, error) {
"port": "27017",
"db_name": "coopgo_platform",
"collections": map[string]any{
"groups": "groups",
"groups": "groups",
"groups_member": "groups_member",
},
},
},