From 0a7608f8bd7f46bed634e29bb09889c553080879 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Wed, 18 Dec 2019 13:00:25 +0200 Subject: [PATCH] all: change codegen header --- entc/integration/config/ent/client.go | 2 +- entc/integration/config/ent/config.go | 2 +- entc/integration/config/ent/context.go | 2 +- entc/integration/config/ent/ent.go | 2 +- entc/integration/config/ent/example_test.go | 2 +- entc/integration/config/ent/migrate/migrate.go | 2 +- entc/integration/config/ent/migrate/schema.go | 2 +- .../config/ent/predicate/predicate.go | 2 +- entc/integration/config/ent/tx.go | 2 +- entc/integration/config/ent/user.go | 2 +- entc/integration/config/ent/user/user.go | 2 +- entc/integration/config/ent/user/where.go | 2 +- entc/integration/config/ent/user_create.go | 2 +- entc/integration/config/ent/user_delete.go | 2 +- entc/integration/config/ent/user_query.go | 2 +- entc/integration/config/ent/user_update.go | 2 +- entc/integration/customid/ent/blob.go | 2 +- entc/integration/customid/ent/blob/blob.go | 2 +- entc/integration/customid/ent/blob/where.go | 2 +- entc/integration/customid/ent/blob_create.go | 2 +- entc/integration/customid/ent/blob_delete.go | 2 +- entc/integration/customid/ent/blob_query.go | 2 +- entc/integration/customid/ent/blob_update.go | 2 +- entc/integration/customid/ent/client.go | 2 +- entc/integration/customid/ent/config.go | 2 +- entc/integration/customid/ent/context.go | 2 +- entc/integration/customid/ent/ent.go | 2 +- entc/integration/customid/ent/example_test.go | 2 +- entc/integration/customid/ent/group.go | 2 +- entc/integration/customid/ent/group/group.go | 2 +- entc/integration/customid/ent/group/where.go | 2 +- entc/integration/customid/ent/group_create.go | 2 +- entc/integration/customid/ent/group_delete.go | 2 +- entc/integration/customid/ent/group_query.go | 2 +- entc/integration/customid/ent/group_update.go | 2 +- .../customid/ent/migrate/migrate.go | 2 +- .../integration/customid/ent/migrate/schema.go | 2 +- .../customid/ent/predicate/predicate.go | 2 +- entc/integration/customid/ent/tx.go | 2 +- entc/integration/customid/ent/user.go | 2 +- entc/integration/customid/ent/user/user.go | 2 +- entc/integration/customid/ent/user/where.go | 2 +- entc/integration/customid/ent/user_create.go | 2 +- entc/integration/customid/ent/user_delete.go | 2 +- entc/integration/customid/ent/user_query.go | 2 +- entc/integration/customid/ent/user_update.go | 2 +- entc/integration/ent/card.go | 2 +- entc/integration/ent/card/card.go | 2 +- entc/integration/ent/card/where.go | 2 +- entc/integration/ent/card_create.go | 2 +- entc/integration/ent/card_delete.go | 2 +- entc/integration/ent/card_query.go | 2 +- entc/integration/ent/card_update.go | 2 +- entc/integration/ent/client.go | 2 +- entc/integration/ent/comment.go | 2 +- entc/integration/ent/comment/comment.go | 2 +- entc/integration/ent/comment/where.go | 2 +- entc/integration/ent/comment_create.go | 2 +- entc/integration/ent/comment_delete.go | 2 +- entc/integration/ent/comment_query.go | 2 +- entc/integration/ent/comment_update.go | 2 +- entc/integration/ent/config.go | 2 +- entc/integration/ent/context.go | 2 +- entc/integration/ent/ent.go | 2 +- entc/integration/ent/example_test.go | 2 +- entc/integration/ent/fieldtype.go | 2 +- entc/integration/ent/fieldtype/fieldtype.go | 2 +- entc/integration/ent/fieldtype/where.go | 2 +- entc/integration/ent/fieldtype_create.go | 2 +- entc/integration/ent/fieldtype_delete.go | 2 +- entc/integration/ent/fieldtype_query.go | 2 +- entc/integration/ent/fieldtype_update.go | 2 +- entc/integration/ent/file.go | 2 +- entc/integration/ent/file/file.go | 2 +- entc/integration/ent/file/where.go | 2 +- entc/integration/ent/file_create.go | 2 +- entc/integration/ent/file_delete.go | 2 +- entc/integration/ent/file_query.go | 2 +- entc/integration/ent/file_update.go | 2 +- entc/integration/ent/filetype.go | 2 +- entc/integration/ent/filetype/filetype.go | 2 +- entc/integration/ent/filetype/where.go | 2 +- entc/integration/ent/filetype_create.go | 2 +- entc/integration/ent/filetype_delete.go | 2 +- entc/integration/ent/filetype_query.go | 2 +- entc/integration/ent/filetype_update.go | 2 +- entc/integration/ent/group.go | 2 +- entc/integration/ent/group/group.go | 2 +- entc/integration/ent/group/where.go | 2 +- entc/integration/ent/group_create.go | 2 +- entc/integration/ent/group_delete.go | 2 +- entc/integration/ent/group_query.go | 2 +- entc/integration/ent/group_update.go | 2 +- entc/integration/ent/groupinfo.go | 2 +- entc/integration/ent/groupinfo/groupinfo.go | 2 +- entc/integration/ent/groupinfo/where.go | 2 +- entc/integration/ent/groupinfo_create.go | 2 +- entc/integration/ent/groupinfo_delete.go | 2 +- entc/integration/ent/groupinfo_query.go | 2 +- entc/integration/ent/groupinfo_update.go | 2 +- entc/integration/ent/item.go | 2 +- entc/integration/ent/item/item.go | 2 +- entc/integration/ent/item/where.go | 2 +- entc/integration/ent/item_create.go | 2 +- entc/integration/ent/item_delete.go | 2 +- entc/integration/ent/item_query.go | 2 +- entc/integration/ent/item_update.go | 2 +- entc/integration/ent/migrate/migrate.go | 2 +- entc/integration/ent/migrate/schema.go | 2 +- entc/integration/ent/node.go | 2 +- entc/integration/ent/node/node.go | 2 +- entc/integration/ent/node/where.go | 2 +- entc/integration/ent/node_create.go | 2 +- entc/integration/ent/node_delete.go | 2 +- entc/integration/ent/node_query.go | 2 +- entc/integration/ent/node_update.go | 2 +- entc/integration/ent/pet.go | 2 +- entc/integration/ent/pet/pet.go | 2 +- entc/integration/ent/pet/where.go | 2 +- entc/integration/ent/pet_create.go | 2 +- entc/integration/ent/pet_delete.go | 2 +- entc/integration/ent/pet_query.go | 2 +- entc/integration/ent/pet_update.go | 2 +- entc/integration/ent/predicate/predicate.go | 2 +- entc/integration/ent/tx.go | 2 +- entc/integration/ent/user.go | 2 +- entc/integration/ent/user/user.go | 2 +- entc/integration/ent/user/where.go | 2 +- entc/integration/ent/user_create.go | 2 +- entc/integration/ent/user_delete.go | 2 +- entc/integration/ent/user_query.go | 2 +- entc/integration/ent/user_update.go | 2 +- entc/integration/generate.go | 18 +++++++++--------- entc/integration/gremlin/ent/card.go | 2 +- entc/integration/gremlin/ent/card/card.go | 2 +- entc/integration/gremlin/ent/card/where.go | 2 +- entc/integration/gremlin/ent/card_create.go | 2 +- entc/integration/gremlin/ent/card_delete.go | 2 +- entc/integration/gremlin/ent/card_query.go | 2 +- entc/integration/gremlin/ent/card_update.go | 2 +- entc/integration/gremlin/ent/client.go | 2 +- entc/integration/gremlin/ent/comment.go | 2 +- .../integration/gremlin/ent/comment/comment.go | 2 +- entc/integration/gremlin/ent/comment/where.go | 2 +- entc/integration/gremlin/ent/comment_create.go | 2 +- entc/integration/gremlin/ent/comment_delete.go | 2 +- entc/integration/gremlin/ent/comment_query.go | 2 +- entc/integration/gremlin/ent/comment_update.go | 2 +- entc/integration/gremlin/ent/config.go | 2 +- entc/integration/gremlin/ent/context.go | 2 +- entc/integration/gremlin/ent/ent.go | 2 +- entc/integration/gremlin/ent/example_test.go | 2 +- entc/integration/gremlin/ent/fieldtype.go | 2 +- .../gremlin/ent/fieldtype/fieldtype.go | 2 +- .../integration/gremlin/ent/fieldtype/where.go | 2 +- .../gremlin/ent/fieldtype_create.go | 2 +- .../gremlin/ent/fieldtype_delete.go | 2 +- .../integration/gremlin/ent/fieldtype_query.go | 2 +- .../gremlin/ent/fieldtype_update.go | 2 +- entc/integration/gremlin/ent/file.go | 2 +- entc/integration/gremlin/ent/file/file.go | 2 +- entc/integration/gremlin/ent/file/where.go | 2 +- entc/integration/gremlin/ent/file_create.go | 2 +- entc/integration/gremlin/ent/file_delete.go | 2 +- entc/integration/gremlin/ent/file_query.go | 2 +- entc/integration/gremlin/ent/file_update.go | 2 +- entc/integration/gremlin/ent/filetype.go | 2 +- .../gremlin/ent/filetype/filetype.go | 2 +- entc/integration/gremlin/ent/filetype/where.go | 2 +- .../integration/gremlin/ent/filetype_create.go | 2 +- .../integration/gremlin/ent/filetype_delete.go | 2 +- entc/integration/gremlin/ent/filetype_query.go | 2 +- .../integration/gremlin/ent/filetype_update.go | 2 +- entc/integration/gremlin/ent/group.go | 2 +- entc/integration/gremlin/ent/group/group.go | 2 +- entc/integration/gremlin/ent/group/where.go | 2 +- entc/integration/gremlin/ent/group_create.go | 2 +- entc/integration/gremlin/ent/group_delete.go | 2 +- entc/integration/gremlin/ent/group_query.go | 2 +- entc/integration/gremlin/ent/group_update.go | 2 +- entc/integration/gremlin/ent/groupinfo.go | 2 +- .../gremlin/ent/groupinfo/groupinfo.go | 2 +- .../integration/gremlin/ent/groupinfo/where.go | 2 +- .../gremlin/ent/groupinfo_create.go | 2 +- .../gremlin/ent/groupinfo_delete.go | 2 +- .../integration/gremlin/ent/groupinfo_query.go | 2 +- .../gremlin/ent/groupinfo_update.go | 2 +- entc/integration/gremlin/ent/item.go | 2 +- entc/integration/gremlin/ent/item/item.go | 2 +- entc/integration/gremlin/ent/item/where.go | 2 +- entc/integration/gremlin/ent/item_create.go | 2 +- entc/integration/gremlin/ent/item_delete.go | 2 +- entc/integration/gremlin/ent/item_query.go | 2 +- entc/integration/gremlin/ent/item_update.go | 2 +- entc/integration/gremlin/ent/node.go | 2 +- entc/integration/gremlin/ent/node/node.go | 2 +- entc/integration/gremlin/ent/node/where.go | 2 +- entc/integration/gremlin/ent/node_create.go | 2 +- entc/integration/gremlin/ent/node_delete.go | 2 +- entc/integration/gremlin/ent/node_query.go | 2 +- entc/integration/gremlin/ent/node_update.go | 2 +- entc/integration/gremlin/ent/pet.go | 2 +- entc/integration/gremlin/ent/pet/pet.go | 2 +- entc/integration/gremlin/ent/pet/where.go | 2 +- entc/integration/gremlin/ent/pet_create.go | 2 +- entc/integration/gremlin/ent/pet_delete.go | 2 +- entc/integration/gremlin/ent/pet_query.go | 2 +- entc/integration/gremlin/ent/pet_update.go | 2 +- .../gremlin/ent/predicate/predicate.go | 2 +- entc/integration/gremlin/ent/tx.go | 2 +- entc/integration/gremlin/ent/user.go | 2 +- entc/integration/gremlin/ent/user/user.go | 2 +- entc/integration/gremlin/ent/user/where.go | 2 +- entc/integration/gremlin/ent/user_create.go | 2 +- entc/integration/gremlin/ent/user_delete.go | 2 +- entc/integration/gremlin/ent/user_query.go | 2 +- entc/integration/gremlin/ent/user_update.go | 2 +- entc/integration/idtype/ent/client.go | 2 +- entc/integration/idtype/ent/config.go | 2 +- entc/integration/idtype/ent/context.go | 2 +- entc/integration/idtype/ent/ent.go | 2 +- entc/integration/idtype/ent/example_test.go | 2 +- entc/integration/idtype/ent/migrate/migrate.go | 2 +- entc/integration/idtype/ent/migrate/schema.go | 2 +- .../idtype/ent/predicate/predicate.go | 2 +- entc/integration/idtype/ent/tx.go | 2 +- entc/integration/idtype/ent/user.go | 2 +- entc/integration/idtype/ent/user/user.go | 2 +- entc/integration/idtype/ent/user/where.go | 2 +- entc/integration/idtype/ent/user_create.go | 2 +- entc/integration/idtype/ent/user_delete.go | 2 +- entc/integration/idtype/ent/user_query.go | 2 +- entc/integration/idtype/ent/user_update.go | 2 +- entc/integration/json/ent/client.go | 2 +- entc/integration/json/ent/config.go | 2 +- entc/integration/json/ent/context.go | 2 +- entc/integration/json/ent/ent.go | 2 +- entc/integration/json/ent/example_test.go | 2 +- entc/integration/json/ent/migrate/migrate.go | 2 +- entc/integration/json/ent/migrate/schema.go | 2 +- .../json/ent/predicate/predicate.go | 2 +- entc/integration/json/ent/tx.go | 2 +- entc/integration/json/ent/user.go | 2 +- entc/integration/json/ent/user/user.go | 2 +- entc/integration/json/ent/user/where.go | 2 +- entc/integration/json/ent/user_create.go | 2 +- entc/integration/json/ent/user_delete.go | 2 +- entc/integration/json/ent/user_query.go | 2 +- entc/integration/json/ent/user_update.go | 2 +- entc/integration/migrate/entv1/client.go | 2 +- entc/integration/migrate/entv1/config.go | 2 +- entc/integration/migrate/entv1/context.go | 2 +- entc/integration/migrate/entv1/ent.go | 2 +- entc/integration/migrate/entv1/example_test.go | 2 +- .../migrate/entv1/migrate/migrate.go | 2 +- .../migrate/entv1/migrate/schema.go | 2 +- .../migrate/entv1/predicate/predicate.go | 2 +- entc/integration/migrate/entv1/tx.go | 2 +- entc/integration/migrate/entv1/user.go | 2 +- entc/integration/migrate/entv1/user/user.go | 2 +- entc/integration/migrate/entv1/user/where.go | 2 +- entc/integration/migrate/entv1/user_create.go | 2 +- entc/integration/migrate/entv1/user_delete.go | 2 +- entc/integration/migrate/entv1/user_query.go | 2 +- entc/integration/migrate/entv1/user_update.go | 2 +- entc/integration/migrate/entv2/client.go | 2 +- entc/integration/migrate/entv2/config.go | 2 +- entc/integration/migrate/entv2/context.go | 2 +- entc/integration/migrate/entv2/ent.go | 2 +- entc/integration/migrate/entv2/example_test.go | 2 +- entc/integration/migrate/entv2/group.go | 2 +- entc/integration/migrate/entv2/group/group.go | 2 +- entc/integration/migrate/entv2/group/where.go | 2 +- entc/integration/migrate/entv2/group_create.go | 2 +- entc/integration/migrate/entv2/group_delete.go | 2 +- entc/integration/migrate/entv2/group_query.go | 2 +- entc/integration/migrate/entv2/group_update.go | 2 +- .../migrate/entv2/migrate/migrate.go | 2 +- .../migrate/entv2/migrate/schema.go | 2 +- entc/integration/migrate/entv2/pet.go | 2 +- entc/integration/migrate/entv2/pet/pet.go | 2 +- entc/integration/migrate/entv2/pet/where.go | 2 +- entc/integration/migrate/entv2/pet_create.go | 2 +- entc/integration/migrate/entv2/pet_delete.go | 2 +- entc/integration/migrate/entv2/pet_query.go | 2 +- entc/integration/migrate/entv2/pet_update.go | 2 +- .../migrate/entv2/predicate/predicate.go | 2 +- entc/integration/migrate/entv2/tx.go | 2 +- entc/integration/migrate/entv2/user.go | 2 +- entc/integration/migrate/entv2/user/user.go | 2 +- entc/integration/migrate/entv2/user/where.go | 2 +- entc/integration/migrate/entv2/user_create.go | 2 +- entc/integration/migrate/entv2/user_delete.go | 2 +- entc/integration/migrate/entv2/user_query.go | 2 +- entc/integration/migrate/entv2/user_update.go | 2 +- entc/integration/template/ent/client.go | 2 +- entc/integration/template/ent/config.go | 2 +- entc/integration/template/ent/context.go | 2 +- entc/integration/template/ent/ent.go | 2 +- entc/integration/template/ent/example_test.go | 2 +- entc/integration/template/ent/group.go | 2 +- entc/integration/template/ent/group/group.go | 2 +- entc/integration/template/ent/group/where.go | 2 +- entc/integration/template/ent/group_create.go | 2 +- entc/integration/template/ent/group_delete.go | 2 +- entc/integration/template/ent/group_query.go | 2 +- entc/integration/template/ent/group_update.go | 2 +- .../template/ent/migrate/migrate.go | 2 +- .../integration/template/ent/migrate/schema.go | 2 +- entc/integration/template/ent/node.go | 2 +- entc/integration/template/ent/pet.go | 2 +- entc/integration/template/ent/pet/pet.go | 2 +- entc/integration/template/ent/pet/where.go | 2 +- entc/integration/template/ent/pet_create.go | 2 +- entc/integration/template/ent/pet_delete.go | 2 +- entc/integration/template/ent/pet_query.go | 2 +- entc/integration/template/ent/pet_update.go | 2 +- .../template/ent/predicate/predicate.go | 2 +- entc/integration/template/ent/tx.go | 2 +- entc/integration/template/ent/user.go | 2 +- entc/integration/template/ent/user/user.go | 2 +- entc/integration/template/ent/user/where.go | 2 +- entc/integration/template/ent/user_create.go | 2 +- entc/integration/template/ent/user_delete.go | 2 +- entc/integration/template/ent/user_query.go | 2 +- entc/integration/template/ent/user_update.go | 2 +- examples/edgeindex/ent/city.go | 2 +- examples/edgeindex/ent/city/city.go | 2 +- examples/edgeindex/ent/city/where.go | 2 +- examples/edgeindex/ent/city_create.go | 2 +- examples/edgeindex/ent/city_delete.go | 2 +- examples/edgeindex/ent/city_query.go | 2 +- examples/edgeindex/ent/city_update.go | 2 +- examples/edgeindex/ent/client.go | 2 +- examples/edgeindex/ent/config.go | 2 +- examples/edgeindex/ent/context.go | 2 +- examples/edgeindex/ent/ent.go | 2 +- examples/edgeindex/ent/example_test.go | 2 +- examples/edgeindex/ent/generate.go | 2 +- examples/edgeindex/ent/migrate/migrate.go | 2 +- examples/edgeindex/ent/migrate/schema.go | 2 +- examples/edgeindex/ent/predicate/predicate.go | 2 +- examples/edgeindex/ent/street.go | 2 +- examples/edgeindex/ent/street/street.go | 2 +- examples/edgeindex/ent/street/where.go | 2 +- examples/edgeindex/ent/street_create.go | 2 +- examples/edgeindex/ent/street_delete.go | 2 +- examples/edgeindex/ent/street_query.go | 2 +- examples/edgeindex/ent/street_update.go | 2 +- examples/edgeindex/ent/tx.go | 2 +- examples/entcpkg/ent/client.go | 2 +- examples/entcpkg/ent/config.go | 2 +- examples/entcpkg/ent/context.go | 2 +- examples/entcpkg/ent/ent.go | 2 +- examples/entcpkg/ent/entc.go | 2 +- examples/entcpkg/ent/example_test.go | 2 +- examples/entcpkg/ent/migrate/migrate.go | 2 +- examples/entcpkg/ent/migrate/schema.go | 2 +- examples/entcpkg/ent/predicate/predicate.go | 2 +- examples/entcpkg/ent/tx.go | 2 +- examples/entcpkg/ent/user.go | 2 +- examples/entcpkg/ent/user/user.go | 2 +- examples/entcpkg/ent/user/where.go | 2 +- examples/entcpkg/ent/user_create.go | 2 +- examples/entcpkg/ent/user_delete.go | 2 +- examples/entcpkg/ent/user_query.go | 2 +- examples/entcpkg/ent/user_update.go | 2 +- examples/m2m2types/ent/client.go | 2 +- examples/m2m2types/ent/config.go | 2 +- examples/m2m2types/ent/context.go | 2 +- examples/m2m2types/ent/ent.go | 2 +- examples/m2m2types/ent/example_test.go | 2 +- examples/m2m2types/ent/generate.go | 2 +- examples/m2m2types/ent/group.go | 2 +- examples/m2m2types/ent/group/group.go | 2 +- examples/m2m2types/ent/group/where.go | 2 +- examples/m2m2types/ent/group_create.go | 2 +- examples/m2m2types/ent/group_delete.go | 2 +- examples/m2m2types/ent/group_query.go | 2 +- examples/m2m2types/ent/group_update.go | 2 +- examples/m2m2types/ent/migrate/migrate.go | 2 +- examples/m2m2types/ent/migrate/schema.go | 2 +- examples/m2m2types/ent/predicate/predicate.go | 2 +- examples/m2m2types/ent/tx.go | 2 +- examples/m2m2types/ent/user.go | 2 +- examples/m2m2types/ent/user/user.go | 2 +- examples/m2m2types/ent/user/where.go | 2 +- examples/m2m2types/ent/user_create.go | 2 +- examples/m2m2types/ent/user_delete.go | 2 +- examples/m2m2types/ent/user_query.go | 2 +- examples/m2m2types/ent/user_update.go | 2 +- examples/m2mbidi/ent/client.go | 2 +- examples/m2mbidi/ent/config.go | 2 +- examples/m2mbidi/ent/context.go | 2 +- examples/m2mbidi/ent/ent.go | 2 +- examples/m2mbidi/ent/example_test.go | 2 +- examples/m2mbidi/ent/generate.go | 2 +- examples/m2mbidi/ent/migrate/migrate.go | 2 +- examples/m2mbidi/ent/migrate/schema.go | 2 +- examples/m2mbidi/ent/predicate/predicate.go | 2 +- examples/m2mbidi/ent/tx.go | 2 +- examples/m2mbidi/ent/user.go | 2 +- examples/m2mbidi/ent/user/user.go | 2 +- examples/m2mbidi/ent/user/where.go | 2 +- examples/m2mbidi/ent/user_create.go | 2 +- examples/m2mbidi/ent/user_delete.go | 2 +- examples/m2mbidi/ent/user_query.go | 2 +- examples/m2mbidi/ent/user_update.go | 2 +- examples/m2mrecur/ent/client.go | 2 +- examples/m2mrecur/ent/config.go | 2 +- examples/m2mrecur/ent/context.go | 2 +- examples/m2mrecur/ent/ent.go | 2 +- examples/m2mrecur/ent/example_test.go | 2 +- examples/m2mrecur/ent/generate.go | 2 +- examples/m2mrecur/ent/migrate/migrate.go | 2 +- examples/m2mrecur/ent/migrate/schema.go | 2 +- examples/m2mrecur/ent/predicate/predicate.go | 2 +- examples/m2mrecur/ent/tx.go | 2 +- examples/m2mrecur/ent/user.go | 2 +- examples/m2mrecur/ent/user/user.go | 2 +- examples/m2mrecur/ent/user/where.go | 2 +- examples/m2mrecur/ent/user_create.go | 2 +- examples/m2mrecur/ent/user_delete.go | 2 +- examples/m2mrecur/ent/user_query.go | 2 +- examples/m2mrecur/ent/user_update.go | 2 +- examples/o2m2types/ent/client.go | 2 +- examples/o2m2types/ent/config.go | 2 +- examples/o2m2types/ent/context.go | 2 +- examples/o2m2types/ent/ent.go | 2 +- examples/o2m2types/ent/example_test.go | 2 +- examples/o2m2types/ent/generate.go | 2 +- examples/o2m2types/ent/migrate/migrate.go | 2 +- examples/o2m2types/ent/migrate/schema.go | 2 +- examples/o2m2types/ent/pet.go | 2 +- examples/o2m2types/ent/pet/pet.go | 2 +- examples/o2m2types/ent/pet/where.go | 2 +- examples/o2m2types/ent/pet_create.go | 2 +- examples/o2m2types/ent/pet_delete.go | 2 +- examples/o2m2types/ent/pet_query.go | 2 +- examples/o2m2types/ent/pet_update.go | 2 +- examples/o2m2types/ent/predicate/predicate.go | 2 +- examples/o2m2types/ent/tx.go | 2 +- examples/o2m2types/ent/user.go | 2 +- examples/o2m2types/ent/user/user.go | 2 +- examples/o2m2types/ent/user/where.go | 2 +- examples/o2m2types/ent/user_create.go | 2 +- examples/o2m2types/ent/user_delete.go | 2 +- examples/o2m2types/ent/user_query.go | 2 +- examples/o2m2types/ent/user_update.go | 2 +- examples/o2mrecur/ent/client.go | 2 +- examples/o2mrecur/ent/config.go | 2 +- examples/o2mrecur/ent/context.go | 2 +- examples/o2mrecur/ent/ent.go | 2 +- examples/o2mrecur/ent/example_test.go | 2 +- examples/o2mrecur/ent/generate.go | 2 +- examples/o2mrecur/ent/migrate/migrate.go | 2 +- examples/o2mrecur/ent/migrate/schema.go | 2 +- examples/o2mrecur/ent/node.go | 2 +- examples/o2mrecur/ent/node/node.go | 2 +- examples/o2mrecur/ent/node/where.go | 2 +- examples/o2mrecur/ent/node_create.go | 2 +- examples/o2mrecur/ent/node_delete.go | 2 +- examples/o2mrecur/ent/node_query.go | 2 +- examples/o2mrecur/ent/node_update.go | 2 +- examples/o2mrecur/ent/predicate/predicate.go | 2 +- examples/o2mrecur/ent/tx.go | 2 +- examples/o2o2types/ent/card.go | 2 +- examples/o2o2types/ent/card/card.go | 2 +- examples/o2o2types/ent/card/where.go | 2 +- examples/o2o2types/ent/card_create.go | 2 +- examples/o2o2types/ent/card_delete.go | 2 +- examples/o2o2types/ent/card_query.go | 2 +- examples/o2o2types/ent/card_update.go | 2 +- examples/o2o2types/ent/client.go | 2 +- examples/o2o2types/ent/config.go | 2 +- examples/o2o2types/ent/context.go | 2 +- examples/o2o2types/ent/ent.go | 2 +- examples/o2o2types/ent/example_test.go | 2 +- examples/o2o2types/ent/generate.go | 2 +- examples/o2o2types/ent/migrate/migrate.go | 2 +- examples/o2o2types/ent/migrate/schema.go | 2 +- examples/o2o2types/ent/predicate/predicate.go | 2 +- examples/o2o2types/ent/tx.go | 2 +- examples/o2o2types/ent/user.go | 2 +- examples/o2o2types/ent/user/user.go | 2 +- examples/o2o2types/ent/user/where.go | 2 +- examples/o2o2types/ent/user_create.go | 2 +- examples/o2o2types/ent/user_delete.go | 2 +- examples/o2o2types/ent/user_query.go | 2 +- examples/o2o2types/ent/user_update.go | 2 +- examples/o2obidi/ent/client.go | 2 +- examples/o2obidi/ent/config.go | 2 +- examples/o2obidi/ent/context.go | 2 +- examples/o2obidi/ent/ent.go | 2 +- examples/o2obidi/ent/example_test.go | 2 +- examples/o2obidi/ent/generate.go | 2 +- examples/o2obidi/ent/migrate/migrate.go | 2 +- examples/o2obidi/ent/migrate/schema.go | 2 +- examples/o2obidi/ent/predicate/predicate.go | 2 +- examples/o2obidi/ent/tx.go | 2 +- examples/o2obidi/ent/user.go | 2 +- examples/o2obidi/ent/user/user.go | 2 +- examples/o2obidi/ent/user/where.go | 2 +- examples/o2obidi/ent/user_create.go | 2 +- examples/o2obidi/ent/user_delete.go | 2 +- examples/o2obidi/ent/user_query.go | 2 +- examples/o2obidi/ent/user_update.go | 2 +- examples/o2orecur/ent/client.go | 2 +- examples/o2orecur/ent/config.go | 2 +- examples/o2orecur/ent/context.go | 2 +- examples/o2orecur/ent/ent.go | 2 +- examples/o2orecur/ent/example_test.go | 2 +- examples/o2orecur/ent/generate.go | 2 +- examples/o2orecur/ent/migrate/migrate.go | 2 +- examples/o2orecur/ent/migrate/schema.go | 2 +- examples/o2orecur/ent/node.go | 2 +- examples/o2orecur/ent/node/node.go | 2 +- examples/o2orecur/ent/node/where.go | 2 +- examples/o2orecur/ent/node_create.go | 2 +- examples/o2orecur/ent/node_delete.go | 2 +- examples/o2orecur/ent/node_query.go | 2 +- examples/o2orecur/ent/node_update.go | 2 +- examples/o2orecur/ent/predicate/predicate.go | 2 +- examples/o2orecur/ent/tx.go | 2 +- examples/start/ent/car.go | 2 +- examples/start/ent/car/car.go | 2 +- examples/start/ent/car/where.go | 2 +- examples/start/ent/car_create.go | 2 +- examples/start/ent/car_delete.go | 2 +- examples/start/ent/car_query.go | 2 +- examples/start/ent/car_update.go | 2 +- examples/start/ent/client.go | 2 +- examples/start/ent/config.go | 2 +- examples/start/ent/context.go | 2 +- examples/start/ent/ent.go | 2 +- examples/start/ent/example_test.go | 2 +- examples/start/ent/generate.go | 2 +- examples/start/ent/group.go | 2 +- examples/start/ent/group/group.go | 2 +- examples/start/ent/group/where.go | 2 +- examples/start/ent/group_create.go | 2 +- examples/start/ent/group_delete.go | 2 +- examples/start/ent/group_query.go | 2 +- examples/start/ent/group_update.go | 2 +- examples/start/ent/migrate/migrate.go | 2 +- examples/start/ent/migrate/schema.go | 2 +- examples/start/ent/predicate/predicate.go | 2 +- examples/start/ent/tx.go | 2 +- examples/start/ent/user.go | 2 +- examples/start/ent/user/user.go | 2 +- examples/start/ent/user/where.go | 2 +- examples/start/ent/user_create.go | 2 +- examples/start/ent/user_delete.go | 2 +- examples/start/ent/user_query.go | 2 +- examples/start/ent/user_update.go | 2 +- examples/traversal/ent/client.go | 2 +- examples/traversal/ent/config.go | 2 +- examples/traversal/ent/context.go | 2 +- examples/traversal/ent/ent.go | 2 +- examples/traversal/ent/example_test.go | 2 +- examples/traversal/ent/generate.go | 2 +- examples/traversal/ent/group.go | 2 +- examples/traversal/ent/group/group.go | 2 +- examples/traversal/ent/group/where.go | 2 +- examples/traversal/ent/group_create.go | 2 +- examples/traversal/ent/group_delete.go | 2 +- examples/traversal/ent/group_query.go | 2 +- examples/traversal/ent/group_update.go | 2 +- examples/traversal/ent/migrate/migrate.go | 2 +- examples/traversal/ent/migrate/schema.go | 2 +- examples/traversal/ent/pet.go | 2 +- examples/traversal/ent/pet/pet.go | 2 +- examples/traversal/ent/pet/where.go | 2 +- examples/traversal/ent/pet_create.go | 2 +- examples/traversal/ent/pet_delete.go | 2 +- examples/traversal/ent/pet_query.go | 2 +- examples/traversal/ent/pet_update.go | 2 +- examples/traversal/ent/predicate/predicate.go | 2 +- examples/traversal/ent/tx.go | 2 +- examples/traversal/ent/user.go | 2 +- examples/traversal/ent/user/user.go | 2 +- examples/traversal/ent/user/where.go | 2 +- examples/traversal/ent/user_create.go | 2 +- examples/traversal/ent/user_delete.go | 2 +- examples/traversal/ent/user_query.go | 2 +- examples/traversal/ent/user_update.go | 2 +- 586 files changed, 594 insertions(+), 594 deletions(-) diff --git a/entc/integration/config/ent/client.go b/entc/integration/config/ent/client.go index c817de2b9..2efb7b267 100644 --- a/entc/integration/config/ent/client.go +++ b/entc/integration/config/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/config.go b/entc/integration/config/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/entc/integration/config/ent/config.go +++ b/entc/integration/config/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/context.go b/entc/integration/config/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/entc/integration/config/ent/context.go +++ b/entc/integration/config/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/ent.go b/entc/integration/config/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/entc/integration/config/ent/ent.go +++ b/entc/integration/config/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/example_test.go b/entc/integration/config/ent/example_test.go index 17a23dddc..8a9118917 100644 --- a/entc/integration/config/ent/example_test.go +++ b/entc/integration/config/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/migrate/migrate.go b/entc/integration/config/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/entc/integration/config/ent/migrate/migrate.go +++ b/entc/integration/config/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/config/ent/migrate/schema.go b/entc/integration/config/ent/migrate/schema.go index 27f1cedba..4360001f0 100644 --- a/entc/integration/config/ent/migrate/schema.go +++ b/entc/integration/config/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/config/ent/predicate/predicate.go b/entc/integration/config/ent/predicate/predicate.go index 1226d0823..0af459cef 100644 --- a/entc/integration/config/ent/predicate/predicate.go +++ b/entc/integration/config/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/entc/integration/config/ent/tx.go b/entc/integration/config/ent/tx.go index c38dd2e06..c0c7b35ae 100644 --- a/entc/integration/config/ent/tx.go +++ b/entc/integration/config/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/user.go b/entc/integration/config/ent/user.go index 0f6e88ce4..d6e04e0f2 100644 --- a/entc/integration/config/ent/user.go +++ b/entc/integration/config/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/user/user.go b/entc/integration/config/ent/user/user.go index 9f7f56744..0072f14bd 100644 --- a/entc/integration/config/ent/user/user.go +++ b/entc/integration/config/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/config/ent/user/where.go b/entc/integration/config/ent/user/where.go index 5c1255d5d..10a4afc74 100644 --- a/entc/integration/config/ent/user/where.go +++ b/entc/integration/config/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/config/ent/user_create.go b/entc/integration/config/ent/user_create.go index e856c807b..8495c2d92 100644 --- a/entc/integration/config/ent/user_create.go +++ b/entc/integration/config/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/user_delete.go b/entc/integration/config/ent/user_delete.go index b10a36ea5..f870d7d55 100644 --- a/entc/integration/config/ent/user_delete.go +++ b/entc/integration/config/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/user_query.go b/entc/integration/config/ent/user_query.go index 9739f4be8..fae2ba817 100644 --- a/entc/integration/config/ent/user_query.go +++ b/entc/integration/config/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/config/ent/user_update.go b/entc/integration/config/ent/user_update.go index 7e0660014..5213d6ad2 100644 --- a/entc/integration/config/ent/user_update.go +++ b/entc/integration/config/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/blob.go b/entc/integration/customid/ent/blob.go index d90d1382f..c721da4f1 100644 --- a/entc/integration/customid/ent/blob.go +++ b/entc/integration/customid/ent/blob.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/blob/blob.go b/entc/integration/customid/ent/blob/blob.go index 49117a405..593b2cfc9 100644 --- a/entc/integration/customid/ent/blob/blob.go +++ b/entc/integration/customid/ent/blob/blob.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package blob diff --git a/entc/integration/customid/ent/blob/where.go b/entc/integration/customid/ent/blob/where.go index 45a355767..38f6483b2 100644 --- a/entc/integration/customid/ent/blob/where.go +++ b/entc/integration/customid/ent/blob/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package blob diff --git a/entc/integration/customid/ent/blob_create.go b/entc/integration/customid/ent/blob_create.go index a369c7a09..d553b3786 100644 --- a/entc/integration/customid/ent/blob_create.go +++ b/entc/integration/customid/ent/blob_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/blob_delete.go b/entc/integration/customid/ent/blob_delete.go index 49d6a3086..dbe256c45 100644 --- a/entc/integration/customid/ent/blob_delete.go +++ b/entc/integration/customid/ent/blob_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/blob_query.go b/entc/integration/customid/ent/blob_query.go index 8f4f204f6..b35c455ea 100644 --- a/entc/integration/customid/ent/blob_query.go +++ b/entc/integration/customid/ent/blob_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/blob_update.go b/entc/integration/customid/ent/blob_update.go index ff04d8499..d7f76efb7 100644 --- a/entc/integration/customid/ent/blob_update.go +++ b/entc/integration/customid/ent/blob_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/client.go b/entc/integration/customid/ent/client.go index 814f53f3d..3063ac9e8 100644 --- a/entc/integration/customid/ent/client.go +++ b/entc/integration/customid/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/config.go b/entc/integration/customid/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/entc/integration/customid/ent/config.go +++ b/entc/integration/customid/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/context.go b/entc/integration/customid/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/entc/integration/customid/ent/context.go +++ b/entc/integration/customid/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/ent.go b/entc/integration/customid/ent/ent.go index b7f33d3a9..d3c6aa3c5 100644 --- a/entc/integration/customid/ent/ent.go +++ b/entc/integration/customid/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/example_test.go b/entc/integration/customid/ent/example_test.go index a0f52898d..2f520fda9 100644 --- a/entc/integration/customid/ent/example_test.go +++ b/entc/integration/customid/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/group.go b/entc/integration/customid/ent/group.go index a46f4adab..10cfc5d02 100644 --- a/entc/integration/customid/ent/group.go +++ b/entc/integration/customid/ent/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/group/group.go b/entc/integration/customid/ent/group/group.go index f9bb7fa38..a8c431d2d 100644 --- a/entc/integration/customid/ent/group/group.go +++ b/entc/integration/customid/ent/group/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/customid/ent/group/where.go b/entc/integration/customid/ent/group/where.go index 8b249e221..67f1b7235 100644 --- a/entc/integration/customid/ent/group/where.go +++ b/entc/integration/customid/ent/group/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/customid/ent/group_create.go b/entc/integration/customid/ent/group_create.go index 375149c9d..279ff32c1 100644 --- a/entc/integration/customid/ent/group_create.go +++ b/entc/integration/customid/ent/group_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/group_delete.go b/entc/integration/customid/ent/group_delete.go index 30ed8de9e..c3ed82481 100644 --- a/entc/integration/customid/ent/group_delete.go +++ b/entc/integration/customid/ent/group_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/group_query.go b/entc/integration/customid/ent/group_query.go index 0d32dfe91..ec0d8ed2b 100644 --- a/entc/integration/customid/ent/group_query.go +++ b/entc/integration/customid/ent/group_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/group_update.go b/entc/integration/customid/ent/group_update.go index 0ce81e34f..893d85ccd 100644 --- a/entc/integration/customid/ent/group_update.go +++ b/entc/integration/customid/ent/group_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/migrate/migrate.go b/entc/integration/customid/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/entc/integration/customid/ent/migrate/migrate.go +++ b/entc/integration/customid/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/customid/ent/migrate/schema.go b/entc/integration/customid/ent/migrate/schema.go index 7396bdd8c..a74888f71 100644 --- a/entc/integration/customid/ent/migrate/schema.go +++ b/entc/integration/customid/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/customid/ent/predicate/predicate.go b/entc/integration/customid/ent/predicate/predicate.go index 637810f0c..74f39f0b3 100644 --- a/entc/integration/customid/ent/predicate/predicate.go +++ b/entc/integration/customid/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/entc/integration/customid/ent/tx.go b/entc/integration/customid/ent/tx.go index 9639bcbe3..f8f0055f3 100644 --- a/entc/integration/customid/ent/tx.go +++ b/entc/integration/customid/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/user.go b/entc/integration/customid/ent/user.go index 51d677dcd..413663550 100644 --- a/entc/integration/customid/ent/user.go +++ b/entc/integration/customid/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/user/user.go b/entc/integration/customid/ent/user/user.go index 29880f6ad..66631ba98 100644 --- a/entc/integration/customid/ent/user/user.go +++ b/entc/integration/customid/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/customid/ent/user/where.go b/entc/integration/customid/ent/user/where.go index 839f80b3b..1303298b7 100644 --- a/entc/integration/customid/ent/user/where.go +++ b/entc/integration/customid/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/customid/ent/user_create.go b/entc/integration/customid/ent/user_create.go index e8872633a..ea3b320d4 100644 --- a/entc/integration/customid/ent/user_create.go +++ b/entc/integration/customid/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/user_delete.go b/entc/integration/customid/ent/user_delete.go index abda5de53..b26bf3e99 100644 --- a/entc/integration/customid/ent/user_delete.go +++ b/entc/integration/customid/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/user_query.go b/entc/integration/customid/ent/user_query.go index e34d88209..55253cd26 100644 --- a/entc/integration/customid/ent/user_query.go +++ b/entc/integration/customid/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/customid/ent/user_update.go b/entc/integration/customid/ent/user_update.go index 893909e5e..36b09ce24 100644 --- a/entc/integration/customid/ent/user_update.go +++ b/entc/integration/customid/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/card.go b/entc/integration/ent/card.go index 83aedd0a2..838337776 100644 --- a/entc/integration/ent/card.go +++ b/entc/integration/ent/card.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/card/card.go b/entc/integration/ent/card/card.go index 66d4d9963..b152b0990 100644 --- a/entc/integration/ent/card/card.go +++ b/entc/integration/ent/card/card.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package card diff --git a/entc/integration/ent/card/where.go b/entc/integration/ent/card/where.go index 914ac04ba..7778fda9a 100644 --- a/entc/integration/ent/card/where.go +++ b/entc/integration/ent/card/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package card diff --git a/entc/integration/ent/card_create.go b/entc/integration/ent/card_create.go index c4cffe8db..859e37975 100644 --- a/entc/integration/ent/card_create.go +++ b/entc/integration/ent/card_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/card_delete.go b/entc/integration/ent/card_delete.go index fefc95d52..fd20ffe62 100644 --- a/entc/integration/ent/card_delete.go +++ b/entc/integration/ent/card_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/card_query.go b/entc/integration/ent/card_query.go index 5a87ef02c..ee5071659 100644 --- a/entc/integration/ent/card_query.go +++ b/entc/integration/ent/card_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/card_update.go b/entc/integration/ent/card_update.go index 7c0508625..975dd86ca 100644 --- a/entc/integration/ent/card_update.go +++ b/entc/integration/ent/card_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/client.go b/entc/integration/ent/client.go index 0acbf2991..3f5904ef5 100644 --- a/entc/integration/ent/client.go +++ b/entc/integration/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/comment.go b/entc/integration/ent/comment.go index b268f91b1..ac2e81a91 100644 --- a/entc/integration/ent/comment.go +++ b/entc/integration/ent/comment.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/comment/comment.go b/entc/integration/ent/comment/comment.go index 5fdeb1ef5..b482e7d4e 100644 --- a/entc/integration/ent/comment/comment.go +++ b/entc/integration/ent/comment/comment.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package comment diff --git a/entc/integration/ent/comment/where.go b/entc/integration/ent/comment/where.go index 64d0179f4..b0ff7177d 100644 --- a/entc/integration/ent/comment/where.go +++ b/entc/integration/ent/comment/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package comment diff --git a/entc/integration/ent/comment_create.go b/entc/integration/ent/comment_create.go index 135987e3c..14ca56907 100644 --- a/entc/integration/ent/comment_create.go +++ b/entc/integration/ent/comment_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/comment_delete.go b/entc/integration/ent/comment_delete.go index 50c4af410..b60f08eb8 100644 --- a/entc/integration/ent/comment_delete.go +++ b/entc/integration/ent/comment_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/comment_query.go b/entc/integration/ent/comment_query.go index a1b6c172a..39a576472 100644 --- a/entc/integration/ent/comment_query.go +++ b/entc/integration/ent/comment_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/comment_update.go b/entc/integration/ent/comment_update.go index ccab56503..657d4dd87 100644 --- a/entc/integration/ent/comment_update.go +++ b/entc/integration/ent/comment_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/config.go b/entc/integration/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/entc/integration/ent/config.go +++ b/entc/integration/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/context.go b/entc/integration/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/entc/integration/ent/context.go +++ b/entc/integration/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/ent.go b/entc/integration/ent/ent.go index 6e361e20b..9b480afad 100644 --- a/entc/integration/ent/ent.go +++ b/entc/integration/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/example_test.go b/entc/integration/ent/example_test.go index 891043678..1af5980fe 100644 --- a/entc/integration/ent/example_test.go +++ b/entc/integration/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/fieldtype.go b/entc/integration/ent/fieldtype.go index 181f0c54b..da2eca12e 100644 --- a/entc/integration/ent/fieldtype.go +++ b/entc/integration/ent/fieldtype.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/fieldtype/fieldtype.go b/entc/integration/ent/fieldtype/fieldtype.go index 472f74906..d51885c99 100644 --- a/entc/integration/ent/fieldtype/fieldtype.go +++ b/entc/integration/ent/fieldtype/fieldtype.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package fieldtype diff --git a/entc/integration/ent/fieldtype/where.go b/entc/integration/ent/fieldtype/where.go index ac69b7d57..c5f47e775 100644 --- a/entc/integration/ent/fieldtype/where.go +++ b/entc/integration/ent/fieldtype/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package fieldtype diff --git a/entc/integration/ent/fieldtype_create.go b/entc/integration/ent/fieldtype_create.go index 2d4211e63..6599095ca 100644 --- a/entc/integration/ent/fieldtype_create.go +++ b/entc/integration/ent/fieldtype_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/fieldtype_delete.go b/entc/integration/ent/fieldtype_delete.go index 6cd326d5e..7cf3a380d 100644 --- a/entc/integration/ent/fieldtype_delete.go +++ b/entc/integration/ent/fieldtype_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/fieldtype_query.go b/entc/integration/ent/fieldtype_query.go index 353525dac..e34e7f388 100644 --- a/entc/integration/ent/fieldtype_query.go +++ b/entc/integration/ent/fieldtype_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/fieldtype_update.go b/entc/integration/ent/fieldtype_update.go index 967b5cc06..052bca0e7 100644 --- a/entc/integration/ent/fieldtype_update.go +++ b/entc/integration/ent/fieldtype_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/file.go b/entc/integration/ent/file.go index 5ee19a15d..e35cb3db3 100644 --- a/entc/integration/ent/file.go +++ b/entc/integration/ent/file.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/file/file.go b/entc/integration/ent/file/file.go index 688e10d54..28809d038 100644 --- a/entc/integration/ent/file/file.go +++ b/entc/integration/ent/file/file.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package file diff --git a/entc/integration/ent/file/where.go b/entc/integration/ent/file/where.go index acbd08c46..a5424de73 100644 --- a/entc/integration/ent/file/where.go +++ b/entc/integration/ent/file/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package file diff --git a/entc/integration/ent/file_create.go b/entc/integration/ent/file_create.go index dcf4754f6..542cac1ae 100644 --- a/entc/integration/ent/file_create.go +++ b/entc/integration/ent/file_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/file_delete.go b/entc/integration/ent/file_delete.go index d27c1fbbe..d3f08d509 100644 --- a/entc/integration/ent/file_delete.go +++ b/entc/integration/ent/file_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/file_query.go b/entc/integration/ent/file_query.go index d1a00bce9..d5f6b5fc0 100644 --- a/entc/integration/ent/file_query.go +++ b/entc/integration/ent/file_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/file_update.go b/entc/integration/ent/file_update.go index a3e7062e8..5a806ebcd 100644 --- a/entc/integration/ent/file_update.go +++ b/entc/integration/ent/file_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/filetype.go b/entc/integration/ent/filetype.go index 96a70c83d..72eebc6ca 100644 --- a/entc/integration/ent/filetype.go +++ b/entc/integration/ent/filetype.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/filetype/filetype.go b/entc/integration/ent/filetype/filetype.go index 39c8ac8a8..bd9736ce8 100644 --- a/entc/integration/ent/filetype/filetype.go +++ b/entc/integration/ent/filetype/filetype.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package filetype diff --git a/entc/integration/ent/filetype/where.go b/entc/integration/ent/filetype/where.go index e5c9717dc..4080c5607 100644 --- a/entc/integration/ent/filetype/where.go +++ b/entc/integration/ent/filetype/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package filetype diff --git a/entc/integration/ent/filetype_create.go b/entc/integration/ent/filetype_create.go index 26720b3a5..820d4feb7 100644 --- a/entc/integration/ent/filetype_create.go +++ b/entc/integration/ent/filetype_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/filetype_delete.go b/entc/integration/ent/filetype_delete.go index 9dcb3deb4..f5f07f69b 100644 --- a/entc/integration/ent/filetype_delete.go +++ b/entc/integration/ent/filetype_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/filetype_query.go b/entc/integration/ent/filetype_query.go index 8277502bb..8d9306984 100644 --- a/entc/integration/ent/filetype_query.go +++ b/entc/integration/ent/filetype_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/filetype_update.go b/entc/integration/ent/filetype_update.go index f33a122c9..dc0fe0c50 100644 --- a/entc/integration/ent/filetype_update.go +++ b/entc/integration/ent/filetype_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/group.go b/entc/integration/ent/group.go index 7ec092c8e..0ccac91e6 100644 --- a/entc/integration/ent/group.go +++ b/entc/integration/ent/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/group/group.go b/entc/integration/ent/group/group.go index 424cdb21a..de763ddb2 100644 --- a/entc/integration/ent/group/group.go +++ b/entc/integration/ent/group/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/ent/group/where.go b/entc/integration/ent/group/where.go index afb01b45a..252833ab8 100644 --- a/entc/integration/ent/group/where.go +++ b/entc/integration/ent/group/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/ent/group_create.go b/entc/integration/ent/group_create.go index 486a6b8dd..30cc861c6 100644 --- a/entc/integration/ent/group_create.go +++ b/entc/integration/ent/group_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/group_delete.go b/entc/integration/ent/group_delete.go index 1a592a47b..fef30b76d 100644 --- a/entc/integration/ent/group_delete.go +++ b/entc/integration/ent/group_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/group_query.go b/entc/integration/ent/group_query.go index b5c59b041..329f0aac2 100644 --- a/entc/integration/ent/group_query.go +++ b/entc/integration/ent/group_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/group_update.go b/entc/integration/ent/group_update.go index e246f74ab..c83213589 100644 --- a/entc/integration/ent/group_update.go +++ b/entc/integration/ent/group_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/groupinfo.go b/entc/integration/ent/groupinfo.go index 39077f920..f987385bb 100644 --- a/entc/integration/ent/groupinfo.go +++ b/entc/integration/ent/groupinfo.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/groupinfo/groupinfo.go b/entc/integration/ent/groupinfo/groupinfo.go index 35fb57c61..b8b9efaad 100644 --- a/entc/integration/ent/groupinfo/groupinfo.go +++ b/entc/integration/ent/groupinfo/groupinfo.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package groupinfo diff --git a/entc/integration/ent/groupinfo/where.go b/entc/integration/ent/groupinfo/where.go index bf6c8f0db..bd8229f24 100644 --- a/entc/integration/ent/groupinfo/where.go +++ b/entc/integration/ent/groupinfo/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package groupinfo diff --git a/entc/integration/ent/groupinfo_create.go b/entc/integration/ent/groupinfo_create.go index a96196c16..8b4907e63 100644 --- a/entc/integration/ent/groupinfo_create.go +++ b/entc/integration/ent/groupinfo_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/groupinfo_delete.go b/entc/integration/ent/groupinfo_delete.go index 84cfd2847..72a5ea469 100644 --- a/entc/integration/ent/groupinfo_delete.go +++ b/entc/integration/ent/groupinfo_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/groupinfo_query.go b/entc/integration/ent/groupinfo_query.go index 81701288a..3e7f0af76 100644 --- a/entc/integration/ent/groupinfo_query.go +++ b/entc/integration/ent/groupinfo_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/groupinfo_update.go b/entc/integration/ent/groupinfo_update.go index 5ffb80a68..e476a4947 100644 --- a/entc/integration/ent/groupinfo_update.go +++ b/entc/integration/ent/groupinfo_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/item.go b/entc/integration/ent/item.go index 0bfffc038..8165cecb6 100644 --- a/entc/integration/ent/item.go +++ b/entc/integration/ent/item.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/item/item.go b/entc/integration/ent/item/item.go index 794d5ff43..caaa1d933 100644 --- a/entc/integration/ent/item/item.go +++ b/entc/integration/ent/item/item.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package item diff --git a/entc/integration/ent/item/where.go b/entc/integration/ent/item/where.go index 743a6bb8e..d2cd87c73 100644 --- a/entc/integration/ent/item/where.go +++ b/entc/integration/ent/item/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package item diff --git a/entc/integration/ent/item_create.go b/entc/integration/ent/item_create.go index 7c45038ea..8868fe7c8 100644 --- a/entc/integration/ent/item_create.go +++ b/entc/integration/ent/item_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/item_delete.go b/entc/integration/ent/item_delete.go index 33c3fba63..0fddd39b6 100644 --- a/entc/integration/ent/item_delete.go +++ b/entc/integration/ent/item_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/item_query.go b/entc/integration/ent/item_query.go index cbd6c9d61..60c9c278a 100644 --- a/entc/integration/ent/item_query.go +++ b/entc/integration/ent/item_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/item_update.go b/entc/integration/ent/item_update.go index e34dca183..b26d29510 100644 --- a/entc/integration/ent/item_update.go +++ b/entc/integration/ent/item_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/migrate/migrate.go b/entc/integration/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/entc/integration/ent/migrate/migrate.go +++ b/entc/integration/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/ent/migrate/schema.go b/entc/integration/ent/migrate/schema.go index d791cfe62..5abcb5f39 100644 --- a/entc/integration/ent/migrate/schema.go +++ b/entc/integration/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/ent/node.go b/entc/integration/ent/node.go index a280ce554..4040007f1 100644 --- a/entc/integration/ent/node.go +++ b/entc/integration/ent/node.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/node/node.go b/entc/integration/ent/node/node.go index dbde31aac..64bbdf029 100644 --- a/entc/integration/ent/node/node.go +++ b/entc/integration/ent/node/node.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package node diff --git a/entc/integration/ent/node/where.go b/entc/integration/ent/node/where.go index 9df8a7f9c..474ad12d6 100644 --- a/entc/integration/ent/node/where.go +++ b/entc/integration/ent/node/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package node diff --git a/entc/integration/ent/node_create.go b/entc/integration/ent/node_create.go index e1de2ab7f..c93a11de2 100644 --- a/entc/integration/ent/node_create.go +++ b/entc/integration/ent/node_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/node_delete.go b/entc/integration/ent/node_delete.go index d1f20bc59..2cac04b79 100644 --- a/entc/integration/ent/node_delete.go +++ b/entc/integration/ent/node_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/node_query.go b/entc/integration/ent/node_query.go index 18be9175c..3ae8a934d 100644 --- a/entc/integration/ent/node_query.go +++ b/entc/integration/ent/node_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/node_update.go b/entc/integration/ent/node_update.go index 40b28c023..5a980962b 100644 --- a/entc/integration/ent/node_update.go +++ b/entc/integration/ent/node_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/pet.go b/entc/integration/ent/pet.go index 77e0c6bb6..72e202e7f 100644 --- a/entc/integration/ent/pet.go +++ b/entc/integration/ent/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/pet/pet.go b/entc/integration/ent/pet/pet.go index fa14f3147..078e395e6 100644 --- a/entc/integration/ent/pet/pet.go +++ b/entc/integration/ent/pet/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/entc/integration/ent/pet/where.go b/entc/integration/ent/pet/where.go index d474e9678..9042ee028 100644 --- a/entc/integration/ent/pet/where.go +++ b/entc/integration/ent/pet/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/entc/integration/ent/pet_create.go b/entc/integration/ent/pet_create.go index 5a2697a54..d948caa46 100644 --- a/entc/integration/ent/pet_create.go +++ b/entc/integration/ent/pet_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/pet_delete.go b/entc/integration/ent/pet_delete.go index ba82b331f..7c0265320 100644 --- a/entc/integration/ent/pet_delete.go +++ b/entc/integration/ent/pet_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/pet_query.go b/entc/integration/ent/pet_query.go index 460e08aeb..3717cce16 100644 --- a/entc/integration/ent/pet_query.go +++ b/entc/integration/ent/pet_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/pet_update.go b/entc/integration/ent/pet_update.go index 364c0ca8e..6a1f42e91 100644 --- a/entc/integration/ent/pet_update.go +++ b/entc/integration/ent/pet_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/predicate/predicate.go b/entc/integration/ent/predicate/predicate.go index 65642a662..abcec3214 100644 --- a/entc/integration/ent/predicate/predicate.go +++ b/entc/integration/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/entc/integration/ent/tx.go b/entc/integration/ent/tx.go index 423466b6d..c85af913e 100644 --- a/entc/integration/ent/tx.go +++ b/entc/integration/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/user.go b/entc/integration/ent/user.go index 2dc329ee5..cf688a3ef 100644 --- a/entc/integration/ent/user.go +++ b/entc/integration/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/user/user.go b/entc/integration/ent/user/user.go index 11d1cf767..3d60f8f6b 100644 --- a/entc/integration/ent/user/user.go +++ b/entc/integration/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/ent/user/where.go b/entc/integration/ent/user/where.go index b82d29491..611aa14c6 100644 --- a/entc/integration/ent/user/where.go +++ b/entc/integration/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/ent/user_create.go b/entc/integration/ent/user_create.go index 721ecf4f6..df67dfbfa 100644 --- a/entc/integration/ent/user_create.go +++ b/entc/integration/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/user_delete.go b/entc/integration/ent/user_delete.go index b5f141c20..e93433960 100644 --- a/entc/integration/ent/user_delete.go +++ b/entc/integration/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/user_query.go b/entc/integration/ent/user_query.go index 5c53ce513..67ab1340d 100644 --- a/entc/integration/ent/user_query.go +++ b/entc/integration/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/ent/user_update.go b/entc/integration/ent/user_update.go index e255fc1ee..0de506b06 100644 --- a/entc/integration/ent/user_update.go +++ b/entc/integration/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/generate.go b/entc/integration/generate.go index a8cded11f..1cccfa7f1 100644 --- a/entc/integration/generate.go +++ b/entc/integration/generate.go @@ -4,12 +4,12 @@ package integration -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --idtype string --template ./ent/template --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./ent/schema -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --target ./gremlin/ent --storage=gremlin --idtype string --template ./ent/template --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./ent/schema -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./migrate/entv1/schema -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./migrate/entv2/schema -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./template/ent/schema --template=template/ent/template -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./json/ent/schema -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./config/ent/schema -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." --idtype uint64 ./idtype/ent/schema -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./customid/ent/schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --idtype string --template ./ent/template --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./ent/schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --target ./gremlin/ent --storage=gremlin --idtype string --template ./ent/template --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./ent/schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./migrate/entv1/schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./migrate/entv2/schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./template/ent/schema --template=template/ent/template +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./json/ent/schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./config/ent/schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." --idtype uint64 ./idtype/ent/schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./customid/ent/schema diff --git a/entc/integration/gremlin/ent/card.go b/entc/integration/gremlin/ent/card.go index c89139a65..3d1e5d909 100644 --- a/entc/integration/gremlin/ent/card.go +++ b/entc/integration/gremlin/ent/card.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/card/card.go b/entc/integration/gremlin/ent/card/card.go index 1c1381ca8..3f34fc09c 100644 --- a/entc/integration/gremlin/ent/card/card.go +++ b/entc/integration/gremlin/ent/card/card.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package card diff --git a/entc/integration/gremlin/ent/card/where.go b/entc/integration/gremlin/ent/card/where.go index 087ece19e..23bfebff0 100644 --- a/entc/integration/gremlin/ent/card/where.go +++ b/entc/integration/gremlin/ent/card/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package card diff --git a/entc/integration/gremlin/ent/card_create.go b/entc/integration/gremlin/ent/card_create.go index 8efe4655b..182b23d03 100644 --- a/entc/integration/gremlin/ent/card_create.go +++ b/entc/integration/gremlin/ent/card_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/card_delete.go b/entc/integration/gremlin/ent/card_delete.go index 0cb9a28ba..c246d8d01 100644 --- a/entc/integration/gremlin/ent/card_delete.go +++ b/entc/integration/gremlin/ent/card_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/card_query.go b/entc/integration/gremlin/ent/card_query.go index 87b026ecd..cdb6896d7 100644 --- a/entc/integration/gremlin/ent/card_query.go +++ b/entc/integration/gremlin/ent/card_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/card_update.go b/entc/integration/gremlin/ent/card_update.go index 9cb89a4cc..e95d375e3 100644 --- a/entc/integration/gremlin/ent/card_update.go +++ b/entc/integration/gremlin/ent/card_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/client.go b/entc/integration/gremlin/ent/client.go index ffe09f045..cd51ffddb 100644 --- a/entc/integration/gremlin/ent/client.go +++ b/entc/integration/gremlin/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/comment.go b/entc/integration/gremlin/ent/comment.go index 6be576c85..d213c10b2 100644 --- a/entc/integration/gremlin/ent/comment.go +++ b/entc/integration/gremlin/ent/comment.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/comment/comment.go b/entc/integration/gremlin/ent/comment/comment.go index 8326c80c2..771cd9e0c 100644 --- a/entc/integration/gremlin/ent/comment/comment.go +++ b/entc/integration/gremlin/ent/comment/comment.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package comment diff --git a/entc/integration/gremlin/ent/comment/where.go b/entc/integration/gremlin/ent/comment/where.go index 0201bf5e8..f72802b41 100644 --- a/entc/integration/gremlin/ent/comment/where.go +++ b/entc/integration/gremlin/ent/comment/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package comment diff --git a/entc/integration/gremlin/ent/comment_create.go b/entc/integration/gremlin/ent/comment_create.go index 2290ab420..94af519e4 100644 --- a/entc/integration/gremlin/ent/comment_create.go +++ b/entc/integration/gremlin/ent/comment_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/comment_delete.go b/entc/integration/gremlin/ent/comment_delete.go index 68fe0816e..7b0ae2dc4 100644 --- a/entc/integration/gremlin/ent/comment_delete.go +++ b/entc/integration/gremlin/ent/comment_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/comment_query.go b/entc/integration/gremlin/ent/comment_query.go index c9f8c332f..829182707 100644 --- a/entc/integration/gremlin/ent/comment_query.go +++ b/entc/integration/gremlin/ent/comment_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/comment_update.go b/entc/integration/gremlin/ent/comment_update.go index 7c8adb56a..5c2979ae2 100644 --- a/entc/integration/gremlin/ent/comment_update.go +++ b/entc/integration/gremlin/ent/comment_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/config.go b/entc/integration/gremlin/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/entc/integration/gremlin/ent/config.go +++ b/entc/integration/gremlin/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/context.go b/entc/integration/gremlin/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/entc/integration/gremlin/ent/context.go +++ b/entc/integration/gremlin/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/ent.go b/entc/integration/gremlin/ent/ent.go index 1c06717ec..f03589048 100644 --- a/entc/integration/gremlin/ent/ent.go +++ b/entc/integration/gremlin/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/example_test.go b/entc/integration/gremlin/ent/example_test.go index 83fe2271e..83d832f62 100644 --- a/entc/integration/gremlin/ent/example_test.go +++ b/entc/integration/gremlin/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/fieldtype.go b/entc/integration/gremlin/ent/fieldtype.go index 0136461f4..fde199d7f 100644 --- a/entc/integration/gremlin/ent/fieldtype.go +++ b/entc/integration/gremlin/ent/fieldtype.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/fieldtype/fieldtype.go b/entc/integration/gremlin/ent/fieldtype/fieldtype.go index 8710f1320..092bc3686 100644 --- a/entc/integration/gremlin/ent/fieldtype/fieldtype.go +++ b/entc/integration/gremlin/ent/fieldtype/fieldtype.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package fieldtype diff --git a/entc/integration/gremlin/ent/fieldtype/where.go b/entc/integration/gremlin/ent/fieldtype/where.go index 4ee0c344a..d1f22d613 100644 --- a/entc/integration/gremlin/ent/fieldtype/where.go +++ b/entc/integration/gremlin/ent/fieldtype/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package fieldtype diff --git a/entc/integration/gremlin/ent/fieldtype_create.go b/entc/integration/gremlin/ent/fieldtype_create.go index 347219583..ea084591b 100644 --- a/entc/integration/gremlin/ent/fieldtype_create.go +++ b/entc/integration/gremlin/ent/fieldtype_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/fieldtype_delete.go b/entc/integration/gremlin/ent/fieldtype_delete.go index 819aaca97..ddd5aab17 100644 --- a/entc/integration/gremlin/ent/fieldtype_delete.go +++ b/entc/integration/gremlin/ent/fieldtype_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/fieldtype_query.go b/entc/integration/gremlin/ent/fieldtype_query.go index efce04724..79418dd7d 100644 --- a/entc/integration/gremlin/ent/fieldtype_query.go +++ b/entc/integration/gremlin/ent/fieldtype_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/fieldtype_update.go b/entc/integration/gremlin/ent/fieldtype_update.go index b2b5ba48f..ecd40544f 100644 --- a/entc/integration/gremlin/ent/fieldtype_update.go +++ b/entc/integration/gremlin/ent/fieldtype_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/file.go b/entc/integration/gremlin/ent/file.go index b51fd4041..74aa2cfc6 100644 --- a/entc/integration/gremlin/ent/file.go +++ b/entc/integration/gremlin/ent/file.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/file/file.go b/entc/integration/gremlin/ent/file/file.go index 1097a7e71..cdde97cc2 100644 --- a/entc/integration/gremlin/ent/file/file.go +++ b/entc/integration/gremlin/ent/file/file.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package file diff --git a/entc/integration/gremlin/ent/file/where.go b/entc/integration/gremlin/ent/file/where.go index c8283000e..a1deb462c 100644 --- a/entc/integration/gremlin/ent/file/where.go +++ b/entc/integration/gremlin/ent/file/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package file diff --git a/entc/integration/gremlin/ent/file_create.go b/entc/integration/gremlin/ent/file_create.go index f6b39f881..196b41bef 100644 --- a/entc/integration/gremlin/ent/file_create.go +++ b/entc/integration/gremlin/ent/file_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/file_delete.go b/entc/integration/gremlin/ent/file_delete.go index af82034b4..b8262297d 100644 --- a/entc/integration/gremlin/ent/file_delete.go +++ b/entc/integration/gremlin/ent/file_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/file_query.go b/entc/integration/gremlin/ent/file_query.go index bc8b387ea..fcf370da2 100644 --- a/entc/integration/gremlin/ent/file_query.go +++ b/entc/integration/gremlin/ent/file_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/file_update.go b/entc/integration/gremlin/ent/file_update.go index f156cef0a..ee4887817 100644 --- a/entc/integration/gremlin/ent/file_update.go +++ b/entc/integration/gremlin/ent/file_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/filetype.go b/entc/integration/gremlin/ent/filetype.go index 3e30bb9eb..dcc333598 100644 --- a/entc/integration/gremlin/ent/filetype.go +++ b/entc/integration/gremlin/ent/filetype.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/filetype/filetype.go b/entc/integration/gremlin/ent/filetype/filetype.go index 71a2c8fca..b5f443223 100644 --- a/entc/integration/gremlin/ent/filetype/filetype.go +++ b/entc/integration/gremlin/ent/filetype/filetype.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package filetype diff --git a/entc/integration/gremlin/ent/filetype/where.go b/entc/integration/gremlin/ent/filetype/where.go index 04b1ef799..2bc52a169 100644 --- a/entc/integration/gremlin/ent/filetype/where.go +++ b/entc/integration/gremlin/ent/filetype/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package filetype diff --git a/entc/integration/gremlin/ent/filetype_create.go b/entc/integration/gremlin/ent/filetype_create.go index 9768d9992..710012f57 100644 --- a/entc/integration/gremlin/ent/filetype_create.go +++ b/entc/integration/gremlin/ent/filetype_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/filetype_delete.go b/entc/integration/gremlin/ent/filetype_delete.go index 5439f7b51..57530cd8f 100644 --- a/entc/integration/gremlin/ent/filetype_delete.go +++ b/entc/integration/gremlin/ent/filetype_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/filetype_query.go b/entc/integration/gremlin/ent/filetype_query.go index 9f5556f70..1a07c8d1d 100644 --- a/entc/integration/gremlin/ent/filetype_query.go +++ b/entc/integration/gremlin/ent/filetype_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/filetype_update.go b/entc/integration/gremlin/ent/filetype_update.go index ca3cf1649..fdb990c8c 100644 --- a/entc/integration/gremlin/ent/filetype_update.go +++ b/entc/integration/gremlin/ent/filetype_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/group.go b/entc/integration/gremlin/ent/group.go index ee2b958de..eee3b864b 100644 --- a/entc/integration/gremlin/ent/group.go +++ b/entc/integration/gremlin/ent/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/group/group.go b/entc/integration/gremlin/ent/group/group.go index 4b0fa2ef6..496e619d5 100644 --- a/entc/integration/gremlin/ent/group/group.go +++ b/entc/integration/gremlin/ent/group/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/gremlin/ent/group/where.go b/entc/integration/gremlin/ent/group/where.go index afeb6dc12..874ec012c 100644 --- a/entc/integration/gremlin/ent/group/where.go +++ b/entc/integration/gremlin/ent/group/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/gremlin/ent/group_create.go b/entc/integration/gremlin/ent/group_create.go index 4b7736274..69cee6076 100644 --- a/entc/integration/gremlin/ent/group_create.go +++ b/entc/integration/gremlin/ent/group_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/group_delete.go b/entc/integration/gremlin/ent/group_delete.go index 970e031aa..7218b50c6 100644 --- a/entc/integration/gremlin/ent/group_delete.go +++ b/entc/integration/gremlin/ent/group_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/group_query.go b/entc/integration/gremlin/ent/group_query.go index 48ae61e9f..4f5c37746 100644 --- a/entc/integration/gremlin/ent/group_query.go +++ b/entc/integration/gremlin/ent/group_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/group_update.go b/entc/integration/gremlin/ent/group_update.go index 108a6ad27..e0b193aa7 100644 --- a/entc/integration/gremlin/ent/group_update.go +++ b/entc/integration/gremlin/ent/group_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/groupinfo.go b/entc/integration/gremlin/ent/groupinfo.go index 10ee44a92..abb996fb9 100644 --- a/entc/integration/gremlin/ent/groupinfo.go +++ b/entc/integration/gremlin/ent/groupinfo.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/groupinfo/groupinfo.go b/entc/integration/gremlin/ent/groupinfo/groupinfo.go index 3a2920208..31cba7bd9 100644 --- a/entc/integration/gremlin/ent/groupinfo/groupinfo.go +++ b/entc/integration/gremlin/ent/groupinfo/groupinfo.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package groupinfo diff --git a/entc/integration/gremlin/ent/groupinfo/where.go b/entc/integration/gremlin/ent/groupinfo/where.go index 28a7ce08b..2436b5438 100644 --- a/entc/integration/gremlin/ent/groupinfo/where.go +++ b/entc/integration/gremlin/ent/groupinfo/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package groupinfo diff --git a/entc/integration/gremlin/ent/groupinfo_create.go b/entc/integration/gremlin/ent/groupinfo_create.go index 5f8fef914..f3ea62674 100644 --- a/entc/integration/gremlin/ent/groupinfo_create.go +++ b/entc/integration/gremlin/ent/groupinfo_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/groupinfo_delete.go b/entc/integration/gremlin/ent/groupinfo_delete.go index e78e9d6b6..51956ed9d 100644 --- a/entc/integration/gremlin/ent/groupinfo_delete.go +++ b/entc/integration/gremlin/ent/groupinfo_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/groupinfo_query.go b/entc/integration/gremlin/ent/groupinfo_query.go index e701cce30..7b9086719 100644 --- a/entc/integration/gremlin/ent/groupinfo_query.go +++ b/entc/integration/gremlin/ent/groupinfo_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/groupinfo_update.go b/entc/integration/gremlin/ent/groupinfo_update.go index be4cc9889..5ba5e6a2c 100644 --- a/entc/integration/gremlin/ent/groupinfo_update.go +++ b/entc/integration/gremlin/ent/groupinfo_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/item.go b/entc/integration/gremlin/ent/item.go index 88f39d481..f17545f3e 100644 --- a/entc/integration/gremlin/ent/item.go +++ b/entc/integration/gremlin/ent/item.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/item/item.go b/entc/integration/gremlin/ent/item/item.go index 19d33eb0b..3537852f7 100644 --- a/entc/integration/gremlin/ent/item/item.go +++ b/entc/integration/gremlin/ent/item/item.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package item diff --git a/entc/integration/gremlin/ent/item/where.go b/entc/integration/gremlin/ent/item/where.go index 48caca48b..6862f92e8 100644 --- a/entc/integration/gremlin/ent/item/where.go +++ b/entc/integration/gremlin/ent/item/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package item diff --git a/entc/integration/gremlin/ent/item_create.go b/entc/integration/gremlin/ent/item_create.go index 2abedbcd0..8e45ffc06 100644 --- a/entc/integration/gremlin/ent/item_create.go +++ b/entc/integration/gremlin/ent/item_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/item_delete.go b/entc/integration/gremlin/ent/item_delete.go index dfed7d5ed..7b1cd1894 100644 --- a/entc/integration/gremlin/ent/item_delete.go +++ b/entc/integration/gremlin/ent/item_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/item_query.go b/entc/integration/gremlin/ent/item_query.go index fd5621ab3..fe8410aba 100644 --- a/entc/integration/gremlin/ent/item_query.go +++ b/entc/integration/gremlin/ent/item_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/item_update.go b/entc/integration/gremlin/ent/item_update.go index af333e80a..827ad6d6d 100644 --- a/entc/integration/gremlin/ent/item_update.go +++ b/entc/integration/gremlin/ent/item_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/node.go b/entc/integration/gremlin/ent/node.go index 93afdd8e7..836d11ea9 100644 --- a/entc/integration/gremlin/ent/node.go +++ b/entc/integration/gremlin/ent/node.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/node/node.go b/entc/integration/gremlin/ent/node/node.go index 434def46f..19026da3e 100644 --- a/entc/integration/gremlin/ent/node/node.go +++ b/entc/integration/gremlin/ent/node/node.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package node diff --git a/entc/integration/gremlin/ent/node/where.go b/entc/integration/gremlin/ent/node/where.go index 3565e74f8..39bc32474 100644 --- a/entc/integration/gremlin/ent/node/where.go +++ b/entc/integration/gremlin/ent/node/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package node diff --git a/entc/integration/gremlin/ent/node_create.go b/entc/integration/gremlin/ent/node_create.go index afd208fbb..9a53f3711 100644 --- a/entc/integration/gremlin/ent/node_create.go +++ b/entc/integration/gremlin/ent/node_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/node_delete.go b/entc/integration/gremlin/ent/node_delete.go index 621e36463..d347dab52 100644 --- a/entc/integration/gremlin/ent/node_delete.go +++ b/entc/integration/gremlin/ent/node_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/node_query.go b/entc/integration/gremlin/ent/node_query.go index 5e57fd5f0..f79150ba6 100644 --- a/entc/integration/gremlin/ent/node_query.go +++ b/entc/integration/gremlin/ent/node_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/node_update.go b/entc/integration/gremlin/ent/node_update.go index 95a1c628c..39edc1486 100644 --- a/entc/integration/gremlin/ent/node_update.go +++ b/entc/integration/gremlin/ent/node_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/pet.go b/entc/integration/gremlin/ent/pet.go index d0082c4b8..b23a5e287 100644 --- a/entc/integration/gremlin/ent/pet.go +++ b/entc/integration/gremlin/ent/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/pet/pet.go b/entc/integration/gremlin/ent/pet/pet.go index ff24fc354..7d55c4f2b 100644 --- a/entc/integration/gremlin/ent/pet/pet.go +++ b/entc/integration/gremlin/ent/pet/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/entc/integration/gremlin/ent/pet/where.go b/entc/integration/gremlin/ent/pet/where.go index 49ab23618..c31321a29 100644 --- a/entc/integration/gremlin/ent/pet/where.go +++ b/entc/integration/gremlin/ent/pet/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/entc/integration/gremlin/ent/pet_create.go b/entc/integration/gremlin/ent/pet_create.go index 1c45af5cd..b1e001a31 100644 --- a/entc/integration/gremlin/ent/pet_create.go +++ b/entc/integration/gremlin/ent/pet_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/pet_delete.go b/entc/integration/gremlin/ent/pet_delete.go index 2666c480b..2b37a6925 100644 --- a/entc/integration/gremlin/ent/pet_delete.go +++ b/entc/integration/gremlin/ent/pet_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/pet_query.go b/entc/integration/gremlin/ent/pet_query.go index c71a840a1..3cbc4208f 100644 --- a/entc/integration/gremlin/ent/pet_query.go +++ b/entc/integration/gremlin/ent/pet_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/pet_update.go b/entc/integration/gremlin/ent/pet_update.go index a627c1aec..f063d3442 100644 --- a/entc/integration/gremlin/ent/pet_update.go +++ b/entc/integration/gremlin/ent/pet_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/predicate/predicate.go b/entc/integration/gremlin/ent/predicate/predicate.go index f9222e69d..69144277c 100644 --- a/entc/integration/gremlin/ent/predicate/predicate.go +++ b/entc/integration/gremlin/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/entc/integration/gremlin/ent/tx.go b/entc/integration/gremlin/ent/tx.go index 8f211e50c..8bfd91941 100644 --- a/entc/integration/gremlin/ent/tx.go +++ b/entc/integration/gremlin/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/user.go b/entc/integration/gremlin/ent/user.go index 5860058fa..5d57f91b1 100644 --- a/entc/integration/gremlin/ent/user.go +++ b/entc/integration/gremlin/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/user/user.go b/entc/integration/gremlin/ent/user/user.go index a88f87ad3..f1debfe0a 100644 --- a/entc/integration/gremlin/ent/user/user.go +++ b/entc/integration/gremlin/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/gremlin/ent/user/where.go b/entc/integration/gremlin/ent/user/where.go index 611a147e8..28f25ffb3 100644 --- a/entc/integration/gremlin/ent/user/where.go +++ b/entc/integration/gremlin/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/gremlin/ent/user_create.go b/entc/integration/gremlin/ent/user_create.go index 0bb96e88f..b5f4c094a 100644 --- a/entc/integration/gremlin/ent/user_create.go +++ b/entc/integration/gremlin/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/user_delete.go b/entc/integration/gremlin/ent/user_delete.go index abcd67f5b..7f1fed019 100644 --- a/entc/integration/gremlin/ent/user_delete.go +++ b/entc/integration/gremlin/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/user_query.go b/entc/integration/gremlin/ent/user_query.go index b18a608e7..a8f72cb17 100644 --- a/entc/integration/gremlin/ent/user_query.go +++ b/entc/integration/gremlin/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/gremlin/ent/user_update.go b/entc/integration/gremlin/ent/user_update.go index 6faab8975..92d837f09 100644 --- a/entc/integration/gremlin/ent/user_update.go +++ b/entc/integration/gremlin/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/client.go b/entc/integration/idtype/ent/client.go index 7a2a5e5c5..6c6ed50cd 100644 --- a/entc/integration/idtype/ent/client.go +++ b/entc/integration/idtype/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/config.go b/entc/integration/idtype/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/entc/integration/idtype/ent/config.go +++ b/entc/integration/idtype/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/context.go b/entc/integration/idtype/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/entc/integration/idtype/ent/context.go +++ b/entc/integration/idtype/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/ent.go b/entc/integration/idtype/ent/ent.go index fa220b242..bb604c20f 100644 --- a/entc/integration/idtype/ent/ent.go +++ b/entc/integration/idtype/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/example_test.go b/entc/integration/idtype/ent/example_test.go index c1d00848f..ad5854f0f 100644 --- a/entc/integration/idtype/ent/example_test.go +++ b/entc/integration/idtype/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/migrate/migrate.go b/entc/integration/idtype/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/entc/integration/idtype/ent/migrate/migrate.go +++ b/entc/integration/idtype/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/idtype/ent/migrate/schema.go b/entc/integration/idtype/ent/migrate/schema.go index fbbe18881..aa64fb48d 100644 --- a/entc/integration/idtype/ent/migrate/schema.go +++ b/entc/integration/idtype/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/idtype/ent/predicate/predicate.go b/entc/integration/idtype/ent/predicate/predicate.go index 1226d0823..0af459cef 100644 --- a/entc/integration/idtype/ent/predicate/predicate.go +++ b/entc/integration/idtype/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/entc/integration/idtype/ent/tx.go b/entc/integration/idtype/ent/tx.go index 01bb1d6af..27a90fb98 100644 --- a/entc/integration/idtype/ent/tx.go +++ b/entc/integration/idtype/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/user.go b/entc/integration/idtype/ent/user.go index 749c66b41..264eed1c4 100644 --- a/entc/integration/idtype/ent/user.go +++ b/entc/integration/idtype/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/user/user.go b/entc/integration/idtype/ent/user/user.go index ac0fa7000..62ab85538 100644 --- a/entc/integration/idtype/ent/user/user.go +++ b/entc/integration/idtype/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/idtype/ent/user/where.go b/entc/integration/idtype/ent/user/where.go index f43893034..d26a29000 100644 --- a/entc/integration/idtype/ent/user/where.go +++ b/entc/integration/idtype/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/idtype/ent/user_create.go b/entc/integration/idtype/ent/user_create.go index 64ac33964..ee96375ce 100644 --- a/entc/integration/idtype/ent/user_create.go +++ b/entc/integration/idtype/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/user_delete.go b/entc/integration/idtype/ent/user_delete.go index 3628bcfdf..bc6340d5f 100644 --- a/entc/integration/idtype/ent/user_delete.go +++ b/entc/integration/idtype/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/user_query.go b/entc/integration/idtype/ent/user_query.go index aed41d00e..ca80ffe3a 100644 --- a/entc/integration/idtype/ent/user_query.go +++ b/entc/integration/idtype/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/idtype/ent/user_update.go b/entc/integration/idtype/ent/user_update.go index aa199f817..1820ae9bc 100644 --- a/entc/integration/idtype/ent/user_update.go +++ b/entc/integration/idtype/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/client.go b/entc/integration/json/ent/client.go index 4465dbe7c..f4f1d96eb 100644 --- a/entc/integration/json/ent/client.go +++ b/entc/integration/json/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/config.go b/entc/integration/json/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/entc/integration/json/ent/config.go +++ b/entc/integration/json/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/context.go b/entc/integration/json/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/entc/integration/json/ent/context.go +++ b/entc/integration/json/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/ent.go b/entc/integration/json/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/entc/integration/json/ent/ent.go +++ b/entc/integration/json/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/example_test.go b/entc/integration/json/ent/example_test.go index 5da77f444..54a91b074 100644 --- a/entc/integration/json/ent/example_test.go +++ b/entc/integration/json/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/migrate/migrate.go b/entc/integration/json/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/entc/integration/json/ent/migrate/migrate.go +++ b/entc/integration/json/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/json/ent/migrate/schema.go b/entc/integration/json/ent/migrate/schema.go index 322f6c997..7d8cc3ef1 100644 --- a/entc/integration/json/ent/migrate/schema.go +++ b/entc/integration/json/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/json/ent/predicate/predicate.go b/entc/integration/json/ent/predicate/predicate.go index 1226d0823..0af459cef 100644 --- a/entc/integration/json/ent/predicate/predicate.go +++ b/entc/integration/json/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/entc/integration/json/ent/tx.go b/entc/integration/json/ent/tx.go index 69568765d..9fc21a265 100644 --- a/entc/integration/json/ent/tx.go +++ b/entc/integration/json/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/user.go b/entc/integration/json/ent/user.go index d82289e2c..f97aee873 100644 --- a/entc/integration/json/ent/user.go +++ b/entc/integration/json/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/user/user.go b/entc/integration/json/ent/user/user.go index a07d42942..e56d3a486 100644 --- a/entc/integration/json/ent/user/user.go +++ b/entc/integration/json/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/json/ent/user/where.go b/entc/integration/json/ent/user/where.go index ec4cae850..124991a6c 100644 --- a/entc/integration/json/ent/user/where.go +++ b/entc/integration/json/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/json/ent/user_create.go b/entc/integration/json/ent/user_create.go index 988fd811f..3625ffa25 100644 --- a/entc/integration/json/ent/user_create.go +++ b/entc/integration/json/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/user_delete.go b/entc/integration/json/ent/user_delete.go index ad29670fc..121860d19 100644 --- a/entc/integration/json/ent/user_delete.go +++ b/entc/integration/json/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/user_query.go b/entc/integration/json/ent/user_query.go index 004fe04dd..c25d63b49 100644 --- a/entc/integration/json/ent/user_query.go +++ b/entc/integration/json/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/json/ent/user_update.go b/entc/integration/json/ent/user_update.go index 92ad44a9a..14b50d565 100644 --- a/entc/integration/json/ent/user_update.go +++ b/entc/integration/json/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/migrate/entv1/client.go b/entc/integration/migrate/entv1/client.go index e5c690467..922a27d62 100644 --- a/entc/integration/migrate/entv1/client.go +++ b/entc/integration/migrate/entv1/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/config.go b/entc/integration/migrate/entv1/config.go index f87b38ecc..446e8734d 100644 --- a/entc/integration/migrate/entv1/config.go +++ b/entc/integration/migrate/entv1/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/context.go b/entc/integration/migrate/entv1/context.go index c09a8ae80..76b6d6753 100644 --- a/entc/integration/migrate/entv1/context.go +++ b/entc/integration/migrate/entv1/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/ent.go b/entc/integration/migrate/entv1/ent.go index c755e14d1..c3de7dbe5 100644 --- a/entc/integration/migrate/entv1/ent.go +++ b/entc/integration/migrate/entv1/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/example_test.go b/entc/integration/migrate/entv1/example_test.go index c6daa4b2a..b246b88b5 100644 --- a/entc/integration/migrate/entv1/example_test.go +++ b/entc/integration/migrate/entv1/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/migrate/migrate.go b/entc/integration/migrate/entv1/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/entc/integration/migrate/entv1/migrate/migrate.go +++ b/entc/integration/migrate/entv1/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/migrate/entv1/migrate/schema.go b/entc/integration/migrate/entv1/migrate/schema.go index 3219fc85b..22110d04f 100644 --- a/entc/integration/migrate/entv1/migrate/schema.go +++ b/entc/integration/migrate/entv1/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/migrate/entv1/predicate/predicate.go b/entc/integration/migrate/entv1/predicate/predicate.go index 1226d0823..0af459cef 100644 --- a/entc/integration/migrate/entv1/predicate/predicate.go +++ b/entc/integration/migrate/entv1/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/entc/integration/migrate/entv1/tx.go b/entc/integration/migrate/entv1/tx.go index c34e2b8b6..cd0ad4566 100644 --- a/entc/integration/migrate/entv1/tx.go +++ b/entc/integration/migrate/entv1/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/user.go b/entc/integration/migrate/entv1/user.go index 06cba3741..2dbe30461 100644 --- a/entc/integration/migrate/entv1/user.go +++ b/entc/integration/migrate/entv1/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/user/user.go b/entc/integration/migrate/entv1/user/user.go index 4188e1115..fc4efdb1f 100644 --- a/entc/integration/migrate/entv1/user/user.go +++ b/entc/integration/migrate/entv1/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/migrate/entv1/user/where.go b/entc/integration/migrate/entv1/user/where.go index d84aa41c7..b7669e540 100644 --- a/entc/integration/migrate/entv1/user/where.go +++ b/entc/integration/migrate/entv1/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/migrate/entv1/user_create.go b/entc/integration/migrate/entv1/user_create.go index 8974181d1..0e820163d 100644 --- a/entc/integration/migrate/entv1/user_create.go +++ b/entc/integration/migrate/entv1/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/user_delete.go b/entc/integration/migrate/entv1/user_delete.go index f42d5157f..7f9004245 100644 --- a/entc/integration/migrate/entv1/user_delete.go +++ b/entc/integration/migrate/entv1/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/user_query.go b/entc/integration/migrate/entv1/user_query.go index e2f68a2c6..023dc1357 100644 --- a/entc/integration/migrate/entv1/user_query.go +++ b/entc/integration/migrate/entv1/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv1/user_update.go b/entc/integration/migrate/entv1/user_update.go index a8d7d0ce0..a3bad0f01 100644 --- a/entc/integration/migrate/entv1/user_update.go +++ b/entc/integration/migrate/entv1/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv1 diff --git a/entc/integration/migrate/entv2/client.go b/entc/integration/migrate/entv2/client.go index 56bb8b8bf..4995ff891 100644 --- a/entc/integration/migrate/entv2/client.go +++ b/entc/integration/migrate/entv2/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/config.go b/entc/integration/migrate/entv2/config.go index 96613bb35..dea08792f 100644 --- a/entc/integration/migrate/entv2/config.go +++ b/entc/integration/migrate/entv2/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/context.go b/entc/integration/migrate/entv2/context.go index 9040aa4bb..b133f5c21 100644 --- a/entc/integration/migrate/entv2/context.go +++ b/entc/integration/migrate/entv2/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/ent.go b/entc/integration/migrate/entv2/ent.go index fd74c62cd..7855a8d2f 100644 --- a/entc/integration/migrate/entv2/ent.go +++ b/entc/integration/migrate/entv2/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/example_test.go b/entc/integration/migrate/entv2/example_test.go index 6877b34f1..4501fdbde 100644 --- a/entc/integration/migrate/entv2/example_test.go +++ b/entc/integration/migrate/entv2/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/group.go b/entc/integration/migrate/entv2/group.go index 7f206cbee..7c7c62da3 100644 --- a/entc/integration/migrate/entv2/group.go +++ b/entc/integration/migrate/entv2/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/group/group.go b/entc/integration/migrate/entv2/group/group.go index fafd50d51..9f4a1dea6 100644 --- a/entc/integration/migrate/entv2/group/group.go +++ b/entc/integration/migrate/entv2/group/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/migrate/entv2/group/where.go b/entc/integration/migrate/entv2/group/where.go index 0682355d6..c117a0ec4 100644 --- a/entc/integration/migrate/entv2/group/where.go +++ b/entc/integration/migrate/entv2/group/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/migrate/entv2/group_create.go b/entc/integration/migrate/entv2/group_create.go index e9e6fa0a0..270b9a102 100644 --- a/entc/integration/migrate/entv2/group_create.go +++ b/entc/integration/migrate/entv2/group_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/group_delete.go b/entc/integration/migrate/entv2/group_delete.go index 9d4daf4b6..ad0cd286f 100644 --- a/entc/integration/migrate/entv2/group_delete.go +++ b/entc/integration/migrate/entv2/group_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/group_query.go b/entc/integration/migrate/entv2/group_query.go index 8d2d2765b..4fa500158 100644 --- a/entc/integration/migrate/entv2/group_query.go +++ b/entc/integration/migrate/entv2/group_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/group_update.go b/entc/integration/migrate/entv2/group_update.go index de9b067a0..6f431b056 100644 --- a/entc/integration/migrate/entv2/group_update.go +++ b/entc/integration/migrate/entv2/group_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/migrate/migrate.go b/entc/integration/migrate/entv2/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/entc/integration/migrate/entv2/migrate/migrate.go +++ b/entc/integration/migrate/entv2/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/migrate/entv2/migrate/schema.go b/entc/integration/migrate/entv2/migrate/schema.go index 330952b37..7f715a342 100644 --- a/entc/integration/migrate/entv2/migrate/schema.go +++ b/entc/integration/migrate/entv2/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/migrate/entv2/pet.go b/entc/integration/migrate/entv2/pet.go index a883217bb..7e9e8961f 100644 --- a/entc/integration/migrate/entv2/pet.go +++ b/entc/integration/migrate/entv2/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/pet/pet.go b/entc/integration/migrate/entv2/pet/pet.go index 3575efda2..ae617912e 100644 --- a/entc/integration/migrate/entv2/pet/pet.go +++ b/entc/integration/migrate/entv2/pet/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/entc/integration/migrate/entv2/pet/where.go b/entc/integration/migrate/entv2/pet/where.go index 286577bec..f74e76273 100644 --- a/entc/integration/migrate/entv2/pet/where.go +++ b/entc/integration/migrate/entv2/pet/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/entc/integration/migrate/entv2/pet_create.go b/entc/integration/migrate/entv2/pet_create.go index ac6f6e0e0..9e52fa9ed 100644 --- a/entc/integration/migrate/entv2/pet_create.go +++ b/entc/integration/migrate/entv2/pet_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/pet_delete.go b/entc/integration/migrate/entv2/pet_delete.go index 93bf37220..5f2b4f1be 100644 --- a/entc/integration/migrate/entv2/pet_delete.go +++ b/entc/integration/migrate/entv2/pet_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/pet_query.go b/entc/integration/migrate/entv2/pet_query.go index 0ac5b49bc..81b01d736 100644 --- a/entc/integration/migrate/entv2/pet_query.go +++ b/entc/integration/migrate/entv2/pet_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/pet_update.go b/entc/integration/migrate/entv2/pet_update.go index fa5f9a4d6..c02b759b6 100644 --- a/entc/integration/migrate/entv2/pet_update.go +++ b/entc/integration/migrate/entv2/pet_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/predicate/predicate.go b/entc/integration/migrate/entv2/predicate/predicate.go index a904498f5..8b5bcc6d5 100644 --- a/entc/integration/migrate/entv2/predicate/predicate.go +++ b/entc/integration/migrate/entv2/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/entc/integration/migrate/entv2/tx.go b/entc/integration/migrate/entv2/tx.go index b6b502c2b..8b9e95caf 100644 --- a/entc/integration/migrate/entv2/tx.go +++ b/entc/integration/migrate/entv2/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/user.go b/entc/integration/migrate/entv2/user.go index 2765e86b4..38ea2acfd 100644 --- a/entc/integration/migrate/entv2/user.go +++ b/entc/integration/migrate/entv2/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/user/user.go b/entc/integration/migrate/entv2/user/user.go index bfbab2b26..3d6a66d29 100644 --- a/entc/integration/migrate/entv2/user/user.go +++ b/entc/integration/migrate/entv2/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/migrate/entv2/user/where.go b/entc/integration/migrate/entv2/user/where.go index 99eda9103..93117c83e 100644 --- a/entc/integration/migrate/entv2/user/where.go +++ b/entc/integration/migrate/entv2/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/migrate/entv2/user_create.go b/entc/integration/migrate/entv2/user_create.go index bcf9494ef..13b943c97 100644 --- a/entc/integration/migrate/entv2/user_create.go +++ b/entc/integration/migrate/entv2/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/user_delete.go b/entc/integration/migrate/entv2/user_delete.go index dbbca973a..54c98c796 100644 --- a/entc/integration/migrate/entv2/user_delete.go +++ b/entc/integration/migrate/entv2/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/user_query.go b/entc/integration/migrate/entv2/user_query.go index 4f6cc7967..9986ed8f8 100644 --- a/entc/integration/migrate/entv2/user_query.go +++ b/entc/integration/migrate/entv2/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/migrate/entv2/user_update.go b/entc/integration/migrate/entv2/user_update.go index 38839596f..c969f27da 100644 --- a/entc/integration/migrate/entv2/user_update.go +++ b/entc/integration/migrate/entv2/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package entv2 diff --git a/entc/integration/template/ent/client.go b/entc/integration/template/ent/client.go index e9c3863fe..03e22a949 100644 --- a/entc/integration/template/ent/client.go +++ b/entc/integration/template/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/config.go b/entc/integration/template/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/entc/integration/template/ent/config.go +++ b/entc/integration/template/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/context.go b/entc/integration/template/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/entc/integration/template/ent/context.go +++ b/entc/integration/template/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/ent.go b/entc/integration/template/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/entc/integration/template/ent/ent.go +++ b/entc/integration/template/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/example_test.go b/entc/integration/template/ent/example_test.go index 22941fe65..11ce9a427 100644 --- a/entc/integration/template/ent/example_test.go +++ b/entc/integration/template/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/group.go b/entc/integration/template/ent/group.go index b0d6b06ba..5374dcf43 100644 --- a/entc/integration/template/ent/group.go +++ b/entc/integration/template/ent/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/group/group.go b/entc/integration/template/ent/group/group.go index 0835cd132..f592b416d 100644 --- a/entc/integration/template/ent/group/group.go +++ b/entc/integration/template/ent/group/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/template/ent/group/where.go b/entc/integration/template/ent/group/where.go index fa61065e0..607279106 100644 --- a/entc/integration/template/ent/group/where.go +++ b/entc/integration/template/ent/group/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/entc/integration/template/ent/group_create.go b/entc/integration/template/ent/group_create.go index e819783e3..9d24d84ca 100644 --- a/entc/integration/template/ent/group_create.go +++ b/entc/integration/template/ent/group_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/group_delete.go b/entc/integration/template/ent/group_delete.go index 3266b3697..170dd6eac 100644 --- a/entc/integration/template/ent/group_delete.go +++ b/entc/integration/template/ent/group_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/group_query.go b/entc/integration/template/ent/group_query.go index fd78baf17..f0f8f3bb3 100644 --- a/entc/integration/template/ent/group_query.go +++ b/entc/integration/template/ent/group_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/group_update.go b/entc/integration/template/ent/group_update.go index 36d0a8281..9e1327431 100644 --- a/entc/integration/template/ent/group_update.go +++ b/entc/integration/template/ent/group_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/migrate/migrate.go b/entc/integration/template/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/entc/integration/template/ent/migrate/migrate.go +++ b/entc/integration/template/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/template/ent/migrate/schema.go b/entc/integration/template/ent/migrate/schema.go index 0296218ce..a27ba94dc 100644 --- a/entc/integration/template/ent/migrate/schema.go +++ b/entc/integration/template/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/entc/integration/template/ent/node.go b/entc/integration/template/ent/node.go index d62b600d5..412d022f2 100644 --- a/entc/integration/template/ent/node.go +++ b/entc/integration/template/ent/node.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/pet.go b/entc/integration/template/ent/pet.go index f11024276..302ed189b 100644 --- a/entc/integration/template/ent/pet.go +++ b/entc/integration/template/ent/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/pet/pet.go b/entc/integration/template/ent/pet/pet.go index 42cd1adf2..1ed71793b 100644 --- a/entc/integration/template/ent/pet/pet.go +++ b/entc/integration/template/ent/pet/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/entc/integration/template/ent/pet/where.go b/entc/integration/template/ent/pet/where.go index fbcfad832..1f9705194 100644 --- a/entc/integration/template/ent/pet/where.go +++ b/entc/integration/template/ent/pet/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/entc/integration/template/ent/pet_create.go b/entc/integration/template/ent/pet_create.go index 29c927d86..3fc1701dc 100644 --- a/entc/integration/template/ent/pet_create.go +++ b/entc/integration/template/ent/pet_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/pet_delete.go b/entc/integration/template/ent/pet_delete.go index 4c384ae36..2322ed4d4 100644 --- a/entc/integration/template/ent/pet_delete.go +++ b/entc/integration/template/ent/pet_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/pet_query.go b/entc/integration/template/ent/pet_query.go index fd2953035..51879d1c1 100644 --- a/entc/integration/template/ent/pet_query.go +++ b/entc/integration/template/ent/pet_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/pet_update.go b/entc/integration/template/ent/pet_update.go index 8379f38d3..2a9ecdeda 100644 --- a/entc/integration/template/ent/pet_update.go +++ b/entc/integration/template/ent/pet_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/predicate/predicate.go b/entc/integration/template/ent/predicate/predicate.go index a904498f5..8b5bcc6d5 100644 --- a/entc/integration/template/ent/predicate/predicate.go +++ b/entc/integration/template/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/entc/integration/template/ent/tx.go b/entc/integration/template/ent/tx.go index 0ee09a46a..5f902de05 100644 --- a/entc/integration/template/ent/tx.go +++ b/entc/integration/template/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/user.go b/entc/integration/template/ent/user.go index c3d12093a..a3fb3008c 100644 --- a/entc/integration/template/ent/user.go +++ b/entc/integration/template/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/user/user.go b/entc/integration/template/ent/user/user.go index a89160295..46d24e532 100644 --- a/entc/integration/template/ent/user/user.go +++ b/entc/integration/template/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/template/ent/user/where.go b/entc/integration/template/ent/user/where.go index 4af96ca40..7d8e17614 100644 --- a/entc/integration/template/ent/user/where.go +++ b/entc/integration/template/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/entc/integration/template/ent/user_create.go b/entc/integration/template/ent/user_create.go index f9e33704e..f784f5f97 100644 --- a/entc/integration/template/ent/user_create.go +++ b/entc/integration/template/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/user_delete.go b/entc/integration/template/ent/user_delete.go index ed7dc172b..067bc8c9c 100644 --- a/entc/integration/template/ent/user_delete.go +++ b/entc/integration/template/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/user_query.go b/entc/integration/template/ent/user_query.go index 352b042eb..84c4c906c 100644 --- a/entc/integration/template/ent/user_query.go +++ b/entc/integration/template/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/entc/integration/template/ent/user_update.go b/entc/integration/template/ent/user_update.go index be10c3141..b6c09c75a 100644 --- a/entc/integration/template/ent/user_update.go +++ b/entc/integration/template/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/city.go b/examples/edgeindex/ent/city.go index 4e55a5f93..0f61a57c7 100644 --- a/examples/edgeindex/ent/city.go +++ b/examples/edgeindex/ent/city.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/city/city.go b/examples/edgeindex/ent/city/city.go index 98975067a..62021378c 100644 --- a/examples/edgeindex/ent/city/city.go +++ b/examples/edgeindex/ent/city/city.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package city diff --git a/examples/edgeindex/ent/city/where.go b/examples/edgeindex/ent/city/where.go index 24f70ad83..5201ebadb 100644 --- a/examples/edgeindex/ent/city/where.go +++ b/examples/edgeindex/ent/city/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package city diff --git a/examples/edgeindex/ent/city_create.go b/examples/edgeindex/ent/city_create.go index 684b5dda7..0630d7fe4 100644 --- a/examples/edgeindex/ent/city_create.go +++ b/examples/edgeindex/ent/city_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/city_delete.go b/examples/edgeindex/ent/city_delete.go index 16b6e89bf..0aa0e6852 100644 --- a/examples/edgeindex/ent/city_delete.go +++ b/examples/edgeindex/ent/city_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/city_query.go b/examples/edgeindex/ent/city_query.go index 3f7a8d8a2..bdce36491 100644 --- a/examples/edgeindex/ent/city_query.go +++ b/examples/edgeindex/ent/city_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/city_update.go b/examples/edgeindex/ent/city_update.go index d527d6551..712ba87a4 100644 --- a/examples/edgeindex/ent/city_update.go +++ b/examples/edgeindex/ent/city_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/client.go b/examples/edgeindex/ent/client.go index bc6855c28..72365fe6d 100644 --- a/examples/edgeindex/ent/client.go +++ b/examples/edgeindex/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/config.go b/examples/edgeindex/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/edgeindex/ent/config.go +++ b/examples/edgeindex/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/context.go b/examples/edgeindex/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/edgeindex/ent/context.go +++ b/examples/edgeindex/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/ent.go b/examples/edgeindex/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/edgeindex/ent/ent.go +++ b/examples/edgeindex/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/example_test.go b/examples/edgeindex/ent/example_test.go index 2abf698ec..f04578a18 100644 --- a/examples/edgeindex/ent/example_test.go +++ b/examples/edgeindex/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/generate.go b/examples/edgeindex/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/edgeindex/ent/generate.go +++ b/examples/edgeindex/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/edgeindex/ent/migrate/migrate.go b/examples/edgeindex/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/edgeindex/ent/migrate/migrate.go +++ b/examples/edgeindex/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/edgeindex/ent/migrate/schema.go b/examples/edgeindex/ent/migrate/schema.go index 92515d896..bee35d6d4 100644 --- a/examples/edgeindex/ent/migrate/schema.go +++ b/examples/edgeindex/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/edgeindex/ent/predicate/predicate.go b/examples/edgeindex/ent/predicate/predicate.go index 4da45fbdf..f541a974b 100644 --- a/examples/edgeindex/ent/predicate/predicate.go +++ b/examples/edgeindex/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/edgeindex/ent/street.go b/examples/edgeindex/ent/street.go index d5a431b9e..906d3f134 100644 --- a/examples/edgeindex/ent/street.go +++ b/examples/edgeindex/ent/street.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/street/street.go b/examples/edgeindex/ent/street/street.go index 20c628deb..748f03131 100644 --- a/examples/edgeindex/ent/street/street.go +++ b/examples/edgeindex/ent/street/street.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package street diff --git a/examples/edgeindex/ent/street/where.go b/examples/edgeindex/ent/street/where.go index b35f9cebe..303fb681a 100644 --- a/examples/edgeindex/ent/street/where.go +++ b/examples/edgeindex/ent/street/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package street diff --git a/examples/edgeindex/ent/street_create.go b/examples/edgeindex/ent/street_create.go index a76def9df..305405afe 100644 --- a/examples/edgeindex/ent/street_create.go +++ b/examples/edgeindex/ent/street_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/street_delete.go b/examples/edgeindex/ent/street_delete.go index dc9ea2917..fd71f8ff4 100644 --- a/examples/edgeindex/ent/street_delete.go +++ b/examples/edgeindex/ent/street_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/street_query.go b/examples/edgeindex/ent/street_query.go index 37a41a27e..a5842438e 100644 --- a/examples/edgeindex/ent/street_query.go +++ b/examples/edgeindex/ent/street_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/street_update.go b/examples/edgeindex/ent/street_update.go index d5dc658d4..e79ebc7fc 100644 --- a/examples/edgeindex/ent/street_update.go +++ b/examples/edgeindex/ent/street_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/edgeindex/ent/tx.go b/examples/edgeindex/ent/tx.go index 07b73dc0c..3f9f40c45 100644 --- a/examples/edgeindex/ent/tx.go +++ b/examples/edgeindex/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/client.go b/examples/entcpkg/ent/client.go index 2e9c8a839..777e15f89 100644 --- a/examples/entcpkg/ent/client.go +++ b/examples/entcpkg/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/config.go b/examples/entcpkg/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/entcpkg/ent/config.go +++ b/examples/entcpkg/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/context.go b/examples/entcpkg/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/entcpkg/ent/context.go +++ b/examples/entcpkg/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/ent.go b/examples/entcpkg/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/entcpkg/ent/ent.go +++ b/examples/entcpkg/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/entc.go b/examples/entcpkg/ent/entc.go index 5e792dac4..adef3ff22 100644 --- a/examples/entcpkg/ent/entc.go +++ b/examples/entcpkg/ent/entc.go @@ -21,7 +21,7 @@ func main() { // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. - // Code generated (@generated) by entc, DO NOT EDIT. + // Code generated by entc, DO NOT EDIT. `, IDType: &field.TypeInfo{Type: field.TypeInt}, }) diff --git a/examples/entcpkg/ent/example_test.go b/examples/entcpkg/ent/example_test.go index 17a23dddc..8a9118917 100644 --- a/examples/entcpkg/ent/example_test.go +++ b/examples/entcpkg/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/migrate/migrate.go b/examples/entcpkg/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/entcpkg/ent/migrate/migrate.go +++ b/examples/entcpkg/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/entcpkg/ent/migrate/schema.go b/examples/entcpkg/ent/migrate/schema.go index a775deda1..23fe6963f 100644 --- a/examples/entcpkg/ent/migrate/schema.go +++ b/examples/entcpkg/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/entcpkg/ent/predicate/predicate.go b/examples/entcpkg/ent/predicate/predicate.go index 1226d0823..0af459cef 100644 --- a/examples/entcpkg/ent/predicate/predicate.go +++ b/examples/entcpkg/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/entcpkg/ent/tx.go b/examples/entcpkg/ent/tx.go index 42bfff020..2c1a182df 100644 --- a/examples/entcpkg/ent/tx.go +++ b/examples/entcpkg/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/user.go b/examples/entcpkg/ent/user.go index 0f6e88ce4..d6e04e0f2 100644 --- a/examples/entcpkg/ent/user.go +++ b/examples/entcpkg/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/user/user.go b/examples/entcpkg/ent/user/user.go index 667bdbb3f..c310c6fc1 100644 --- a/examples/entcpkg/ent/user/user.go +++ b/examples/entcpkg/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/entcpkg/ent/user/where.go b/examples/entcpkg/ent/user/where.go index ab08640b7..b22dc735b 100644 --- a/examples/entcpkg/ent/user/where.go +++ b/examples/entcpkg/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/entcpkg/ent/user_create.go b/examples/entcpkg/ent/user_create.go index c80e7586b..ac625e4fc 100644 --- a/examples/entcpkg/ent/user_create.go +++ b/examples/entcpkg/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/user_delete.go b/examples/entcpkg/ent/user_delete.go index aadd8c663..04d010b6c 100644 --- a/examples/entcpkg/ent/user_delete.go +++ b/examples/entcpkg/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/user_query.go b/examples/entcpkg/ent/user_query.go index b779c0987..f31dd6d2c 100644 --- a/examples/entcpkg/ent/user_query.go +++ b/examples/entcpkg/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/entcpkg/ent/user_update.go b/examples/entcpkg/ent/user_update.go index 98c341c56..cf2e05911 100644 --- a/examples/entcpkg/ent/user_update.go +++ b/examples/entcpkg/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/client.go b/examples/m2m2types/ent/client.go index ebfd81771..48004a7aa 100644 --- a/examples/m2m2types/ent/client.go +++ b/examples/m2m2types/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/config.go b/examples/m2m2types/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/m2m2types/ent/config.go +++ b/examples/m2m2types/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/context.go b/examples/m2m2types/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/m2m2types/ent/context.go +++ b/examples/m2m2types/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/ent.go b/examples/m2m2types/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/m2m2types/ent/ent.go +++ b/examples/m2m2types/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/example_test.go b/examples/m2m2types/ent/example_test.go index aa034a05f..71559d752 100644 --- a/examples/m2m2types/ent/example_test.go +++ b/examples/m2m2types/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/generate.go b/examples/m2m2types/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/m2m2types/ent/generate.go +++ b/examples/m2m2types/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/m2m2types/ent/group.go b/examples/m2m2types/ent/group.go index 8cc24bec1..27245a60e 100644 --- a/examples/m2m2types/ent/group.go +++ b/examples/m2m2types/ent/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/group/group.go b/examples/m2m2types/ent/group/group.go index a9fc0b7ff..fcb0cbee4 100644 --- a/examples/m2m2types/ent/group/group.go +++ b/examples/m2m2types/ent/group/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/examples/m2m2types/ent/group/where.go b/examples/m2m2types/ent/group/where.go index e23250c79..147e54c18 100644 --- a/examples/m2m2types/ent/group/where.go +++ b/examples/m2m2types/ent/group/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/examples/m2m2types/ent/group_create.go b/examples/m2m2types/ent/group_create.go index 8933ff2bf..190915723 100644 --- a/examples/m2m2types/ent/group_create.go +++ b/examples/m2m2types/ent/group_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/group_delete.go b/examples/m2m2types/ent/group_delete.go index 1fad4ea93..c14c4dd74 100644 --- a/examples/m2m2types/ent/group_delete.go +++ b/examples/m2m2types/ent/group_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/group_query.go b/examples/m2m2types/ent/group_query.go index 4a4e52cb8..26b95aee4 100644 --- a/examples/m2m2types/ent/group_query.go +++ b/examples/m2m2types/ent/group_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/group_update.go b/examples/m2m2types/ent/group_update.go index a5a95580a..05af5351b 100644 --- a/examples/m2m2types/ent/group_update.go +++ b/examples/m2m2types/ent/group_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/migrate/migrate.go b/examples/m2m2types/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/m2m2types/ent/migrate/migrate.go +++ b/examples/m2m2types/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/m2m2types/ent/migrate/schema.go b/examples/m2m2types/ent/migrate/schema.go index 4b9f5451b..daa7c7dc6 100644 --- a/examples/m2m2types/ent/migrate/schema.go +++ b/examples/m2m2types/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/m2m2types/ent/predicate/predicate.go b/examples/m2m2types/ent/predicate/predicate.go index 9b080b62d..8436d5412 100644 --- a/examples/m2m2types/ent/predicate/predicate.go +++ b/examples/m2m2types/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/m2m2types/ent/tx.go b/examples/m2m2types/ent/tx.go index 42e26c39a..b39001fec 100644 --- a/examples/m2m2types/ent/tx.go +++ b/examples/m2m2types/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/user.go b/examples/m2m2types/ent/user.go index a936fa7c1..41cee9d25 100644 --- a/examples/m2m2types/ent/user.go +++ b/examples/m2m2types/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/user/user.go b/examples/m2m2types/ent/user/user.go index 1002277aa..6306c2a08 100644 --- a/examples/m2m2types/ent/user/user.go +++ b/examples/m2m2types/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/m2m2types/ent/user/where.go b/examples/m2m2types/ent/user/where.go index 765f777e4..5af14375a 100644 --- a/examples/m2m2types/ent/user/where.go +++ b/examples/m2m2types/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/m2m2types/ent/user_create.go b/examples/m2m2types/ent/user_create.go index 0ffe41aa2..bc953b1d1 100644 --- a/examples/m2m2types/ent/user_create.go +++ b/examples/m2m2types/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/user_delete.go b/examples/m2m2types/ent/user_delete.go index 8db93ec98..04666680f 100644 --- a/examples/m2m2types/ent/user_delete.go +++ b/examples/m2m2types/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/user_query.go b/examples/m2m2types/ent/user_query.go index 457565d9b..8dd4e5513 100644 --- a/examples/m2m2types/ent/user_query.go +++ b/examples/m2m2types/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2m2types/ent/user_update.go b/examples/m2m2types/ent/user_update.go index 64e8df24e..924aac374 100644 --- a/examples/m2m2types/ent/user_update.go +++ b/examples/m2m2types/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/client.go b/examples/m2mbidi/ent/client.go index b8a21e2b3..4818260d7 100644 --- a/examples/m2mbidi/ent/client.go +++ b/examples/m2mbidi/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/config.go b/examples/m2mbidi/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/m2mbidi/ent/config.go +++ b/examples/m2mbidi/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/context.go b/examples/m2mbidi/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/m2mbidi/ent/context.go +++ b/examples/m2mbidi/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/ent.go b/examples/m2mbidi/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/m2mbidi/ent/ent.go +++ b/examples/m2mbidi/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/example_test.go b/examples/m2mbidi/ent/example_test.go index 2ece5bf0e..1d91e938b 100644 --- a/examples/m2mbidi/ent/example_test.go +++ b/examples/m2mbidi/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/generate.go b/examples/m2mbidi/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/m2mbidi/ent/generate.go +++ b/examples/m2mbidi/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/m2mbidi/ent/migrate/migrate.go b/examples/m2mbidi/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/m2mbidi/ent/migrate/migrate.go +++ b/examples/m2mbidi/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/m2mbidi/ent/migrate/schema.go b/examples/m2mbidi/ent/migrate/schema.go index 57a45f686..166dd4315 100644 --- a/examples/m2mbidi/ent/migrate/schema.go +++ b/examples/m2mbidi/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/m2mbidi/ent/predicate/predicate.go b/examples/m2mbidi/ent/predicate/predicate.go index 1226d0823..0af459cef 100644 --- a/examples/m2mbidi/ent/predicate/predicate.go +++ b/examples/m2mbidi/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/m2mbidi/ent/tx.go b/examples/m2mbidi/ent/tx.go index bcb6cfe01..6399a6859 100644 --- a/examples/m2mbidi/ent/tx.go +++ b/examples/m2mbidi/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/user.go b/examples/m2mbidi/ent/user.go index 534aa83e3..3889299b4 100644 --- a/examples/m2mbidi/ent/user.go +++ b/examples/m2mbidi/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/user/user.go b/examples/m2mbidi/ent/user/user.go index 8f1f94682..f1aae0081 100644 --- a/examples/m2mbidi/ent/user/user.go +++ b/examples/m2mbidi/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/m2mbidi/ent/user/where.go b/examples/m2mbidi/ent/user/where.go index 83d05799a..eb493f515 100644 --- a/examples/m2mbidi/ent/user/where.go +++ b/examples/m2mbidi/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/m2mbidi/ent/user_create.go b/examples/m2mbidi/ent/user_create.go index 13a818520..2f5f8efc7 100644 --- a/examples/m2mbidi/ent/user_create.go +++ b/examples/m2mbidi/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/user_delete.go b/examples/m2mbidi/ent/user_delete.go index 19a095a84..a1ad381f1 100644 --- a/examples/m2mbidi/ent/user_delete.go +++ b/examples/m2mbidi/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/user_query.go b/examples/m2mbidi/ent/user_query.go index fc96f98f8..d564d2b66 100644 --- a/examples/m2mbidi/ent/user_query.go +++ b/examples/m2mbidi/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mbidi/ent/user_update.go b/examples/m2mbidi/ent/user_update.go index d2dc538c5..e3f4f892d 100644 --- a/examples/m2mbidi/ent/user_update.go +++ b/examples/m2mbidi/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/client.go b/examples/m2mrecur/ent/client.go index ae7f1b02c..1094693f4 100644 --- a/examples/m2mrecur/ent/client.go +++ b/examples/m2mrecur/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/config.go b/examples/m2mrecur/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/m2mrecur/ent/config.go +++ b/examples/m2mrecur/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/context.go b/examples/m2mrecur/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/m2mrecur/ent/context.go +++ b/examples/m2mrecur/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/ent.go b/examples/m2mrecur/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/m2mrecur/ent/ent.go +++ b/examples/m2mrecur/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/example_test.go b/examples/m2mrecur/ent/example_test.go index e3d5b00d5..6bb9839ea 100644 --- a/examples/m2mrecur/ent/example_test.go +++ b/examples/m2mrecur/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/generate.go b/examples/m2mrecur/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/m2mrecur/ent/generate.go +++ b/examples/m2mrecur/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/m2mrecur/ent/migrate/migrate.go b/examples/m2mrecur/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/m2mrecur/ent/migrate/migrate.go +++ b/examples/m2mrecur/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/m2mrecur/ent/migrate/schema.go b/examples/m2mrecur/ent/migrate/schema.go index 2cac5ef7f..ef88c4750 100644 --- a/examples/m2mrecur/ent/migrate/schema.go +++ b/examples/m2mrecur/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/m2mrecur/ent/predicate/predicate.go b/examples/m2mrecur/ent/predicate/predicate.go index 1226d0823..0af459cef 100644 --- a/examples/m2mrecur/ent/predicate/predicate.go +++ b/examples/m2mrecur/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/m2mrecur/ent/tx.go b/examples/m2mrecur/ent/tx.go index 49031cc2f..d32b58182 100644 --- a/examples/m2mrecur/ent/tx.go +++ b/examples/m2mrecur/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/user.go b/examples/m2mrecur/ent/user.go index ac0e78422..859424101 100644 --- a/examples/m2mrecur/ent/user.go +++ b/examples/m2mrecur/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/user/user.go b/examples/m2mrecur/ent/user/user.go index 001354f35..b4259a2a0 100644 --- a/examples/m2mrecur/ent/user/user.go +++ b/examples/m2mrecur/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/m2mrecur/ent/user/where.go b/examples/m2mrecur/ent/user/where.go index 76d951ea5..839646043 100644 --- a/examples/m2mrecur/ent/user/where.go +++ b/examples/m2mrecur/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/m2mrecur/ent/user_create.go b/examples/m2mrecur/ent/user_create.go index be4e462a6..7032f10de 100644 --- a/examples/m2mrecur/ent/user_create.go +++ b/examples/m2mrecur/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/user_delete.go b/examples/m2mrecur/ent/user_delete.go index 811593f00..40d732d20 100644 --- a/examples/m2mrecur/ent/user_delete.go +++ b/examples/m2mrecur/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/user_query.go b/examples/m2mrecur/ent/user_query.go index c036f6209..4cff10b6d 100644 --- a/examples/m2mrecur/ent/user_query.go +++ b/examples/m2mrecur/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/m2mrecur/ent/user_update.go b/examples/m2mrecur/ent/user_update.go index e8c77f74d..c19782b4e 100644 --- a/examples/m2mrecur/ent/user_update.go +++ b/examples/m2mrecur/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/client.go b/examples/o2m2types/ent/client.go index ec327ce8b..e4f8da652 100644 --- a/examples/o2m2types/ent/client.go +++ b/examples/o2m2types/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/config.go b/examples/o2m2types/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/o2m2types/ent/config.go +++ b/examples/o2m2types/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/context.go b/examples/o2m2types/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/o2m2types/ent/context.go +++ b/examples/o2m2types/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/ent.go b/examples/o2m2types/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/o2m2types/ent/ent.go +++ b/examples/o2m2types/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/example_test.go b/examples/o2m2types/ent/example_test.go index 32a2de23f..70b0dda39 100644 --- a/examples/o2m2types/ent/example_test.go +++ b/examples/o2m2types/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/generate.go b/examples/o2m2types/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/o2m2types/ent/generate.go +++ b/examples/o2m2types/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2m2types/ent/migrate/migrate.go b/examples/o2m2types/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/o2m2types/ent/migrate/migrate.go +++ b/examples/o2m2types/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2m2types/ent/migrate/schema.go b/examples/o2m2types/ent/migrate/schema.go index 9427a3b29..455c9a49a 100644 --- a/examples/o2m2types/ent/migrate/schema.go +++ b/examples/o2m2types/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2m2types/ent/pet.go b/examples/o2m2types/ent/pet.go index 44e33e0f4..06ada8bde 100644 --- a/examples/o2m2types/ent/pet.go +++ b/examples/o2m2types/ent/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/pet/pet.go b/examples/o2m2types/ent/pet/pet.go index 669169f35..b3cd705c1 100644 --- a/examples/o2m2types/ent/pet/pet.go +++ b/examples/o2m2types/ent/pet/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/examples/o2m2types/ent/pet/where.go b/examples/o2m2types/ent/pet/where.go index 73e505a61..d8d2d216a 100644 --- a/examples/o2m2types/ent/pet/where.go +++ b/examples/o2m2types/ent/pet/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/examples/o2m2types/ent/pet_create.go b/examples/o2m2types/ent/pet_create.go index cc92a573c..ab7ffb696 100644 --- a/examples/o2m2types/ent/pet_create.go +++ b/examples/o2m2types/ent/pet_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/pet_delete.go b/examples/o2m2types/ent/pet_delete.go index 6c1fbc2a0..3443a562f 100644 --- a/examples/o2m2types/ent/pet_delete.go +++ b/examples/o2m2types/ent/pet_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/pet_query.go b/examples/o2m2types/ent/pet_query.go index 654506433..304ace3f1 100644 --- a/examples/o2m2types/ent/pet_query.go +++ b/examples/o2m2types/ent/pet_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/pet_update.go b/examples/o2m2types/ent/pet_update.go index 6ea70d460..c2e24a06e 100644 --- a/examples/o2m2types/ent/pet_update.go +++ b/examples/o2m2types/ent/pet_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/predicate/predicate.go b/examples/o2m2types/ent/predicate/predicate.go index 313896ec1..ca5abe760 100644 --- a/examples/o2m2types/ent/predicate/predicate.go +++ b/examples/o2m2types/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/o2m2types/ent/tx.go b/examples/o2m2types/ent/tx.go index 3598df0a0..266a7aace 100644 --- a/examples/o2m2types/ent/tx.go +++ b/examples/o2m2types/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/user.go b/examples/o2m2types/ent/user.go index 8c56c7b54..8cae7c7e1 100644 --- a/examples/o2m2types/ent/user.go +++ b/examples/o2m2types/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/user/user.go b/examples/o2m2types/ent/user/user.go index 0f2368905..69b6e5fee 100644 --- a/examples/o2m2types/ent/user/user.go +++ b/examples/o2m2types/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/o2m2types/ent/user/where.go b/examples/o2m2types/ent/user/where.go index 0b6e8abb8..fe3cc97e4 100644 --- a/examples/o2m2types/ent/user/where.go +++ b/examples/o2m2types/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/o2m2types/ent/user_create.go b/examples/o2m2types/ent/user_create.go index 54eca3dd1..bc55c2db4 100644 --- a/examples/o2m2types/ent/user_create.go +++ b/examples/o2m2types/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/user_delete.go b/examples/o2m2types/ent/user_delete.go index 0d3398157..a0d1cfcd2 100644 --- a/examples/o2m2types/ent/user_delete.go +++ b/examples/o2m2types/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/user_query.go b/examples/o2m2types/ent/user_query.go index 07fc1f879..2e8365638 100644 --- a/examples/o2m2types/ent/user_query.go +++ b/examples/o2m2types/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2m2types/ent/user_update.go b/examples/o2m2types/ent/user_update.go index f48aa5d22..1c4ed8e3c 100644 --- a/examples/o2m2types/ent/user_update.go +++ b/examples/o2m2types/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/client.go b/examples/o2mrecur/ent/client.go index 9887ffefc..02c9a6f7e 100644 --- a/examples/o2mrecur/ent/client.go +++ b/examples/o2mrecur/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/config.go b/examples/o2mrecur/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/o2mrecur/ent/config.go +++ b/examples/o2mrecur/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/context.go b/examples/o2mrecur/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/o2mrecur/ent/context.go +++ b/examples/o2mrecur/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/ent.go b/examples/o2mrecur/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/o2mrecur/ent/ent.go +++ b/examples/o2mrecur/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/example_test.go b/examples/o2mrecur/ent/example_test.go index 42d8b7599..28462b321 100644 --- a/examples/o2mrecur/ent/example_test.go +++ b/examples/o2mrecur/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/generate.go b/examples/o2mrecur/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/o2mrecur/ent/generate.go +++ b/examples/o2mrecur/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2mrecur/ent/migrate/migrate.go b/examples/o2mrecur/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/o2mrecur/ent/migrate/migrate.go +++ b/examples/o2mrecur/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2mrecur/ent/migrate/schema.go b/examples/o2mrecur/ent/migrate/schema.go index f121145c0..2d741cbec 100644 --- a/examples/o2mrecur/ent/migrate/schema.go +++ b/examples/o2mrecur/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2mrecur/ent/node.go b/examples/o2mrecur/ent/node.go index 4878b1802..4da635695 100644 --- a/examples/o2mrecur/ent/node.go +++ b/examples/o2mrecur/ent/node.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/node/node.go b/examples/o2mrecur/ent/node/node.go index 12f818bd0..fff2a2713 100644 --- a/examples/o2mrecur/ent/node/node.go +++ b/examples/o2mrecur/ent/node/node.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package node diff --git a/examples/o2mrecur/ent/node/where.go b/examples/o2mrecur/ent/node/where.go index 026abbc6f..390980cf5 100644 --- a/examples/o2mrecur/ent/node/where.go +++ b/examples/o2mrecur/ent/node/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package node diff --git a/examples/o2mrecur/ent/node_create.go b/examples/o2mrecur/ent/node_create.go index 83ad400ec..112ae1730 100644 --- a/examples/o2mrecur/ent/node_create.go +++ b/examples/o2mrecur/ent/node_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/node_delete.go b/examples/o2mrecur/ent/node_delete.go index 1057ee5d4..3073e69b7 100644 --- a/examples/o2mrecur/ent/node_delete.go +++ b/examples/o2mrecur/ent/node_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/node_query.go b/examples/o2mrecur/ent/node_query.go index 8665aec62..77431ba35 100644 --- a/examples/o2mrecur/ent/node_query.go +++ b/examples/o2mrecur/ent/node_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/node_update.go b/examples/o2mrecur/ent/node_update.go index 0df0e0f15..752f33a35 100644 --- a/examples/o2mrecur/ent/node_update.go +++ b/examples/o2mrecur/ent/node_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2mrecur/ent/predicate/predicate.go b/examples/o2mrecur/ent/predicate/predicate.go index 95e9c3893..8b3395a2c 100644 --- a/examples/o2mrecur/ent/predicate/predicate.go +++ b/examples/o2mrecur/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/o2mrecur/ent/tx.go b/examples/o2mrecur/ent/tx.go index 3f25b2971..3cc407a97 100644 --- a/examples/o2mrecur/ent/tx.go +++ b/examples/o2mrecur/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/card.go b/examples/o2o2types/ent/card.go index 6168b1381..c454170a3 100644 --- a/examples/o2o2types/ent/card.go +++ b/examples/o2o2types/ent/card.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/card/card.go b/examples/o2o2types/ent/card/card.go index 0ef672b61..2999cab36 100644 --- a/examples/o2o2types/ent/card/card.go +++ b/examples/o2o2types/ent/card/card.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package card diff --git a/examples/o2o2types/ent/card/where.go b/examples/o2o2types/ent/card/where.go index 5fe175b3c..eecdb6c83 100644 --- a/examples/o2o2types/ent/card/where.go +++ b/examples/o2o2types/ent/card/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package card diff --git a/examples/o2o2types/ent/card_create.go b/examples/o2o2types/ent/card_create.go index 49aa140ce..f7812f0be 100644 --- a/examples/o2o2types/ent/card_create.go +++ b/examples/o2o2types/ent/card_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/card_delete.go b/examples/o2o2types/ent/card_delete.go index 9cb9d3b5b..65394fb67 100644 --- a/examples/o2o2types/ent/card_delete.go +++ b/examples/o2o2types/ent/card_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/card_query.go b/examples/o2o2types/ent/card_query.go index 3feb2409a..77d78c3e2 100644 --- a/examples/o2o2types/ent/card_query.go +++ b/examples/o2o2types/ent/card_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/card_update.go b/examples/o2o2types/ent/card_update.go index 143bf7914..7d56af2a6 100644 --- a/examples/o2o2types/ent/card_update.go +++ b/examples/o2o2types/ent/card_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/client.go b/examples/o2o2types/ent/client.go index 973de47bd..e958aa02a 100644 --- a/examples/o2o2types/ent/client.go +++ b/examples/o2o2types/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/config.go b/examples/o2o2types/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/o2o2types/ent/config.go +++ b/examples/o2o2types/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/context.go b/examples/o2o2types/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/o2o2types/ent/context.go +++ b/examples/o2o2types/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/ent.go b/examples/o2o2types/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/o2o2types/ent/ent.go +++ b/examples/o2o2types/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/example_test.go b/examples/o2o2types/ent/example_test.go index 24451d707..ce17d8d81 100644 --- a/examples/o2o2types/ent/example_test.go +++ b/examples/o2o2types/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/generate.go b/examples/o2o2types/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/o2o2types/ent/generate.go +++ b/examples/o2o2types/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2o2types/ent/migrate/migrate.go b/examples/o2o2types/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/o2o2types/ent/migrate/migrate.go +++ b/examples/o2o2types/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2o2types/ent/migrate/schema.go b/examples/o2o2types/ent/migrate/schema.go index f51f31271..800d877a0 100644 --- a/examples/o2o2types/ent/migrate/schema.go +++ b/examples/o2o2types/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2o2types/ent/predicate/predicate.go b/examples/o2o2types/ent/predicate/predicate.go index edf3e2243..8aeaf6276 100644 --- a/examples/o2o2types/ent/predicate/predicate.go +++ b/examples/o2o2types/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/o2o2types/ent/tx.go b/examples/o2o2types/ent/tx.go index 9c4c56647..21b2781f6 100644 --- a/examples/o2o2types/ent/tx.go +++ b/examples/o2o2types/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/user.go b/examples/o2o2types/ent/user.go index eccaf6eb0..227debdc5 100644 --- a/examples/o2o2types/ent/user.go +++ b/examples/o2o2types/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/user/user.go b/examples/o2o2types/ent/user/user.go index 6c290d6a2..485e94e86 100644 --- a/examples/o2o2types/ent/user/user.go +++ b/examples/o2o2types/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/o2o2types/ent/user/where.go b/examples/o2o2types/ent/user/where.go index 74f3ec654..c4669b971 100644 --- a/examples/o2o2types/ent/user/where.go +++ b/examples/o2o2types/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/o2o2types/ent/user_create.go b/examples/o2o2types/ent/user_create.go index 3c08e1c1b..f2524cd01 100644 --- a/examples/o2o2types/ent/user_create.go +++ b/examples/o2o2types/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/user_delete.go b/examples/o2o2types/ent/user_delete.go index b4378f9cd..61eff044f 100644 --- a/examples/o2o2types/ent/user_delete.go +++ b/examples/o2o2types/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/user_query.go b/examples/o2o2types/ent/user_query.go index 130733728..3bb4c44f5 100644 --- a/examples/o2o2types/ent/user_query.go +++ b/examples/o2o2types/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2o2types/ent/user_update.go b/examples/o2o2types/ent/user_update.go index f19cec8d4..4befced0d 100644 --- a/examples/o2o2types/ent/user_update.go +++ b/examples/o2o2types/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/client.go b/examples/o2obidi/ent/client.go index 9dd77bd95..07a834183 100644 --- a/examples/o2obidi/ent/client.go +++ b/examples/o2obidi/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/config.go b/examples/o2obidi/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/o2obidi/ent/config.go +++ b/examples/o2obidi/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/context.go b/examples/o2obidi/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/o2obidi/ent/context.go +++ b/examples/o2obidi/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/ent.go b/examples/o2obidi/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/o2obidi/ent/ent.go +++ b/examples/o2obidi/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/example_test.go b/examples/o2obidi/ent/example_test.go index ac0f9c4c9..f1c36dea5 100644 --- a/examples/o2obidi/ent/example_test.go +++ b/examples/o2obidi/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/generate.go b/examples/o2obidi/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/o2obidi/ent/generate.go +++ b/examples/o2obidi/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2obidi/ent/migrate/migrate.go b/examples/o2obidi/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/o2obidi/ent/migrate/migrate.go +++ b/examples/o2obidi/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2obidi/ent/migrate/schema.go b/examples/o2obidi/ent/migrate/schema.go index 04f4d8b09..e54739293 100644 --- a/examples/o2obidi/ent/migrate/schema.go +++ b/examples/o2obidi/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2obidi/ent/predicate/predicate.go b/examples/o2obidi/ent/predicate/predicate.go index 1226d0823..0af459cef 100644 --- a/examples/o2obidi/ent/predicate/predicate.go +++ b/examples/o2obidi/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/o2obidi/ent/tx.go b/examples/o2obidi/ent/tx.go index 5b439e229..b6cd96d38 100644 --- a/examples/o2obidi/ent/tx.go +++ b/examples/o2obidi/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/user.go b/examples/o2obidi/ent/user.go index cab80a269..81d28d0b9 100644 --- a/examples/o2obidi/ent/user.go +++ b/examples/o2obidi/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/user/user.go b/examples/o2obidi/ent/user/user.go index 424f0291f..48b6d17e9 100644 --- a/examples/o2obidi/ent/user/user.go +++ b/examples/o2obidi/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/o2obidi/ent/user/where.go b/examples/o2obidi/ent/user/where.go index d88ddc613..8527e4f84 100644 --- a/examples/o2obidi/ent/user/where.go +++ b/examples/o2obidi/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/o2obidi/ent/user_create.go b/examples/o2obidi/ent/user_create.go index e530ad06a..663dbf97e 100644 --- a/examples/o2obidi/ent/user_create.go +++ b/examples/o2obidi/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/user_delete.go b/examples/o2obidi/ent/user_delete.go index cd8582b6b..432d4cc90 100644 --- a/examples/o2obidi/ent/user_delete.go +++ b/examples/o2obidi/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/user_query.go b/examples/o2obidi/ent/user_query.go index fa807fc58..98d210dcc 100644 --- a/examples/o2obidi/ent/user_query.go +++ b/examples/o2obidi/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2obidi/ent/user_update.go b/examples/o2obidi/ent/user_update.go index f7ecaa4ba..221b2a20f 100644 --- a/examples/o2obidi/ent/user_update.go +++ b/examples/o2obidi/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/client.go b/examples/o2orecur/ent/client.go index 67f21c594..b01c46c29 100644 --- a/examples/o2orecur/ent/client.go +++ b/examples/o2orecur/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/config.go b/examples/o2orecur/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/o2orecur/ent/config.go +++ b/examples/o2orecur/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/context.go b/examples/o2orecur/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/o2orecur/ent/context.go +++ b/examples/o2orecur/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/ent.go b/examples/o2orecur/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/o2orecur/ent/ent.go +++ b/examples/o2orecur/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/example_test.go b/examples/o2orecur/ent/example_test.go index d41077964..79aae9427 100644 --- a/examples/o2orecur/ent/example_test.go +++ b/examples/o2orecur/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/generate.go b/examples/o2orecur/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/o2orecur/ent/generate.go +++ b/examples/o2orecur/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2orecur/ent/migrate/migrate.go b/examples/o2orecur/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/o2orecur/ent/migrate/migrate.go +++ b/examples/o2orecur/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2orecur/ent/migrate/schema.go b/examples/o2orecur/ent/migrate/schema.go index d468e4c24..8d1a24fcc 100644 --- a/examples/o2orecur/ent/migrate/schema.go +++ b/examples/o2orecur/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/o2orecur/ent/node.go b/examples/o2orecur/ent/node.go index d00413a6b..1a426c9e2 100644 --- a/examples/o2orecur/ent/node.go +++ b/examples/o2orecur/ent/node.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/node/node.go b/examples/o2orecur/ent/node/node.go index dbde31aac..64bbdf029 100644 --- a/examples/o2orecur/ent/node/node.go +++ b/examples/o2orecur/ent/node/node.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package node diff --git a/examples/o2orecur/ent/node/where.go b/examples/o2orecur/ent/node/where.go index 826e9c00b..29e29dbc6 100644 --- a/examples/o2orecur/ent/node/where.go +++ b/examples/o2orecur/ent/node/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package node diff --git a/examples/o2orecur/ent/node_create.go b/examples/o2orecur/ent/node_create.go index 06333479e..26b26718d 100644 --- a/examples/o2orecur/ent/node_create.go +++ b/examples/o2orecur/ent/node_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/node_delete.go b/examples/o2orecur/ent/node_delete.go index 308d45143..7637493e8 100644 --- a/examples/o2orecur/ent/node_delete.go +++ b/examples/o2orecur/ent/node_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/node_query.go b/examples/o2orecur/ent/node_query.go index 591955ccf..b82b545be 100644 --- a/examples/o2orecur/ent/node_query.go +++ b/examples/o2orecur/ent/node_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/node_update.go b/examples/o2orecur/ent/node_update.go index dec53d2c1..054be5abb 100644 --- a/examples/o2orecur/ent/node_update.go +++ b/examples/o2orecur/ent/node_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/o2orecur/ent/predicate/predicate.go b/examples/o2orecur/ent/predicate/predicate.go index 95e9c3893..8b3395a2c 100644 --- a/examples/o2orecur/ent/predicate/predicate.go +++ b/examples/o2orecur/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/o2orecur/ent/tx.go b/examples/o2orecur/ent/tx.go index f4fe4ed19..a5d3a13e9 100644 --- a/examples/o2orecur/ent/tx.go +++ b/examples/o2orecur/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/car.go b/examples/start/ent/car.go index 3a986d8f0..7485d5c30 100644 --- a/examples/start/ent/car.go +++ b/examples/start/ent/car.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/car/car.go b/examples/start/ent/car/car.go index fb740ba5d..f53125a16 100644 --- a/examples/start/ent/car/car.go +++ b/examples/start/ent/car/car.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package car diff --git a/examples/start/ent/car/where.go b/examples/start/ent/car/where.go index 846fdb356..e4502e712 100644 --- a/examples/start/ent/car/where.go +++ b/examples/start/ent/car/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package car diff --git a/examples/start/ent/car_create.go b/examples/start/ent/car_create.go index f8b4046c6..def679c5f 100644 --- a/examples/start/ent/car_create.go +++ b/examples/start/ent/car_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/car_delete.go b/examples/start/ent/car_delete.go index 16e8f119b..a3bc1a694 100644 --- a/examples/start/ent/car_delete.go +++ b/examples/start/ent/car_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/car_query.go b/examples/start/ent/car_query.go index 0d5e283ed..325b71445 100644 --- a/examples/start/ent/car_query.go +++ b/examples/start/ent/car_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/car_update.go b/examples/start/ent/car_update.go index fcc21925e..06c5f74bd 100644 --- a/examples/start/ent/car_update.go +++ b/examples/start/ent/car_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/client.go b/examples/start/ent/client.go index a0d0073c9..0d61857c0 100644 --- a/examples/start/ent/client.go +++ b/examples/start/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/config.go b/examples/start/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/start/ent/config.go +++ b/examples/start/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/context.go b/examples/start/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/start/ent/context.go +++ b/examples/start/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/ent.go b/examples/start/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/start/ent/ent.go +++ b/examples/start/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/example_test.go b/examples/start/ent/example_test.go index 964629914..09d0a5b34 100644 --- a/examples/start/ent/example_test.go +++ b/examples/start/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/generate.go b/examples/start/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/start/ent/generate.go +++ b/examples/start/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/start/ent/group.go b/examples/start/ent/group.go index 8cc24bec1..27245a60e 100644 --- a/examples/start/ent/group.go +++ b/examples/start/ent/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/group/group.go b/examples/start/ent/group/group.go index ce241ca50..6f76405e0 100644 --- a/examples/start/ent/group/group.go +++ b/examples/start/ent/group/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/examples/start/ent/group/where.go b/examples/start/ent/group/where.go index e63fce5ca..b7c6a2fd7 100644 --- a/examples/start/ent/group/where.go +++ b/examples/start/ent/group/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/examples/start/ent/group_create.go b/examples/start/ent/group_create.go index 5ee1004c8..6dea12cca 100644 --- a/examples/start/ent/group_create.go +++ b/examples/start/ent/group_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/group_delete.go b/examples/start/ent/group_delete.go index e47ea95f8..eeb4d8790 100644 --- a/examples/start/ent/group_delete.go +++ b/examples/start/ent/group_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/group_query.go b/examples/start/ent/group_query.go index cc3a87373..065a8cdd8 100644 --- a/examples/start/ent/group_query.go +++ b/examples/start/ent/group_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/group_update.go b/examples/start/ent/group_update.go index b9b6793b0..7aa7e4c14 100644 --- a/examples/start/ent/group_update.go +++ b/examples/start/ent/group_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/migrate/migrate.go b/examples/start/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/start/ent/migrate/migrate.go +++ b/examples/start/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/start/ent/migrate/schema.go b/examples/start/ent/migrate/schema.go index 0dc40f624..fc241988e 100644 --- a/examples/start/ent/migrate/schema.go +++ b/examples/start/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/start/ent/predicate/predicate.go b/examples/start/ent/predicate/predicate.go index ea5afe741..bf7379604 100644 --- a/examples/start/ent/predicate/predicate.go +++ b/examples/start/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/start/ent/tx.go b/examples/start/ent/tx.go index 95b1c6269..d0255131d 100644 --- a/examples/start/ent/tx.go +++ b/examples/start/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/user.go b/examples/start/ent/user.go index 7f50f45a0..a34a88e85 100644 --- a/examples/start/ent/user.go +++ b/examples/start/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/user/user.go b/examples/start/ent/user/user.go index 61d1d2a6f..eebc02d7b 100644 --- a/examples/start/ent/user/user.go +++ b/examples/start/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/start/ent/user/where.go b/examples/start/ent/user/where.go index 16dc3c932..cdf14effe 100644 --- a/examples/start/ent/user/where.go +++ b/examples/start/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/start/ent/user_create.go b/examples/start/ent/user_create.go index bf8267d75..ae1ac316d 100644 --- a/examples/start/ent/user_create.go +++ b/examples/start/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/user_delete.go b/examples/start/ent/user_delete.go index 7d21c4821..3ab5efd1b 100644 --- a/examples/start/ent/user_delete.go +++ b/examples/start/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/user_query.go b/examples/start/ent/user_query.go index 4b21ecb9b..d4ed79e48 100644 --- a/examples/start/ent/user_query.go +++ b/examples/start/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/start/ent/user_update.go b/examples/start/ent/user_update.go index cee0a56bb..3ceca8ba4 100644 --- a/examples/start/ent/user_update.go +++ b/examples/start/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/client.go b/examples/traversal/ent/client.go index 29203fcca..48da43f0d 100644 --- a/examples/traversal/ent/client.go +++ b/examples/traversal/ent/client.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/config.go b/examples/traversal/ent/config.go index 1a5d585d1..dd64c4cf6 100644 --- a/examples/traversal/ent/config.go +++ b/examples/traversal/ent/config.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/context.go b/examples/traversal/ent/context.go index c6a16805e..57ecd33b3 100644 --- a/examples/traversal/ent/context.go +++ b/examples/traversal/ent/context.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/ent.go b/examples/traversal/ent/ent.go index 18e9fcdcd..7b6383b09 100644 --- a/examples/traversal/ent/ent.go +++ b/examples/traversal/ent/ent.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/example_test.go b/examples/traversal/ent/example_test.go index 56c85af10..5f9894e08 100644 --- a/examples/traversal/ent/example_test.go +++ b/examples/traversal/ent/example_test.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/generate.go b/examples/traversal/ent/generate.go index 076564b64..26146318a 100644 --- a/examples/traversal/ent/generate.go +++ b/examples/traversal/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated (@generated) by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/traversal/ent/group.go b/examples/traversal/ent/group.go index b8064b0cf..6edee4566 100644 --- a/examples/traversal/ent/group.go +++ b/examples/traversal/ent/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/group/group.go b/examples/traversal/ent/group/group.go index 71e84288b..a0e487cb6 100644 --- a/examples/traversal/ent/group/group.go +++ b/examples/traversal/ent/group/group.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/examples/traversal/ent/group/where.go b/examples/traversal/ent/group/where.go index ca438e3ae..4b0d02d38 100644 --- a/examples/traversal/ent/group/where.go +++ b/examples/traversal/ent/group/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package group diff --git a/examples/traversal/ent/group_create.go b/examples/traversal/ent/group_create.go index 7c703fc56..530175837 100644 --- a/examples/traversal/ent/group_create.go +++ b/examples/traversal/ent/group_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/group_delete.go b/examples/traversal/ent/group_delete.go index be3bf7700..537deb8b1 100644 --- a/examples/traversal/ent/group_delete.go +++ b/examples/traversal/ent/group_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/group_query.go b/examples/traversal/ent/group_query.go index 8b5a28bf4..93474fa40 100644 --- a/examples/traversal/ent/group_query.go +++ b/examples/traversal/ent/group_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/group_update.go b/examples/traversal/ent/group_update.go index 91e85e6c1..8bd541474 100644 --- a/examples/traversal/ent/group_update.go +++ b/examples/traversal/ent/group_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/migrate/migrate.go b/examples/traversal/ent/migrate/migrate.go index 7991000b1..179bee666 100644 --- a/examples/traversal/ent/migrate/migrate.go +++ b/examples/traversal/ent/migrate/migrate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/traversal/ent/migrate/schema.go b/examples/traversal/ent/migrate/schema.go index d19ed745b..c5ea3cd5f 100644 --- a/examples/traversal/ent/migrate/schema.go +++ b/examples/traversal/ent/migrate/schema.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package migrate diff --git a/examples/traversal/ent/pet.go b/examples/traversal/ent/pet.go index dbbdd8dd4..8916f1297 100644 --- a/examples/traversal/ent/pet.go +++ b/examples/traversal/ent/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/pet/pet.go b/examples/traversal/ent/pet/pet.go index 601db95e0..d0d35939a 100644 --- a/examples/traversal/ent/pet/pet.go +++ b/examples/traversal/ent/pet/pet.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/examples/traversal/ent/pet/where.go b/examples/traversal/ent/pet/where.go index bee38d243..bad8307ec 100644 --- a/examples/traversal/ent/pet/where.go +++ b/examples/traversal/ent/pet/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package pet diff --git a/examples/traversal/ent/pet_create.go b/examples/traversal/ent/pet_create.go index 6a141095c..723eac76e 100644 --- a/examples/traversal/ent/pet_create.go +++ b/examples/traversal/ent/pet_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/pet_delete.go b/examples/traversal/ent/pet_delete.go index ccc6a0fe2..c3e59df9c 100644 --- a/examples/traversal/ent/pet_delete.go +++ b/examples/traversal/ent/pet_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/pet_query.go b/examples/traversal/ent/pet_query.go index 3fd4154ee..7c627af10 100644 --- a/examples/traversal/ent/pet_query.go +++ b/examples/traversal/ent/pet_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/pet_update.go b/examples/traversal/ent/pet_update.go index 958bb170f..c8785012c 100644 --- a/examples/traversal/ent/pet_update.go +++ b/examples/traversal/ent/pet_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/predicate/predicate.go b/examples/traversal/ent/predicate/predicate.go index a904498f5..8b5bcc6d5 100644 --- a/examples/traversal/ent/predicate/predicate.go +++ b/examples/traversal/ent/predicate/predicate.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package predicate diff --git a/examples/traversal/ent/tx.go b/examples/traversal/ent/tx.go index 92d8453b3..00b4ad30d 100644 --- a/examples/traversal/ent/tx.go +++ b/examples/traversal/ent/tx.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/user.go b/examples/traversal/ent/user.go index aa29bd1b9..6ba66355d 100644 --- a/examples/traversal/ent/user.go +++ b/examples/traversal/ent/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/user/user.go b/examples/traversal/ent/user/user.go index 6a9f1bcc9..e3b5c50cc 100644 --- a/examples/traversal/ent/user/user.go +++ b/examples/traversal/ent/user/user.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/traversal/ent/user/where.go b/examples/traversal/ent/user/where.go index 11e2ec3d8..18b1f1a6d 100644 --- a/examples/traversal/ent/user/where.go +++ b/examples/traversal/ent/user/where.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package user diff --git a/examples/traversal/ent/user_create.go b/examples/traversal/ent/user_create.go index 96bce37d4..30d94ea8f 100644 --- a/examples/traversal/ent/user_create.go +++ b/examples/traversal/ent/user_create.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/user_delete.go b/examples/traversal/ent/user_delete.go index d6c5f8289..b13693262 100644 --- a/examples/traversal/ent/user_delete.go +++ b/examples/traversal/ent/user_delete.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/user_query.go b/examples/traversal/ent/user_query.go index adc529846..4b05a0331 100644 --- a/examples/traversal/ent/user_query.go +++ b/examples/traversal/ent/user_query.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent diff --git a/examples/traversal/ent/user_update.go b/examples/traversal/ent/user_update.go index 2e22d9a82..ba694afc6 100644 --- a/examples/traversal/ent/user_update.go +++ b/examples/traversal/ent/user_update.go @@ -2,7 +2,7 @@ // This source code is licensed under the Apache 2.0 license found // in the LICENSE file in the root directory of this source tree. -// Code generated (@generated) by entc, DO NOT EDIT. +// Code generated by entc, DO NOT EDIT. package ent