Documentation ¶
Index ¶
- func CreateFindIDFunc(t types.TypeRegistry) func(f specification.Feature) models.Field
- func CreateHasBoolean(t types.TypeRegistry) func(specification.Feature) bool
- func CreateHasDate(t types.TypeRegistry) func(specification.Feature) bool
- func CreateHasFile(t types.TypeRegistry) func(specification.Feature) bool
- func CreateHasNumber(t types.TypeRegistry) func(specification.Feature) bool
- func CreateHasString(t types.TypeRegistry) func(specification.Feature) bool
- func CreateHasText(t types.TypeRegistry) func(specification.Feature) bool
- func CreateHasTime(t types.TypeRegistry) func(specification.Feature) bool
- func CreateIsBoolean(t types.TypeRegistry) func(models.Field) bool
- func CreateIsDate(t types.TypeRegistry) func(models.Field) bool
- func CreateIsFile(t types.TypeRegistry) func(models.Field) bool
- func CreateIsID(t types.TypeRegistry) func(models.Field) bool
- func CreateIsNotTimeBased(t types.TypeRegistry) func(models.Field) bool
- func CreateIsNumber(t types.TypeRegistry) func(models.Field) bool
- func CreateIsString(t types.TypeRegistry) func(models.Field) bool
- func CreateIsText(t types.TypeRegistry) func(models.Field) bool
- func CreateIsTime(t types.TypeRegistry) func(models.Field) bool
- func CreateIsType(t types.TypeRegistry) func([]string, models.Field) bool
- func CreateIsUndefined(t types.TypeRegistry) func(models.Field) bool
- func CreateNoneID(t types.TypeRegistry) func([]models.Field) []models.Field
- func CreateRandomRecordsFunc(t types.TypeRegistry) func(f specification.Feature) []models.Record
- func CreateRecordsFunc(t types.TypeRegistry) func(f specification.Feature) []models.Record
- func CreateTableView(t types.TypeRegistry) func([]models.Field) []models.Field
- func RandomValue(t types.TypeRegistry, f models.Field) string
- func SList(a ...string) []string
- func UserDefinedRecords(f specification.Feature) (records []models.Record)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFindIDFunc ¶
func CreateFindIDFunc(t types.TypeRegistry) func(f specification.Feature) models.Field
func CreateHasBoolean ¶
func CreateHasBoolean(t types.TypeRegistry) func(specification.Feature) bool
func CreateHasDate ¶
func CreateHasDate(t types.TypeRegistry) func(specification.Feature) bool
func CreateHasFile ¶
func CreateHasFile(t types.TypeRegistry) func(specification.Feature) bool
func CreateHasNumber ¶
func CreateHasNumber(t types.TypeRegistry) func(specification.Feature) bool
func CreateHasString ¶
func CreateHasString(t types.TypeRegistry) func(specification.Feature) bool
func CreateHasText ¶
func CreateHasText(t types.TypeRegistry) func(specification.Feature) bool
func CreateHasTime ¶
func CreateHasTime(t types.TypeRegistry) func(specification.Feature) bool
func CreateIsBoolean ¶
func CreateIsBoolean(t types.TypeRegistry) func(models.Field) bool
func CreateIsDate ¶
func CreateIsDate(t types.TypeRegistry) func(models.Field) bool
func CreateIsFile ¶
func CreateIsFile(t types.TypeRegistry) func(models.Field) bool
func CreateIsID ¶
func CreateIsID(t types.TypeRegistry) func(models.Field) bool
func CreateIsNotTimeBased ¶
func CreateIsNotTimeBased(t types.TypeRegistry) func(models.Field) bool
func CreateIsNumber ¶
func CreateIsNumber(t types.TypeRegistry) func(models.Field) bool
func CreateIsString ¶
func CreateIsString(t types.TypeRegistry) func(models.Field) bool
func CreateIsText ¶
func CreateIsText(t types.TypeRegistry) func(models.Field) bool
func CreateIsTime ¶
func CreateIsTime(t types.TypeRegistry) func(models.Field) bool
func CreateIsType ¶
func CreateIsUndefined ¶
func CreateIsUndefined(t types.TypeRegistry) func(models.Field) bool
func CreateNoneID ¶
func CreateRandomRecordsFunc ¶
func CreateRandomRecordsFunc(t types.TypeRegistry) func(f specification.Feature) []models.Record
func CreateRecordsFunc ¶
func CreateRecordsFunc(t types.TypeRegistry) func(f specification.Feature) []models.Record
func CreateTableView ¶
func RandomValue ¶
func RandomValue(t types.TypeRegistry, f models.Field) string
func UserDefinedRecords ¶
func UserDefinedRecords(f specification.Feature) (records []models.Record)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.