package seeds import ( "context" "tel-commerce/ent" ) func RunDatabaseSeeder(client *ent.Client, ctx *context.Context) { }