RepoOwner is the login name of the owner
()
| 250 | |
| 251 | // RepoOwner is the login name of the owner |
| 252 | func (r Repository) RepoOwner() string { |
| 253 | return r.Owner.Login |
| 254 | } |
| 255 | |
| 256 | // RepoName is the name of the repository |
| 257 | func (r Repository) RepoName() string { |
no outgoing calls
no test coverage detected