mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
entc: abandon plugins
Summary: Go plugin is not a good solution for both internal and external usage. It's hard to manage and maintain matching versions (both Go and external libraries), and it does not support Windows. Reviewed By: alexsn Differential Revision: D16582217 fbshipit-source-id: 81876d2c6f30bbfc16ecf9e5000f0670f2e62484
This commit is contained in:
committed by
Facebook Github Bot
parent
8cb2428ea3
commit
2c8b5a65b7
4
entc/load/testdata/invalid/schema.go
vendored
Normal file
4
entc/load/testdata/invalid/schema.go
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
package invalid
|
||||
|
||||
// User is invalid schema.
|
||||
type User struct{}
|
||||
Reference in New Issue
Block a user