type Car struct { ent.Schema }
Car holds the schema definition for the Car entity.
func (Car) Edges() []ent.Edge
Edges of the Car.
func (Car) Fields() []ent.Field
Fields of the Car.
type Group struct { ent.Schema }
Group holds the schema definition for the Group entity.
func (Group) Edges() []ent.Edge
Edges of the Group.
func (Group) Fields() []ent.Field
Fields of the Group. Fields of the Group.
type User struct { ent.Schema }
User holds the schema definition for the User entity.
func (User) Edges() []ent.Edge
Edges of the User.
func (User) Fields() []ent.Field
Fields of the User.