()
| 1838 | } |
| 1839 | |
| 1840 | func (x *IssueComment) GetPlanUpdate() *IssueComment_PlanUpdate { |
| 1841 | if x != nil { |
| 1842 | if x, ok := x.Event.(*IssueComment_PlanUpdate_); ok { |
| 1843 | return x.PlanUpdate |
| 1844 | } |
| 1845 | } |
| 1846 | return nil |
| 1847 | } |
| 1848 | |
| 1849 | type isIssueComment_Event interface { |
| 1850 | isIssueComment_Event() |
no outgoing calls