backend/identity: add implementation with static data

This commit is contained in:
Patrik Oldsberg
2020-02-04 13:56:18 +01:00
parent b52ece5b9b
commit d01cff2573
12 changed files with 216 additions and 29 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ message GetGroupRequest {
}
message GetGroupReply {
Group groups = 1;
Group group = 1;
}
message User {