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 }