GetUser returns the User field.
()
| 19232 | |
| 19233 | // GetUser returns the User field. |
| 19234 | func (i *Issue) GetUser() *User { |
| 19235 | if i == nil { |
| 19236 | return nil |
| 19237 | } |
| 19238 | return i.User |
| 19239 | } |
| 19240 | |
| 19241 | // GetAuthorAssociation returns the AuthorAssociation field if it's non-nil, zero value otherwise. |
| 19242 | func (i *IssueComment) GetAuthorAssociation() string { |
no outgoing calls