1
0
This commit is contained in:
2022-08-31 15:18:14 +09:00
commit d40e30944b
61 changed files with 21400 additions and 0 deletions

10
ent/runtime/runtime.go Normal file
View File

@ -0,0 +1,10 @@
// Code generated by entc, DO NOT EDIT.
package runtime
// The schema-stitching logic is generated in t/ent/runtime.go
const (
Version = "v0.10.0" // Version of ent codegen.
Sum = "h1:9cBomE1fh+WX34DPYQL7tDNAIvhKa3tXvwxuLyhYCMo=" // Sum of ent codegen.
)