()
| 120 | } |
| 121 | |
| 122 | func (s *Struct) Struct() *types.Struct { |
| 123 | return s.sym.GoType().Underlying().(*types.Struct) |
| 124 | } |
| 125 | |
| 126 | // FirstEmbed returns the first field if it is embedded, |
| 127 | // supporting convention of placing embedded "parent" types first |
no test coverage detected