userRepoPermissions holds a list of all repos with a given permission for a given user
| 547 | |
| 548 | // userRepoPermissions holds a list of all repos with a given permission for a given user |
| 549 | type userRepoPermissions map[string]([]types.RepoName) |
| 550 | // permission summary is the list of different permissions for a user |
| 551 | permissionSummary := map[types.UserLogin]userRepoPermissions{} |
| 552 |
nothing calls this directly
no outgoing calls
no test coverage detected