init: create project
This commit is contained in:
9
server/ent/runtime.go
Normal file
9
server/ent/runtime.go
Normal file
@ -0,0 +1,9 @@
|
||||
// Code generated by entc, DO NOT EDIT.
|
||||
|
||||
package ent
|
||||
|
||||
// The init function reads all schema descriptors with runtime code
|
||||
// (default values, validators, hooks and policies) and stitches it
|
||||
// to their package variables.
|
||||
func init() {
|
||||
}
|
Reference in New Issue
Block a user