GetIssue returns the Issue field.
()
| 38728 | |
| 38729 | // GetIssue returns the Issue field. |
| 38730 | func (s *Source) GetIssue() *Issue { |
| 38731 | if s == nil { |
| 38732 | return nil |
| 38733 | } |
| 38734 | return s.Issue |
| 38735 | } |
| 38736 | |
| 38737 | // GetType returns the Type field if it's non-nil, zero value otherwise. |
| 38738 | func (s *Source) GetType() string { |
no outgoing calls