package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Apr 12, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 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.
func (Card) Indexes() []ent.Index
Indexes of the Card.
type Info struct {
ent.Schema
}
Info holds the schema definition for the Info entity.
func (Info) Edges() []ent.Edge
func (Info) Fields() []ent.Field
type Metadata struct {
ent.Schema
}
Metadata holds the schema definition for the Metadata entity.
type Node struct {
ent.Schema
}
Node holds the schema definition for the Node entity.
func (Node) Edges() []ent.Edge
Edges of the Node.
func (Node) Fields() []ent.Field
Fields of the Node.
type Pet struct {
ent.Schema
}
Pet holds the schema definition for the Pet entity.
func (Pet) Edges() []ent.Edge
Edges of the Dog.
func (Pet) Fields() []ent.Field
Fields of the Pet.
type Post struct {
ent.Schema
}
Post holds the schema definition for the Post entity.
func (Post) Edges() []ent.Edge
Edges of the Post.
func (Post) Fields() []ent.Field
Fields of the Post.
func (Post) Indexes() []ent.Index
Indexes of the Post.
type Rental struct {
ent.Schema
}
Rental holds the schema definition for the Rental entity.
func (Rental) Edges() []ent.Edge
Edges of the Rental.
func (Rental) Fields() []ent.Field
Fields of the Rental.
func (Rental) Indexes() []ent.Index
Indexes of the Rental.
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.