type Card struct { ent.Schema }
Card holds the schema definition for the Card entity.
func (Card) Edges() []ent.Edge
Edges of the Card.
func (Card) Fields() []ent.Field
Fields of the Card.
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.