cmd/ent: replace entc with ent (#989)

See #981
This commit is contained in:
Ariel Mashraki
2020-11-29 10:23:24 +02:00
committed by GitHub
parent e407098690
commit b77d2d4277
32 changed files with 361 additions and 255 deletions

View File

@@ -4,4 +4,4 @@
package ent
//go:generate go run github.com/facebook/ent/cmd/entc generate --feature privacy --header "// Copyright 2019-present Facebook Inc. 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
//go:generate go run github.com/facebook/ent/cmd/ent generate --feature privacy --header "// Copyright 2019-present Facebook Inc. 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