RepoType represents the different types of repositories that can be accessed.
| 9 | |
| 10 | // RepoType represents the different types of repositories that can be accessed. |
| 11 | type RepoType int |
| 12 | |
| 13 | // RepoType defaults to RepoTypeAdmin to make sure that if this is improperly |
| 14 | // set, the only way to access it is by being an admin. |
no outgoing calls
no test coverage detected