type BaseMixin struct { mixin.Schema }
BaseMixin holds the schema definition for the BaseMixin entity.
func (BaseMixin) Fields() []ent.Field
Fields of the Mixin.
type Blob struct { ent.Schema }
Blob holds the schema definition for the Blob entity.
func (Blob) Edges() []ent.Edge
Edges of the Blob.
func (Blob) Fields() []ent.Field
Fields of the Blob.
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.
func (Car) Mixin() []ent.Mixin
Mixin 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.
type IDMixin struct { mixin.Schema }
func (IDMixin) Fields() []ent.Field
type MixinID struct { ent.Schema }
MixinID holds the schema definition for the MixinID entity.
func (MixinID) Fields() []ent.Field
Fields of the MixinID.
func (MixinID) Indexes() []ent.Index
Indexes of the MixinID
func (MixinID) Mixin() []ent.Mixin
Mixin of MixinID
type Pet struct { ent.Schema }
Pet holds the schema definition for the Pet entity.
func (Pet) Edges() []ent.Edge
Edges of the Pet.
func (Pet) Fields() []ent.Field
Fields of the Pet.
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.