()
| 1820 | } |
| 1821 | |
| 1822 | func (x *IssueComment) GetApproval() *IssueComment_Approval { |
| 1823 | if x != nil { |
| 1824 | if x, ok := x.Event.(*IssueComment_Approval_); ok { |
| 1825 | return x.Approval |
| 1826 | } |
| 1827 | } |
| 1828 | return nil |
| 1829 | } |
| 1830 | |
| 1831 | func (x *IssueComment) GetIssueUpdate() *IssueComment_IssueUpdate { |
| 1832 | if x != nil { |