(workspace, groupName string)
| 162 | } |
| 163 | |
| 164 | func getGroupMembersCacheKey(workspace, groupName string) string { |
| 165 | return fmt.Sprintf("workspaces/%s/%s/members", workspace, groupName) |
| 166 | } |
| 167 | |
| 168 | func getMemberGroupsCacheKey(workspace, userName string) string { |
| 169 | return fmt.Sprintf("workspaces/%s/memberGroups/%s", workspace, userName) |
no outgoing calls
no test coverage detected