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