BranchRef is the branch name in a GitHub repository
| 167 | |
| 168 | // BranchRef is the branch name in a GitHub repository |
| 169 | type BranchRef struct { |
| 170 | Name string `json:"name"` |
| 171 | } |
| 172 | |
| 173 | type CodeOfConduct struct { |
| 174 | Key string `json:"key"` |
nothing calls this directly
no outgoing calls
no test coverage detected