Versions in this module Expand all Collapse all v0 v0.4.1 Sep 24, 2024 v0.4.0 May 16, 2024 Changes in this version + func NewAttribute(a provider.Attribute) (generatorschema.GeneratorAttribute, error) + func NewAttributes(a provider.Attributes) (generatorschema.GeneratorAttributes, error) + func NewBlock(b provider.Block) (generatorschema.GeneratorBlock, error) + func NewBlocks(b provider.Blocks) (generatorschema.GeneratorBlocks, error) + func NewSchema(p *provider.Provider) (generatorschema.GeneratorSchema, error) + func NewSchemas(spec spec.Specification) (map[string]generatorschema.GeneratorSchema, error) + type GeneratorBoolAttribute struct + AssociatedExternalType *schema.AssocExtType + CustomType convert.CustomTypePrimitive + DeprecationMessage convert.DeprecationMessage + Description convert.Description + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorBoolAttribute(name string, a *provider.BoolAttribute) (GeneratorBoolAttribute, error) + func (g GeneratorBoolAttribute) AttrType(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorBoolAttribute) AttrValue(name schema.FrameworkIdentifier) string + func (g GeneratorBoolAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorBoolAttribute) Equal(ga schema.GeneratorAttribute) bool + func (g GeneratorBoolAttribute) From() (schema.ToFromConversion, error) + func (g GeneratorBoolAttribute) GeneratorSchemaType() schema.Type + func (g GeneratorBoolAttribute) Imports() *schema.Imports + func (g GeneratorBoolAttribute) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorBoolAttribute) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorBoolAttribute) To() (schema.ToFromConversion, error) + func (g GeneratorBoolAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorFloat64Attribute struct + AssociatedExternalType *schema.AssocExtType + CustomType convert.CustomTypePrimitive + DeprecationMessage convert.DeprecationMessage + Description convert.Description + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorFloat64Attribute(name string, a *provider.Float64Attribute) (GeneratorFloat64Attribute, error) + func (g GeneratorFloat64Attribute) AttrType(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorFloat64Attribute) AttrValue(name schema.FrameworkIdentifier) string + func (g GeneratorFloat64Attribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorFloat64Attribute) Equal(ga schema.GeneratorAttribute) bool + func (g GeneratorFloat64Attribute) From() (schema.ToFromConversion, error) + func (g GeneratorFloat64Attribute) GeneratorSchemaType() schema.Type + func (g GeneratorFloat64Attribute) Imports() *schema.Imports + func (g GeneratorFloat64Attribute) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorFloat64Attribute) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorFloat64Attribute) To() (schema.ToFromConversion, error) + func (g GeneratorFloat64Attribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorInt64Attribute struct + AssociatedExternalType *schema.AssocExtType + CustomType convert.CustomTypePrimitive + DeprecationMessage convert.DeprecationMessage + Description convert.Description + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorInt64Attribute(name string, a *provider.Int64Attribute) (GeneratorInt64Attribute, error) + func (g GeneratorInt64Attribute) AttrType(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorInt64Attribute) AttrValue(name schema.FrameworkIdentifier) string + func (g GeneratorInt64Attribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorInt64Attribute) Equal(ga schema.GeneratorAttribute) bool + func (g GeneratorInt64Attribute) From() (schema.ToFromConversion, error) + func (g GeneratorInt64Attribute) GeneratorSchemaType() schema.Type + func (g GeneratorInt64Attribute) Imports() *schema.Imports + func (g GeneratorInt64Attribute) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorInt64Attribute) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorInt64Attribute) To() (schema.ToFromConversion, error) + func (g GeneratorInt64Attribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorListAttribute struct + AssociatedExternalType *generatorschema.AssocExtType + CustomType convert.CustomTypeCollection + DeprecationMessage convert.DeprecationMessage + Description convert.Description + ElementType specschema.ElementType + ElementTypeCollection convert.ElementType + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorListAttribute(name string, a *provider.ListAttribute) (GeneratorListAttribute, error) + func (g GeneratorListAttribute) AttrType(name generatorschema.FrameworkIdentifier) (string, error) + func (g GeneratorListAttribute) AttrValue(name generatorschema.FrameworkIdentifier) string + func (g GeneratorListAttribute) CollectionType() (map[string]string, error) + func (g GeneratorListAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorListAttribute) ElemType() specschema.ElementType + func (g GeneratorListAttribute) Equal(ga generatorschema.GeneratorAttribute) bool + func (g GeneratorListAttribute) From() (generatorschema.ToFromConversion, error) + func (g GeneratorListAttribute) GeneratorSchemaType() generatorschema.Type + func (g GeneratorListAttribute) Imports() *generatorschema.Imports + func (g GeneratorListAttribute) ModelField(name generatorschema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorListAttribute) Schema(name generatorschema.FrameworkIdentifier) (string, error) + func (g GeneratorListAttribute) To() (generatorschema.ToFromConversion, error) + func (g GeneratorListAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorListNestedAttribute struct + CustomType convert.CustomTypeNestedCollection + DeprecationMessage convert.DeprecationMessage + Description convert.Description + NestedAttributeObject convert.NestedAttributeObject + NestedObject GeneratorNestedAttributeObject + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorListNestedAttribute(name string, a *provider.ListNestedAttribute) (GeneratorListNestedAttribute, error) + func (g GeneratorListNestedAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorListNestedAttribute) Equal(ga schema.GeneratorAttribute) bool + func (g GeneratorListNestedAttribute) From() (schema.ToFromConversion, error) + func (g GeneratorListNestedAttribute) GeneratorSchemaType() schema.Type + func (g GeneratorListNestedAttribute) GetAttributes() schema.GeneratorAttributes + func (g GeneratorListNestedAttribute) Imports() *schema.Imports + func (g GeneratorListNestedAttribute) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorListNestedAttribute) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorListNestedAttribute) To() (schema.ToFromConversion, error) + func (g GeneratorListNestedAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorListNestedBlock struct + CustomType convert.CustomTypeNestedCollection + DeprecationMessage convert.DeprecationMessage + Description convert.Description + NestedBlockObject convert.NestedBlockObject + NestedObject GeneratorNestedBlockObject + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorListNestedBlock(name string, b *provider.ListNestedBlock) (GeneratorListNestedBlock, error) + func (g GeneratorListNestedBlock) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorListNestedBlock) Equal(ga schema.GeneratorBlock) bool + func (g GeneratorListNestedBlock) From() (schema.ToFromConversion, error) + func (g GeneratorListNestedBlock) GeneratorSchemaType() schema.Type + func (g GeneratorListNestedBlock) GetAttributes() schema.GeneratorAttributes + func (g GeneratorListNestedBlock) GetBlocks() schema.GeneratorBlocks + func (g GeneratorListNestedBlock) Imports() *schema.Imports + func (g GeneratorListNestedBlock) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorListNestedBlock) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorListNestedBlock) To() (schema.ToFromConversion, error) + func (g GeneratorListNestedBlock) ToFromFunctions(name string) ([]byte, error) + type GeneratorMapAttribute struct + AssociatedExternalType *generatorschema.AssocExtType + CustomType convert.CustomTypeCollection + DeprecationMessage convert.DeprecationMessage + Description convert.Description + ElementType specschema.ElementType + ElementTypeCollection convert.ElementType + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorMapAttribute(name string, a *provider.MapAttribute) (GeneratorMapAttribute, error) + func (g GeneratorMapAttribute) AttrType(name generatorschema.FrameworkIdentifier) (string, error) + func (g GeneratorMapAttribute) AttrValue(name generatorschema.FrameworkIdentifier) string + func (g GeneratorMapAttribute) CollectionType() (map[string]string, error) + func (g GeneratorMapAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorMapAttribute) ElemType() specschema.ElementType + func (g GeneratorMapAttribute) Equal(ga generatorschema.GeneratorAttribute) bool + func (g GeneratorMapAttribute) From() (generatorschema.ToFromConversion, error) + func (g GeneratorMapAttribute) GeneratorSchemaType() generatorschema.Type + func (g GeneratorMapAttribute) Imports() *generatorschema.Imports + func (g GeneratorMapAttribute) ModelField(name generatorschema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorMapAttribute) Schema(name generatorschema.FrameworkIdentifier) (string, error) + func (g GeneratorMapAttribute) To() (generatorschema.ToFromConversion, error) + func (g GeneratorMapAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorMapNestedAttribute struct + CustomType convert.CustomTypeNestedCollection + DeprecationMessage convert.DeprecationMessage + Description convert.Description + NestedAttributeObject convert.NestedAttributeObject + NestedObject GeneratorNestedAttributeObject + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorMapNestedAttribute(name string, a *provider.MapNestedAttribute) (GeneratorMapNestedAttribute, error) + func (g GeneratorMapNestedAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorMapNestedAttribute) Equal(ga schema.GeneratorAttribute) bool + func (g GeneratorMapNestedAttribute) From() (schema.ToFromConversion, error) + func (g GeneratorMapNestedAttribute) GeneratorSchemaType() schema.Type + func (g GeneratorMapNestedAttribute) GetAttributes() schema.GeneratorAttributes + func (g GeneratorMapNestedAttribute) Imports() *schema.Imports + func (g GeneratorMapNestedAttribute) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorMapNestedAttribute) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorMapNestedAttribute) To() (schema.ToFromConversion, error) + func (g GeneratorMapNestedAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorNestedAttributeObject struct + AssociatedExternalType *schema.AssocExtType + Attributes schema.GeneratorAttributes + CustomType *specschema.CustomType + Validators specschema.ObjectValidators + func (g GeneratorNestedAttributeObject) Equal(other GeneratorNestedAttributeObject) bool + type GeneratorNestedBlockObject struct + AssociatedExternalType *schema.AssocExtType + Attributes schema.GeneratorAttributes + Blocks schema.GeneratorBlocks + CustomType *specschema.CustomType + Validators specschema.ObjectValidators + func (g GeneratorNestedBlockObject) Equal(other GeneratorNestedBlockObject) bool + type GeneratorNumberAttribute struct + AssociatedExternalType *schema.AssocExtType + CustomType convert.CustomTypePrimitive + DeprecationMessage convert.DeprecationMessage + Description convert.Description + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorNumberAttribute(name string, a *provider.NumberAttribute) (GeneratorNumberAttribute, error) + func (g GeneratorNumberAttribute) AttrType(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorNumberAttribute) AttrValue(name schema.FrameworkIdentifier) string + func (g GeneratorNumberAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorNumberAttribute) Equal(ga schema.GeneratorAttribute) bool + func (g GeneratorNumberAttribute) From() (schema.ToFromConversion, error) + func (g GeneratorNumberAttribute) GeneratorSchemaType() schema.Type + func (g GeneratorNumberAttribute) Imports() *schema.Imports + func (g GeneratorNumberAttribute) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorNumberAttribute) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorNumberAttribute) To() (schema.ToFromConversion, error) + func (g GeneratorNumberAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorObjectAttribute struct + AssociatedExternalType *generatorschema.AssocExtType + AttributeTypes specschema.ObjectAttributeTypes + AttributeTypesObject convert.ObjectAttributeTypes + CustomType convert.CustomTypeObject + DeprecationMessage convert.DeprecationMessage + Description convert.Description + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorObjectAttribute(name string, a *provider.ObjectAttribute) (GeneratorObjectAttribute, error) + func (g GeneratorObjectAttribute) AttrType(name generatorschema.FrameworkIdentifier) (string, error) + func (g GeneratorObjectAttribute) AttrTypes() specschema.ObjectAttributeTypes + func (g GeneratorObjectAttribute) AttrValue(name generatorschema.FrameworkIdentifier) string + func (g GeneratorObjectAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorObjectAttribute) Equal(ga generatorschema.GeneratorAttribute) bool + func (g GeneratorObjectAttribute) From() (generatorschema.ToFromConversion, error) + func (g GeneratorObjectAttribute) GeneratorSchemaType() generatorschema.Type + func (g GeneratorObjectAttribute) Imports() *generatorschema.Imports + func (g GeneratorObjectAttribute) ModelField(name generatorschema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorObjectAttribute) Schema(name generatorschema.FrameworkIdentifier) (string, error) + func (g GeneratorObjectAttribute) To() (generatorschema.ToFromConversion, error) + func (g GeneratorObjectAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorSetAttribute struct + AssociatedExternalType *generatorschema.AssocExtType + CustomType convert.CustomTypeCollection + DeprecationMessage convert.DeprecationMessage + Description convert.Description + ElementType specschema.ElementType + ElementTypeCollection convert.ElementType + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorSetAttribute(name string, a *provider.SetAttribute) (GeneratorSetAttribute, error) + func (g GeneratorSetAttribute) AttrType(name generatorschema.FrameworkIdentifier) (string, error) + func (g GeneratorSetAttribute) AttrValue(name generatorschema.FrameworkIdentifier) string + func (g GeneratorSetAttribute) CollectionType() (map[string]string, error) + func (g GeneratorSetAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorSetAttribute) ElemType() specschema.ElementType + func (g GeneratorSetAttribute) Equal(ga generatorschema.GeneratorAttribute) bool + func (g GeneratorSetAttribute) From() (generatorschema.ToFromConversion, error) + func (g GeneratorSetAttribute) GeneratorSchemaType() generatorschema.Type + func (g GeneratorSetAttribute) Imports() *generatorschema.Imports + func (g GeneratorSetAttribute) ModelField(name generatorschema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorSetAttribute) Schema(name generatorschema.FrameworkIdentifier) (string, error) + func (g GeneratorSetAttribute) To() (generatorschema.ToFromConversion, error) + func (g GeneratorSetAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorSetNestedAttribute struct + CustomType convert.CustomTypeNestedCollection + DeprecationMessage convert.DeprecationMessage + Description convert.Description + NestedAttributeObject convert.NestedAttributeObject + NestedObject GeneratorNestedAttributeObject + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorSetNestedAttribute(name string, a *provider.SetNestedAttribute) (GeneratorSetNestedAttribute, error) + func (g GeneratorSetNestedAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorSetNestedAttribute) Equal(ga schema.GeneratorAttribute) bool + func (g GeneratorSetNestedAttribute) From() (schema.ToFromConversion, error) + func (g GeneratorSetNestedAttribute) GeneratorSchemaType() schema.Type + func (g GeneratorSetNestedAttribute) GetAttributes() schema.GeneratorAttributes + func (g GeneratorSetNestedAttribute) Imports() *schema.Imports + func (g GeneratorSetNestedAttribute) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorSetNestedAttribute) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorSetNestedAttribute) To() (schema.ToFromConversion, error) + func (g GeneratorSetNestedAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorSetNestedBlock struct + CustomType convert.CustomTypeNestedCollection + DeprecationMessage convert.DeprecationMessage + Description convert.Description + NestedBlockObject convert.NestedBlockObject + NestedObject GeneratorNestedBlockObject + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorSetNestedBlock(name string, b *provider.SetNestedBlock) (GeneratorSetNestedBlock, error) + func (g GeneratorSetNestedBlock) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorSetNestedBlock) Equal(ga schema.GeneratorBlock) bool + func (g GeneratorSetNestedBlock) From() (schema.ToFromConversion, error) + func (g GeneratorSetNestedBlock) GeneratorSchemaType() schema.Type + func (g GeneratorSetNestedBlock) GetAttributes() schema.GeneratorAttributes + func (g GeneratorSetNestedBlock) GetBlocks() schema.GeneratorBlocks + func (g GeneratorSetNestedBlock) Imports() *schema.Imports + func (g GeneratorSetNestedBlock) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorSetNestedBlock) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorSetNestedBlock) To() (schema.ToFromConversion, error) + func (g GeneratorSetNestedBlock) ToFromFunctions(name string) ([]byte, error) + type GeneratorSingleNestedAttribute struct + AssociatedExternalType *schema.AssocExtType + Attributes schema.GeneratorAttributes + CustomType convert.CustomTypeNestedObject + DeprecationMessage convert.DeprecationMessage + Description convert.Description + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorSingleNestedAttribute(name string, a *provider.SingleNestedAttribute) (GeneratorSingleNestedAttribute, error) + func (g GeneratorSingleNestedAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorSingleNestedAttribute) Equal(ga schema.GeneratorAttribute) bool + func (g GeneratorSingleNestedAttribute) From() (schema.ToFromConversion, error) + func (g GeneratorSingleNestedAttribute) GeneratorSchemaType() schema.Type + func (g GeneratorSingleNestedAttribute) GetAttributes() schema.GeneratorAttributes + func (g GeneratorSingleNestedAttribute) Imports() *schema.Imports + func (g GeneratorSingleNestedAttribute) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorSingleNestedAttribute) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorSingleNestedAttribute) To() (schema.ToFromConversion, error) + func (g GeneratorSingleNestedAttribute) ToFromFunctions(name string) ([]byte, error) + type GeneratorSingleNestedBlock struct + AssociatedExternalType *schema.AssocExtType + Attributes schema.GeneratorAttributes + Blocks schema.GeneratorBlocks + CustomType convert.CustomTypeNestedObject + DeprecationMessage convert.DeprecationMessage + Description convert.Description + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorSingleNestedBlock(name string, b *provider.SingleNestedBlock) (GeneratorSingleNestedBlock, error) + func (g GeneratorSingleNestedBlock) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorSingleNestedBlock) Equal(ga schema.GeneratorBlock) bool + func (g GeneratorSingleNestedBlock) From() (schema.ToFromConversion, error) + func (g GeneratorSingleNestedBlock) GeneratorSchemaType() schema.Type + func (g GeneratorSingleNestedBlock) GetAttributes() schema.GeneratorAttributes + func (g GeneratorSingleNestedBlock) GetBlocks() schema.GeneratorBlocks + func (g GeneratorSingleNestedBlock) Imports() *schema.Imports + func (g GeneratorSingleNestedBlock) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorSingleNestedBlock) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorSingleNestedBlock) To() (schema.ToFromConversion, error) + func (g GeneratorSingleNestedBlock) ToFromFunctions(name string) ([]byte, error) + type GeneratorStringAttribute struct + AssociatedExternalType *schema.AssocExtType + CustomType convert.CustomTypePrimitive + DeprecationMessage convert.DeprecationMessage + Description convert.Description + OptionalRequired convert.OptionalRequired + Sensitive convert.Sensitive + Validators convert.Validators + func NewGeneratorStringAttribute(name string, a *provider.StringAttribute) (GeneratorStringAttribute, error) + func (g GeneratorStringAttribute) AttrType(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorStringAttribute) AttrValue(name schema.FrameworkIdentifier) string + func (g GeneratorStringAttribute) CustomTypeAndValue(name string) ([]byte, error) + func (g GeneratorStringAttribute) Equal(ga schema.GeneratorAttribute) bool + func (g GeneratorStringAttribute) From() (schema.ToFromConversion, error) + func (g GeneratorStringAttribute) GeneratorSchemaType() schema.Type + func (g GeneratorStringAttribute) Imports() *schema.Imports + func (g GeneratorStringAttribute) ModelField(name schema.FrameworkIdentifier) (model.Field, error) + func (g GeneratorStringAttribute) Schema(name schema.FrameworkIdentifier) (string, error) + func (g GeneratorStringAttribute) To() (schema.ToFromConversion, error) + func (g GeneratorStringAttribute) ToFromFunctions(name string) ([]byte, error)