type Field struct {
Name string Doc string JSONTag string Type types.Type FieldMod string// In some circumstances, we may want to recursively load additional field// descriptors for fields of struct types, documenting their internals.
Fields []*Field
}