// NewFieldType creates a field by its field name. // This version of FieldType is unstructured and has DynType as its type. func NewFieldType(name string) *types.FieldType { … }
// NewFieldType creates a field by its field name. // This version of FieldType is unstructured and has DynType as its type. func NewFieldType(name string) *types.FieldType { … }