Files
ent/entc/internal/build/testdata/valid/schema.go
facebook-github-bot 267e3c15bd Initial commit
fbshipit-source-id: c79a38536e3c128dce1b2948615b72ec9779ed22
2019-06-16 04:37:51 -07:00

19 lines
227 B
Go

package valid
import "fbc/ent"
// User holds the user schema.
type User struct {
ent.Schema
}
// Group holds the group schema.
type Group struct {
ent.Schema
}
// Tag holds the tag schema.
type Tag struct {
ent.Schema
}