go generate ent schema
This commit is contained in:
parent
c2369cca8a
commit
6943eb83f4
26 changed files with 7831 additions and 0 deletions
10
ent/runtime/runtime.go
Normal file
10
ent/runtime/runtime.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package runtime
|
||||
|
||||
// The schema-stitching logic is generated in code.icod.de/auth/accountserver/ent/runtime.go
|
||||
|
||||
const (
|
||||
Version = "v0.14.0" // Version of ent codegen.
|
||||
Sum = "h1:EO3Z9aZ5bXJatJeGqu/EVdnNr6K4mRq3rWe5owt0MC4=" // Sum of ent codegen.
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue