Documentation ¶
Index ¶
- Constants
- func IsConstraintError(err error) bool
- func IsNotFound(err error) bool
- func IsNotLoaded(err error) bool
- func IsNotSingular(err error) bool
- func IsValidationError(err error) bool
- func MaskNotFound(err error) error
- func NewContext(parent context.Context, c *Client) context.Context
- func NewTxContext(parent context.Context, tx *Tx) context.Context
- type AggregateFunc
- type AllMethodsService
- type AllMethodsServiceClient
- func (c *AllMethodsServiceClient) Create() *AllMethodsServiceCreate
- func (c *AllMethodsServiceClient) CreateBulk(builders ...*AllMethodsServiceCreate) *AllMethodsServiceCreateBulk
- func (c *AllMethodsServiceClient) Delete() *AllMethodsServiceDelete
- func (c *AllMethodsServiceClient) DeleteOne(ams *AllMethodsService) *AllMethodsServiceDeleteOne
- func (c *AllMethodsServiceClient) DeleteOneID(id int) *AllMethodsServiceDeleteOne
- func (c *AllMethodsServiceClient) Get(ctx context.Context, id int) (*AllMethodsService, error)
- func (c *AllMethodsServiceClient) GetX(ctx context.Context, id int) *AllMethodsService
- func (c *AllMethodsServiceClient) Hooks() []Hook
- func (c *AllMethodsServiceClient) Query() *AllMethodsServiceQuery
- func (c *AllMethodsServiceClient) Update() *AllMethodsServiceUpdate
- func (c *AllMethodsServiceClient) UpdateOne(ams *AllMethodsService) *AllMethodsServiceUpdateOne
- func (c *AllMethodsServiceClient) UpdateOneID(id int) *AllMethodsServiceUpdateOne
- func (c *AllMethodsServiceClient) Use(hooks ...Hook)
- type AllMethodsServiceCreate
- func (amsc *AllMethodsServiceCreate) Exec(ctx context.Context) error
- func (amsc *AllMethodsServiceCreate) ExecX(ctx context.Context)
- func (amsc *AllMethodsServiceCreate) Mutation() *AllMethodsServiceMutation
- func (amsc *AllMethodsServiceCreate) Save(ctx context.Context) (*AllMethodsService, error)
- func (amsc *AllMethodsServiceCreate) SaveX(ctx context.Context) *AllMethodsService
- type AllMethodsServiceCreateBulk
- func (amscb *AllMethodsServiceCreateBulk) Exec(ctx context.Context) error
- func (amscb *AllMethodsServiceCreateBulk) ExecX(ctx context.Context)
- func (amscb *AllMethodsServiceCreateBulk) Save(ctx context.Context) ([]*AllMethodsService, error)
- func (amscb *AllMethodsServiceCreateBulk) SaveX(ctx context.Context) []*AllMethodsService
- type AllMethodsServiceDelete
- type AllMethodsServiceDeleteOne
- type AllMethodsServiceGroupBy
- func (amsgb *AllMethodsServiceGroupBy) Aggregate(fns ...AggregateFunc) *AllMethodsServiceGroupBy
- func (s *AllMethodsServiceGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *AllMethodsServiceGroupBy) BoolX(ctx context.Context) bool
- func (s *AllMethodsServiceGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *AllMethodsServiceGroupBy) BoolsX(ctx context.Context) []bool
- func (s *AllMethodsServiceGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *AllMethodsServiceGroupBy) Float64X(ctx context.Context) float64
- func (s *AllMethodsServiceGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *AllMethodsServiceGroupBy) Float64sX(ctx context.Context) []float64
- func (s *AllMethodsServiceGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *AllMethodsServiceGroupBy) IntX(ctx context.Context) int
- func (s *AllMethodsServiceGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *AllMethodsServiceGroupBy) IntsX(ctx context.Context) []int
- func (amsgb *AllMethodsServiceGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *AllMethodsServiceGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *AllMethodsServiceGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *AllMethodsServiceGroupBy) StringX(ctx context.Context) string
- func (s *AllMethodsServiceGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *AllMethodsServiceGroupBy) StringsX(ctx context.Context) []string
- type AllMethodsServiceMutation
- func (m *AllMethodsServiceMutation) AddField(name string, value ent.Value) error
- func (m *AllMethodsServiceMutation) AddedEdges() []string
- func (m *AllMethodsServiceMutation) AddedField(name string) (ent.Value, bool)
- func (m *AllMethodsServiceMutation) AddedFields() []string
- func (m *AllMethodsServiceMutation) AddedIDs(name string) []ent.Value
- func (m *AllMethodsServiceMutation) ClearEdge(name string) error
- func (m *AllMethodsServiceMutation) ClearField(name string) error
- func (m *AllMethodsServiceMutation) ClearedEdges() []string
- func (m *AllMethodsServiceMutation) ClearedFields() []string
- func (m AllMethodsServiceMutation) Client() *Client
- func (m *AllMethodsServiceMutation) EdgeCleared(name string) bool
- func (m *AllMethodsServiceMutation) Field(name string) (ent.Value, bool)
- func (m *AllMethodsServiceMutation) FieldCleared(name string) bool
- func (m *AllMethodsServiceMutation) Fields() []string
- func (m *AllMethodsServiceMutation) ID() (id int, exists bool)
- func (m *AllMethodsServiceMutation) IDs(ctx context.Context) ([]int, error)
- func (m *AllMethodsServiceMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *AllMethodsServiceMutation) Op() Op
- func (m *AllMethodsServiceMutation) RemovedEdges() []string
- func (m *AllMethodsServiceMutation) RemovedIDs(name string) []ent.Value
- func (m *AllMethodsServiceMutation) ResetEdge(name string) error
- func (m *AllMethodsServiceMutation) ResetField(name string) error
- func (m *AllMethodsServiceMutation) SetField(name string, value ent.Value) error
- func (m AllMethodsServiceMutation) Tx() (*Tx, error)
- func (m *AllMethodsServiceMutation) Type() string
- func (m *AllMethodsServiceMutation) Where(ps ...predicate.AllMethodsService)
- type AllMethodsServiceQuery
- func (amsq *AllMethodsServiceQuery) All(ctx context.Context) ([]*AllMethodsService, error)
- func (amsq *AllMethodsServiceQuery) AllX(ctx context.Context) []*AllMethodsService
- func (amsq *AllMethodsServiceQuery) Clone() *AllMethodsServiceQuery
- func (amsq *AllMethodsServiceQuery) Count(ctx context.Context) (int, error)
- func (amsq *AllMethodsServiceQuery) CountX(ctx context.Context) int
- func (amsq *AllMethodsServiceQuery) Exist(ctx context.Context) (bool, error)
- func (amsq *AllMethodsServiceQuery) ExistX(ctx context.Context) bool
- func (amsq *AllMethodsServiceQuery) First(ctx context.Context) (*AllMethodsService, error)
- func (amsq *AllMethodsServiceQuery) FirstID(ctx context.Context) (id int, err error)
- func (amsq *AllMethodsServiceQuery) FirstIDX(ctx context.Context) int
- func (amsq *AllMethodsServiceQuery) FirstX(ctx context.Context) *AllMethodsService
- func (amsq *AllMethodsServiceQuery) GroupBy(field string, fields ...string) *AllMethodsServiceGroupBy
- func (amsq *AllMethodsServiceQuery) IDs(ctx context.Context) ([]int, error)
- func (amsq *AllMethodsServiceQuery) IDsX(ctx context.Context) []int
- func (amsq *AllMethodsServiceQuery) Limit(limit int) *AllMethodsServiceQuery
- func (amsq *AllMethodsServiceQuery) Offset(offset int) *AllMethodsServiceQuery
- func (amsq *AllMethodsServiceQuery) Only(ctx context.Context) (*AllMethodsService, error)
- func (amsq *AllMethodsServiceQuery) OnlyID(ctx context.Context) (id int, err error)
- func (amsq *AllMethodsServiceQuery) OnlyIDX(ctx context.Context) int
- func (amsq *AllMethodsServiceQuery) OnlyX(ctx context.Context) *AllMethodsService
- func (amsq *AllMethodsServiceQuery) Order(o ...OrderFunc) *AllMethodsServiceQuery
- func (amsq *AllMethodsServiceQuery) Select(fields ...string) *AllMethodsServiceSelect
- func (amsq *AllMethodsServiceQuery) Unique(unique bool) *AllMethodsServiceQuery
- func (amsq *AllMethodsServiceQuery) Where(ps ...predicate.AllMethodsService) *AllMethodsServiceQuery
- type AllMethodsServiceSelect
- func (s *AllMethodsServiceSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *AllMethodsServiceSelect) BoolX(ctx context.Context) bool
- func (s *AllMethodsServiceSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *AllMethodsServiceSelect) BoolsX(ctx context.Context) []bool
- func (s *AllMethodsServiceSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *AllMethodsServiceSelect) Float64X(ctx context.Context) float64
- func (s *AllMethodsServiceSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *AllMethodsServiceSelect) Float64sX(ctx context.Context) []float64
- func (s *AllMethodsServiceSelect) Int(ctx context.Context) (_ int, err error)
- func (s *AllMethodsServiceSelect) IntX(ctx context.Context) int
- func (s *AllMethodsServiceSelect) Ints(ctx context.Context) ([]int, error)
- func (s *AllMethodsServiceSelect) IntsX(ctx context.Context) []int
- func (amss *AllMethodsServiceSelect) Scan(ctx context.Context, v interface{}) error
- func (s *AllMethodsServiceSelect) ScanX(ctx context.Context, v interface{})
- func (s *AllMethodsServiceSelect) String(ctx context.Context) (_ string, err error)
- func (s *AllMethodsServiceSelect) StringX(ctx context.Context) string
- func (s *AllMethodsServiceSelect) Strings(ctx context.Context) ([]string, error)
- func (s *AllMethodsServiceSelect) StringsX(ctx context.Context) []string
- type AllMethodsServiceUpdate
- func (amsu *AllMethodsServiceUpdate) Exec(ctx context.Context) error
- func (amsu *AllMethodsServiceUpdate) ExecX(ctx context.Context)
- func (amsu *AllMethodsServiceUpdate) Mutation() *AllMethodsServiceMutation
- func (amsu *AllMethodsServiceUpdate) Save(ctx context.Context) (int, error)
- func (amsu *AllMethodsServiceUpdate) SaveX(ctx context.Context) int
- func (amsu *AllMethodsServiceUpdate) Where(ps ...predicate.AllMethodsService) *AllMethodsServiceUpdate
- type AllMethodsServiceUpdateOne
- func (amsuo *AllMethodsServiceUpdateOne) Exec(ctx context.Context) error
- func (amsuo *AllMethodsServiceUpdateOne) ExecX(ctx context.Context)
- func (amsuo *AllMethodsServiceUpdateOne) Mutation() *AllMethodsServiceMutation
- func (amsuo *AllMethodsServiceUpdateOne) Save(ctx context.Context) (*AllMethodsService, error)
- func (amsuo *AllMethodsServiceUpdateOne) SaveX(ctx context.Context) *AllMethodsService
- func (amsuo *AllMethodsServiceUpdateOne) Select(field string, fields ...string) *AllMethodsServiceUpdateOne
- type AllMethodsServices
- type BlogPost
- type BlogPostClient
- func (c *BlogPostClient) Create() *BlogPostCreate
- func (c *BlogPostClient) CreateBulk(builders ...*BlogPostCreate) *BlogPostCreateBulk
- func (c *BlogPostClient) Delete() *BlogPostDelete
- func (c *BlogPostClient) DeleteOne(bp *BlogPost) *BlogPostDeleteOne
- func (c *BlogPostClient) DeleteOneID(id int) *BlogPostDeleteOne
- func (c *BlogPostClient) Get(ctx context.Context, id int) (*BlogPost, error)
- func (c *BlogPostClient) GetX(ctx context.Context, id int) *BlogPost
- func (c *BlogPostClient) Hooks() []Hook
- func (c *BlogPostClient) Query() *BlogPostQuery
- func (c *BlogPostClient) QueryAuthor(bp *BlogPost) *UserQuery
- func (c *BlogPostClient) QueryCategories(bp *BlogPost) *CategoryQuery
- func (c *BlogPostClient) Update() *BlogPostUpdate
- func (c *BlogPostClient) UpdateOne(bp *BlogPost) *BlogPostUpdateOne
- func (c *BlogPostClient) UpdateOneID(id int) *BlogPostUpdateOne
- func (c *BlogPostClient) Use(hooks ...Hook)
- type BlogPostCreate
- func (bpc *BlogPostCreate) AddCategories(c ...*Category) *BlogPostCreate
- func (bpc *BlogPostCreate) AddCategoryIDs(ids ...int) *BlogPostCreate
- func (bpc *BlogPostCreate) Exec(ctx context.Context) error
- func (bpc *BlogPostCreate) ExecX(ctx context.Context)
- func (bpc *BlogPostCreate) Mutation() *BlogPostMutation
- func (bpc *BlogPostCreate) Save(ctx context.Context) (*BlogPost, error)
- func (bpc *BlogPostCreate) SaveX(ctx context.Context) *BlogPost
- func (bpc *BlogPostCreate) SetAuthor(u *User) *BlogPostCreate
- func (bpc *BlogPostCreate) SetAuthorID(id int) *BlogPostCreate
- func (bpc *BlogPostCreate) SetBody(s string) *BlogPostCreate
- func (bpc *BlogPostCreate) SetExternalID(i int) *BlogPostCreate
- func (bpc *BlogPostCreate) SetNillableAuthorID(id *int) *BlogPostCreate
- func (bpc *BlogPostCreate) SetTitle(s string) *BlogPostCreate
- type BlogPostCreateBulk
- type BlogPostDelete
- type BlogPostDeleteOne
- type BlogPostEdges
- type BlogPostGroupBy
- func (bpgb *BlogPostGroupBy) Aggregate(fns ...AggregateFunc) *BlogPostGroupBy
- func (s *BlogPostGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *BlogPostGroupBy) BoolX(ctx context.Context) bool
- func (s *BlogPostGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *BlogPostGroupBy) BoolsX(ctx context.Context) []bool
- func (s *BlogPostGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *BlogPostGroupBy) Float64X(ctx context.Context) float64
- func (s *BlogPostGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *BlogPostGroupBy) Float64sX(ctx context.Context) []float64
- func (s *BlogPostGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *BlogPostGroupBy) IntX(ctx context.Context) int
- func (s *BlogPostGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *BlogPostGroupBy) IntsX(ctx context.Context) []int
- func (bpgb *BlogPostGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *BlogPostGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *BlogPostGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *BlogPostGroupBy) StringX(ctx context.Context) string
- func (s *BlogPostGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *BlogPostGroupBy) StringsX(ctx context.Context) []string
- type BlogPostMutation
- func (m *BlogPostMutation) AddCategoryIDs(ids ...int)
- func (m *BlogPostMutation) AddExternalID(i int)
- func (m *BlogPostMutation) AddField(name string, value ent.Value) error
- func (m *BlogPostMutation) AddedEdges() []string
- func (m *BlogPostMutation) AddedExternalID() (r int, exists bool)
- func (m *BlogPostMutation) AddedField(name string) (ent.Value, bool)
- func (m *BlogPostMutation) AddedFields() []string
- func (m *BlogPostMutation) AddedIDs(name string) []ent.Value
- func (m *BlogPostMutation) AuthorCleared() bool
- func (m *BlogPostMutation) AuthorID() (id int, exists bool)
- func (m *BlogPostMutation) AuthorIDs() (ids []int)
- func (m *BlogPostMutation) Body() (r string, exists bool)
- func (m *BlogPostMutation) CategoriesCleared() bool
- func (m *BlogPostMutation) CategoriesIDs() (ids []int)
- func (m *BlogPostMutation) ClearAuthor()
- func (m *BlogPostMutation) ClearCategories()
- func (m *BlogPostMutation) ClearEdge(name string) error
- func (m *BlogPostMutation) ClearField(name string) error
- func (m *BlogPostMutation) ClearedEdges() []string
- func (m *BlogPostMutation) ClearedFields() []string
- func (m BlogPostMutation) Client() *Client
- func (m *BlogPostMutation) EdgeCleared(name string) bool
- func (m *BlogPostMutation) ExternalID() (r int, exists bool)
- func (m *BlogPostMutation) Field(name string) (ent.Value, bool)
- func (m *BlogPostMutation) FieldCleared(name string) bool
- func (m *BlogPostMutation) Fields() []string
- func (m *BlogPostMutation) ID() (id int, exists bool)
- func (m *BlogPostMutation) IDs(ctx context.Context) ([]int, error)
- func (m *BlogPostMutation) OldBody(ctx context.Context) (v string, err error)
- func (m *BlogPostMutation) OldExternalID(ctx context.Context) (v int, err error)
- func (m *BlogPostMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *BlogPostMutation) OldTitle(ctx context.Context) (v string, err error)
- func (m *BlogPostMutation) Op() Op
- func (m *BlogPostMutation) RemoveCategoryIDs(ids ...int)
- func (m *BlogPostMutation) RemovedCategoriesIDs() (ids []int)
- func (m *BlogPostMutation) RemovedEdges() []string
- func (m *BlogPostMutation) RemovedIDs(name string) []ent.Value
- func (m *BlogPostMutation) ResetAuthor()
- func (m *BlogPostMutation) ResetBody()
- func (m *BlogPostMutation) ResetCategories()
- func (m *BlogPostMutation) ResetEdge(name string) error
- func (m *BlogPostMutation) ResetExternalID()
- func (m *BlogPostMutation) ResetField(name string) error
- func (m *BlogPostMutation) ResetTitle()
- func (m *BlogPostMutation) SetAuthorID(id int)
- func (m *BlogPostMutation) SetBody(s string)
- func (m *BlogPostMutation) SetExternalID(i int)
- func (m *BlogPostMutation) SetField(name string, value ent.Value) error
- func (m *BlogPostMutation) SetTitle(s string)
- func (m *BlogPostMutation) Title() (r string, exists bool)
- func (m BlogPostMutation) Tx() (*Tx, error)
- func (m *BlogPostMutation) Type() string
- func (m *BlogPostMutation) Where(ps ...predicate.BlogPost)
- type BlogPostQuery
- func (bpq *BlogPostQuery) All(ctx context.Context) ([]*BlogPost, error)
- func (bpq *BlogPostQuery) AllX(ctx context.Context) []*BlogPost
- func (bpq *BlogPostQuery) Clone() *BlogPostQuery
- func (bpq *BlogPostQuery) Count(ctx context.Context) (int, error)
- func (bpq *BlogPostQuery) CountX(ctx context.Context) int
- func (bpq *BlogPostQuery) Exist(ctx context.Context) (bool, error)
- func (bpq *BlogPostQuery) ExistX(ctx context.Context) bool
- func (bpq *BlogPostQuery) First(ctx context.Context) (*BlogPost, error)
- func (bpq *BlogPostQuery) FirstID(ctx context.Context) (id int, err error)
- func (bpq *BlogPostQuery) FirstIDX(ctx context.Context) int
- func (bpq *BlogPostQuery) FirstX(ctx context.Context) *BlogPost
- func (bpq *BlogPostQuery) GroupBy(field string, fields ...string) *BlogPostGroupBy
- func (bpq *BlogPostQuery) IDs(ctx context.Context) ([]int, error)
- func (bpq *BlogPostQuery) IDsX(ctx context.Context) []int
- func (bpq *BlogPostQuery) Limit(limit int) *BlogPostQuery
- func (bpq *BlogPostQuery) Offset(offset int) *BlogPostQuery
- func (bpq *BlogPostQuery) Only(ctx context.Context) (*BlogPost, error)
- func (bpq *BlogPostQuery) OnlyID(ctx context.Context) (id int, err error)
- func (bpq *BlogPostQuery) OnlyIDX(ctx context.Context) int
- func (bpq *BlogPostQuery) OnlyX(ctx context.Context) *BlogPost
- func (bpq *BlogPostQuery) Order(o ...OrderFunc) *BlogPostQuery
- func (bpq *BlogPostQuery) QueryAuthor() *UserQuery
- func (bpq *BlogPostQuery) QueryCategories() *CategoryQuery
- func (bpq *BlogPostQuery) Select(fields ...string) *BlogPostSelect
- func (bpq *BlogPostQuery) Unique(unique bool) *BlogPostQuery
- func (bpq *BlogPostQuery) Where(ps ...predicate.BlogPost) *BlogPostQuery
- func (bpq *BlogPostQuery) WithAuthor(opts ...func(*UserQuery)) *BlogPostQuery
- func (bpq *BlogPostQuery) WithCategories(opts ...func(*CategoryQuery)) *BlogPostQuery
- type BlogPostSelect
- func (s *BlogPostSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *BlogPostSelect) BoolX(ctx context.Context) bool
- func (s *BlogPostSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *BlogPostSelect) BoolsX(ctx context.Context) []bool
- func (s *BlogPostSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *BlogPostSelect) Float64X(ctx context.Context) float64
- func (s *BlogPostSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *BlogPostSelect) Float64sX(ctx context.Context) []float64
- func (s *BlogPostSelect) Int(ctx context.Context) (_ int, err error)
- func (s *BlogPostSelect) IntX(ctx context.Context) int
- func (s *BlogPostSelect) Ints(ctx context.Context) ([]int, error)
- func (s *BlogPostSelect) IntsX(ctx context.Context) []int
- func (bps *BlogPostSelect) Scan(ctx context.Context, v interface{}) error
- func (s *BlogPostSelect) ScanX(ctx context.Context, v interface{})
- func (s *BlogPostSelect) String(ctx context.Context) (_ string, err error)
- func (s *BlogPostSelect) StringX(ctx context.Context) string
- func (s *BlogPostSelect) Strings(ctx context.Context) ([]string, error)
- func (s *BlogPostSelect) StringsX(ctx context.Context) []string
- type BlogPostUpdate
- func (bpu *BlogPostUpdate) AddCategories(c ...*Category) *BlogPostUpdate
- func (bpu *BlogPostUpdate) AddCategoryIDs(ids ...int) *BlogPostUpdate
- func (bpu *BlogPostUpdate) AddExternalID(i int) *BlogPostUpdate
- func (bpu *BlogPostUpdate) ClearAuthor() *BlogPostUpdate
- func (bpu *BlogPostUpdate) ClearCategories() *BlogPostUpdate
- func (bpu *BlogPostUpdate) Exec(ctx context.Context) error
- func (bpu *BlogPostUpdate) ExecX(ctx context.Context)
- func (bpu *BlogPostUpdate) Mutation() *BlogPostMutation
- func (bpu *BlogPostUpdate) RemoveCategories(c ...*Category) *BlogPostUpdate
- func (bpu *BlogPostUpdate) RemoveCategoryIDs(ids ...int) *BlogPostUpdate
- func (bpu *BlogPostUpdate) Save(ctx context.Context) (int, error)
- func (bpu *BlogPostUpdate) SaveX(ctx context.Context) int
- func (bpu *BlogPostUpdate) SetAuthor(u *User) *BlogPostUpdate
- func (bpu *BlogPostUpdate) SetAuthorID(id int) *BlogPostUpdate
- func (bpu *BlogPostUpdate) SetBody(s string) *BlogPostUpdate
- func (bpu *BlogPostUpdate) SetExternalID(i int) *BlogPostUpdate
- func (bpu *BlogPostUpdate) SetNillableAuthorID(id *int) *BlogPostUpdate
- func (bpu *BlogPostUpdate) SetTitle(s string) *BlogPostUpdate
- func (bpu *BlogPostUpdate) Where(ps ...predicate.BlogPost) *BlogPostUpdate
- type BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) AddCategories(c ...*Category) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) AddCategoryIDs(ids ...int) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) AddExternalID(i int) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) ClearAuthor() *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) ClearCategories() *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) Exec(ctx context.Context) error
- func (bpuo *BlogPostUpdateOne) ExecX(ctx context.Context)
- func (bpuo *BlogPostUpdateOne) Mutation() *BlogPostMutation
- func (bpuo *BlogPostUpdateOne) RemoveCategories(c ...*Category) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) RemoveCategoryIDs(ids ...int) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) Save(ctx context.Context) (*BlogPost, error)
- func (bpuo *BlogPostUpdateOne) SaveX(ctx context.Context) *BlogPost
- func (bpuo *BlogPostUpdateOne) Select(field string, fields ...string) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) SetAuthor(u *User) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) SetAuthorID(id int) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) SetBody(s string) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) SetExternalID(i int) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) SetNillableAuthorID(id *int) *BlogPostUpdateOne
- func (bpuo *BlogPostUpdateOne) SetTitle(s string) *BlogPostUpdateOne
- type BlogPosts
- type Categories
- type Category
- type CategoryClient
- func (c *CategoryClient) Create() *CategoryCreate
- func (c *CategoryClient) CreateBulk(builders ...*CategoryCreate) *CategoryCreateBulk
- func (c *CategoryClient) Delete() *CategoryDelete
- func (c *CategoryClient) DeleteOne(ca *Category) *CategoryDeleteOne
- func (c *CategoryClient) DeleteOneID(id int) *CategoryDeleteOne
- func (c *CategoryClient) Get(ctx context.Context, id int) (*Category, error)
- func (c *CategoryClient) GetX(ctx context.Context, id int) *Category
- func (c *CategoryClient) Hooks() []Hook
- func (c *CategoryClient) Query() *CategoryQuery
- func (c *CategoryClient) QueryBlogPosts(ca *Category) *BlogPostQuery
- func (c *CategoryClient) Update() *CategoryUpdate
- func (c *CategoryClient) UpdateOne(ca *Category) *CategoryUpdateOne
- func (c *CategoryClient) UpdateOneID(id int) *CategoryUpdateOne
- func (c *CategoryClient) Use(hooks ...Hook)
- type CategoryCreate
- func (cc *CategoryCreate) AddBlogPostIDs(ids ...int) *CategoryCreate
- func (cc *CategoryCreate) AddBlogPosts(b ...*BlogPost) *CategoryCreate
- func (cc *CategoryCreate) Exec(ctx context.Context) error
- func (cc *CategoryCreate) ExecX(ctx context.Context)
- func (cc *CategoryCreate) Mutation() *CategoryMutation
- func (cc *CategoryCreate) Save(ctx context.Context) (*Category, error)
- func (cc *CategoryCreate) SaveX(ctx context.Context) *Category
- func (cc *CategoryCreate) SetDescription(s string) *CategoryCreate
- func (cc *CategoryCreate) SetName(s string) *CategoryCreate
- type CategoryCreateBulk
- type CategoryDelete
- type CategoryDeleteOne
- type CategoryEdges
- type CategoryGroupBy
- func (cgb *CategoryGroupBy) Aggregate(fns ...AggregateFunc) *CategoryGroupBy
- func (s *CategoryGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *CategoryGroupBy) BoolX(ctx context.Context) bool
- func (s *CategoryGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *CategoryGroupBy) BoolsX(ctx context.Context) []bool
- func (s *CategoryGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *CategoryGroupBy) Float64X(ctx context.Context) float64
- func (s *CategoryGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *CategoryGroupBy) Float64sX(ctx context.Context) []float64
- func (s *CategoryGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *CategoryGroupBy) IntX(ctx context.Context) int
- func (s *CategoryGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *CategoryGroupBy) IntsX(ctx context.Context) []int
- func (cgb *CategoryGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *CategoryGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *CategoryGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *CategoryGroupBy) StringX(ctx context.Context) string
- func (s *CategoryGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *CategoryGroupBy) StringsX(ctx context.Context) []string
- type CategoryMutation
- func (m *CategoryMutation) AddBlogPostIDs(ids ...int)
- func (m *CategoryMutation) AddField(name string, value ent.Value) error
- func (m *CategoryMutation) AddedEdges() []string
- func (m *CategoryMutation) AddedField(name string) (ent.Value, bool)
- func (m *CategoryMutation) AddedFields() []string
- func (m *CategoryMutation) AddedIDs(name string) []ent.Value
- func (m *CategoryMutation) BlogPostsCleared() bool
- func (m *CategoryMutation) BlogPostsIDs() (ids []int)
- func (m *CategoryMutation) ClearBlogPosts()
- func (m *CategoryMutation) ClearEdge(name string) error
- func (m *CategoryMutation) ClearField(name string) error
- func (m *CategoryMutation) ClearedEdges() []string
- func (m *CategoryMutation) ClearedFields() []string
- func (m CategoryMutation) Client() *Client
- func (m *CategoryMutation) Description() (r string, exists bool)
- func (m *CategoryMutation) EdgeCleared(name string) bool
- func (m *CategoryMutation) Field(name string) (ent.Value, bool)
- func (m *CategoryMutation) FieldCleared(name string) bool
- func (m *CategoryMutation) Fields() []string
- func (m *CategoryMutation) ID() (id int, exists bool)
- func (m *CategoryMutation) IDs(ctx context.Context) ([]int, error)
- func (m *CategoryMutation) Name() (r string, exists bool)
- func (m *CategoryMutation) OldDescription(ctx context.Context) (v string, err error)
- func (m *CategoryMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *CategoryMutation) OldName(ctx context.Context) (v string, err error)
- func (m *CategoryMutation) Op() Op
- func (m *CategoryMutation) RemoveBlogPostIDs(ids ...int)
- func (m *CategoryMutation) RemovedBlogPostsIDs() (ids []int)
- func (m *CategoryMutation) RemovedEdges() []string
- func (m *CategoryMutation) RemovedIDs(name string) []ent.Value
- func (m *CategoryMutation) ResetBlogPosts()
- func (m *CategoryMutation) ResetDescription()
- func (m *CategoryMutation) ResetEdge(name string) error
- func (m *CategoryMutation) ResetField(name string) error
- func (m *CategoryMutation) ResetName()
- func (m *CategoryMutation) SetDescription(s string)
- func (m *CategoryMutation) SetField(name string, value ent.Value) error
- func (m *CategoryMutation) SetName(s string)
- func (m CategoryMutation) Tx() (*Tx, error)
- func (m *CategoryMutation) Type() string
- func (m *CategoryMutation) Where(ps ...predicate.Category)
- type CategoryQuery
- func (cq *CategoryQuery) All(ctx context.Context) ([]*Category, error)
- func (cq *CategoryQuery) AllX(ctx context.Context) []*Category
- func (cq *CategoryQuery) Clone() *CategoryQuery
- func (cq *CategoryQuery) Count(ctx context.Context) (int, error)
- func (cq *CategoryQuery) CountX(ctx context.Context) int
- func (cq *CategoryQuery) Exist(ctx context.Context) (bool, error)
- func (cq *CategoryQuery) ExistX(ctx context.Context) bool
- func (cq *CategoryQuery) First(ctx context.Context) (*Category, error)
- func (cq *CategoryQuery) FirstID(ctx context.Context) (id int, err error)
- func (cq *CategoryQuery) FirstIDX(ctx context.Context) int
- func (cq *CategoryQuery) FirstX(ctx context.Context) *Category
- func (cq *CategoryQuery) GroupBy(field string, fields ...string) *CategoryGroupBy
- func (cq *CategoryQuery) IDs(ctx context.Context) ([]int, error)
- func (cq *CategoryQuery) IDsX(ctx context.Context) []int
- func (cq *CategoryQuery) Limit(limit int) *CategoryQuery
- func (cq *CategoryQuery) Offset(offset int) *CategoryQuery
- func (cq *CategoryQuery) Only(ctx context.Context) (*Category, error)
- func (cq *CategoryQuery) OnlyID(ctx context.Context) (id int, err error)
- func (cq *CategoryQuery) OnlyIDX(ctx context.Context) int
- func (cq *CategoryQuery) OnlyX(ctx context.Context) *Category
- func (cq *CategoryQuery) Order(o ...OrderFunc) *CategoryQuery
- func (cq *CategoryQuery) QueryBlogPosts() *BlogPostQuery
- func (cq *CategoryQuery) Select(fields ...string) *CategorySelect
- func (cq *CategoryQuery) Unique(unique bool) *CategoryQuery
- func (cq *CategoryQuery) Where(ps ...predicate.Category) *CategoryQuery
- func (cq *CategoryQuery) WithBlogPosts(opts ...func(*BlogPostQuery)) *CategoryQuery
- type CategorySelect
- func (s *CategorySelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *CategorySelect) BoolX(ctx context.Context) bool
- func (s *CategorySelect) Bools(ctx context.Context) ([]bool, error)
- func (s *CategorySelect) BoolsX(ctx context.Context) []bool
- func (s *CategorySelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *CategorySelect) Float64X(ctx context.Context) float64
- func (s *CategorySelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *CategorySelect) Float64sX(ctx context.Context) []float64
- func (s *CategorySelect) Int(ctx context.Context) (_ int, err error)
- func (s *CategorySelect) IntX(ctx context.Context) int
- func (s *CategorySelect) Ints(ctx context.Context) ([]int, error)
- func (s *CategorySelect) IntsX(ctx context.Context) []int
- func (cs *CategorySelect) Scan(ctx context.Context, v interface{}) error
- func (s *CategorySelect) ScanX(ctx context.Context, v interface{})
- func (s *CategorySelect) String(ctx context.Context) (_ string, err error)
- func (s *CategorySelect) StringX(ctx context.Context) string
- func (s *CategorySelect) Strings(ctx context.Context) ([]string, error)
- func (s *CategorySelect) StringsX(ctx context.Context) []string
- type CategoryUpdate
- func (cu *CategoryUpdate) AddBlogPostIDs(ids ...int) *CategoryUpdate
- func (cu *CategoryUpdate) AddBlogPosts(b ...*BlogPost) *CategoryUpdate
- func (cu *CategoryUpdate) ClearBlogPosts() *CategoryUpdate
- func (cu *CategoryUpdate) Exec(ctx context.Context) error
- func (cu *CategoryUpdate) ExecX(ctx context.Context)
- func (cu *CategoryUpdate) Mutation() *CategoryMutation
- func (cu *CategoryUpdate) RemoveBlogPostIDs(ids ...int) *CategoryUpdate
- func (cu *CategoryUpdate) RemoveBlogPosts(b ...*BlogPost) *CategoryUpdate
- func (cu *CategoryUpdate) Save(ctx context.Context) (int, error)
- func (cu *CategoryUpdate) SaveX(ctx context.Context) int
- func (cu *CategoryUpdate) SetDescription(s string) *CategoryUpdate
- func (cu *CategoryUpdate) SetName(s string) *CategoryUpdate
- func (cu *CategoryUpdate) Where(ps ...predicate.Category) *CategoryUpdate
- type CategoryUpdateOne
- func (cuo *CategoryUpdateOne) AddBlogPostIDs(ids ...int) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) AddBlogPosts(b ...*BlogPost) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) ClearBlogPosts() *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) Exec(ctx context.Context) error
- func (cuo *CategoryUpdateOne) ExecX(ctx context.Context)
- func (cuo *CategoryUpdateOne) Mutation() *CategoryMutation
- func (cuo *CategoryUpdateOne) RemoveBlogPostIDs(ids ...int) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) RemoveBlogPosts(b ...*BlogPost) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) Save(ctx context.Context) (*Category, error)
- func (cuo *CategoryUpdateOne) SaveX(ctx context.Context) *Category
- func (cuo *CategoryUpdateOne) Select(field string, fields ...string) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) SetDescription(s string) *CategoryUpdateOne
- func (cuo *CategoryUpdateOne) SetName(s string) *CategoryUpdateOne
- type Client
- type CommitFunc
- type CommitHook
- type Committer
- type ConstraintError
- type DependsOnSkipped
- type DependsOnSkippedClient
- func (c *DependsOnSkippedClient) Create() *DependsOnSkippedCreate
- func (c *DependsOnSkippedClient) CreateBulk(builders ...*DependsOnSkippedCreate) *DependsOnSkippedCreateBulk
- func (c *DependsOnSkippedClient) Delete() *DependsOnSkippedDelete
- func (c *DependsOnSkippedClient) DeleteOne(dos *DependsOnSkipped) *DependsOnSkippedDeleteOne
- func (c *DependsOnSkippedClient) DeleteOneID(id int) *DependsOnSkippedDeleteOne
- func (c *DependsOnSkippedClient) Get(ctx context.Context, id int) (*DependsOnSkipped, error)
- func (c *DependsOnSkippedClient) GetX(ctx context.Context, id int) *DependsOnSkipped
- func (c *DependsOnSkippedClient) Hooks() []Hook
- func (c *DependsOnSkippedClient) Query() *DependsOnSkippedQuery
- func (c *DependsOnSkippedClient) QuerySkipped(dos *DependsOnSkipped) *ImplicitSkippedMessageQuery
- func (c *DependsOnSkippedClient) Update() *DependsOnSkippedUpdate
- func (c *DependsOnSkippedClient) UpdateOne(dos *DependsOnSkipped) *DependsOnSkippedUpdateOne
- func (c *DependsOnSkippedClient) UpdateOneID(id int) *DependsOnSkippedUpdateOne
- func (c *DependsOnSkippedClient) Use(hooks ...Hook)
- type DependsOnSkippedCreate
- func (dosc *DependsOnSkippedCreate) AddSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedCreate
- func (dosc *DependsOnSkippedCreate) AddSkippedIDs(ids ...int) *DependsOnSkippedCreate
- func (dosc *DependsOnSkippedCreate) Exec(ctx context.Context) error
- func (dosc *DependsOnSkippedCreate) ExecX(ctx context.Context)
- func (dosc *DependsOnSkippedCreate) Mutation() *DependsOnSkippedMutation
- func (dosc *DependsOnSkippedCreate) Save(ctx context.Context) (*DependsOnSkipped, error)
- func (dosc *DependsOnSkippedCreate) SaveX(ctx context.Context) *DependsOnSkipped
- func (dosc *DependsOnSkippedCreate) SetName(s string) *DependsOnSkippedCreate
- type DependsOnSkippedCreateBulk
- func (doscb *DependsOnSkippedCreateBulk) Exec(ctx context.Context) error
- func (doscb *DependsOnSkippedCreateBulk) ExecX(ctx context.Context)
- func (doscb *DependsOnSkippedCreateBulk) Save(ctx context.Context) ([]*DependsOnSkipped, error)
- func (doscb *DependsOnSkippedCreateBulk) SaveX(ctx context.Context) []*DependsOnSkipped
- type DependsOnSkippedDelete
- type DependsOnSkippedDeleteOne
- type DependsOnSkippedEdges
- type DependsOnSkippedGroupBy
- func (dosgb *DependsOnSkippedGroupBy) Aggregate(fns ...AggregateFunc) *DependsOnSkippedGroupBy
- func (s *DependsOnSkippedGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *DependsOnSkippedGroupBy) BoolX(ctx context.Context) bool
- func (s *DependsOnSkippedGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *DependsOnSkippedGroupBy) BoolsX(ctx context.Context) []bool
- func (s *DependsOnSkippedGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *DependsOnSkippedGroupBy) Float64X(ctx context.Context) float64
- func (s *DependsOnSkippedGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *DependsOnSkippedGroupBy) Float64sX(ctx context.Context) []float64
- func (s *DependsOnSkippedGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *DependsOnSkippedGroupBy) IntX(ctx context.Context) int
- func (s *DependsOnSkippedGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *DependsOnSkippedGroupBy) IntsX(ctx context.Context) []int
- func (dosgb *DependsOnSkippedGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *DependsOnSkippedGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *DependsOnSkippedGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *DependsOnSkippedGroupBy) StringX(ctx context.Context) string
- func (s *DependsOnSkippedGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *DependsOnSkippedGroupBy) StringsX(ctx context.Context) []string
- type DependsOnSkippedMutation
- func (m *DependsOnSkippedMutation) AddField(name string, value ent.Value) error
- func (m *DependsOnSkippedMutation) AddSkippedIDs(ids ...int)
- func (m *DependsOnSkippedMutation) AddedEdges() []string
- func (m *DependsOnSkippedMutation) AddedField(name string) (ent.Value, bool)
- func (m *DependsOnSkippedMutation) AddedFields() []string
- func (m *DependsOnSkippedMutation) AddedIDs(name string) []ent.Value
- func (m *DependsOnSkippedMutation) ClearEdge(name string) error
- func (m *DependsOnSkippedMutation) ClearField(name string) error
- func (m *DependsOnSkippedMutation) ClearSkipped()
- func (m *DependsOnSkippedMutation) ClearedEdges() []string
- func (m *DependsOnSkippedMutation) ClearedFields() []string
- func (m DependsOnSkippedMutation) Client() *Client
- func (m *DependsOnSkippedMutation) EdgeCleared(name string) bool
- func (m *DependsOnSkippedMutation) Field(name string) (ent.Value, bool)
- func (m *DependsOnSkippedMutation) FieldCleared(name string) bool
- func (m *DependsOnSkippedMutation) Fields() []string
- func (m *DependsOnSkippedMutation) ID() (id int, exists bool)
- func (m *DependsOnSkippedMutation) IDs(ctx context.Context) ([]int, error)
- func (m *DependsOnSkippedMutation) Name() (r string, exists bool)
- func (m *DependsOnSkippedMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *DependsOnSkippedMutation) OldName(ctx context.Context) (v string, err error)
- func (m *DependsOnSkippedMutation) Op() Op
- func (m *DependsOnSkippedMutation) RemoveSkippedIDs(ids ...int)
- func (m *DependsOnSkippedMutation) RemovedEdges() []string
- func (m *DependsOnSkippedMutation) RemovedIDs(name string) []ent.Value
- func (m *DependsOnSkippedMutation) RemovedSkippedIDs() (ids []int)
- func (m *DependsOnSkippedMutation) ResetEdge(name string) error
- func (m *DependsOnSkippedMutation) ResetField(name string) error
- func (m *DependsOnSkippedMutation) ResetName()
- func (m *DependsOnSkippedMutation) ResetSkipped()
- func (m *DependsOnSkippedMutation) SetField(name string, value ent.Value) error
- func (m *DependsOnSkippedMutation) SetName(s string)
- func (m *DependsOnSkippedMutation) SkippedCleared() bool
- func (m *DependsOnSkippedMutation) SkippedIDs() (ids []int)
- func (m DependsOnSkippedMutation) Tx() (*Tx, error)
- func (m *DependsOnSkippedMutation) Type() string
- func (m *DependsOnSkippedMutation) Where(ps ...predicate.DependsOnSkipped)
- type DependsOnSkippedQuery
- func (dosq *DependsOnSkippedQuery) All(ctx context.Context) ([]*DependsOnSkipped, error)
- func (dosq *DependsOnSkippedQuery) AllX(ctx context.Context) []*DependsOnSkipped
- func (dosq *DependsOnSkippedQuery) Clone() *DependsOnSkippedQuery
- func (dosq *DependsOnSkippedQuery) Count(ctx context.Context) (int, error)
- func (dosq *DependsOnSkippedQuery) CountX(ctx context.Context) int
- func (dosq *DependsOnSkippedQuery) Exist(ctx context.Context) (bool, error)
- func (dosq *DependsOnSkippedQuery) ExistX(ctx context.Context) bool
- func (dosq *DependsOnSkippedQuery) First(ctx context.Context) (*DependsOnSkipped, error)
- func (dosq *DependsOnSkippedQuery) FirstID(ctx context.Context) (id int, err error)
- func (dosq *DependsOnSkippedQuery) FirstIDX(ctx context.Context) int
- func (dosq *DependsOnSkippedQuery) FirstX(ctx context.Context) *DependsOnSkipped
- func (dosq *DependsOnSkippedQuery) GroupBy(field string, fields ...string) *DependsOnSkippedGroupBy
- func (dosq *DependsOnSkippedQuery) IDs(ctx context.Context) ([]int, error)
- func (dosq *DependsOnSkippedQuery) IDsX(ctx context.Context) []int
- func (dosq *DependsOnSkippedQuery) Limit(limit int) *DependsOnSkippedQuery
- func (dosq *DependsOnSkippedQuery) Offset(offset int) *DependsOnSkippedQuery
- func (dosq *DependsOnSkippedQuery) Only(ctx context.Context) (*DependsOnSkipped, error)
- func (dosq *DependsOnSkippedQuery) OnlyID(ctx context.Context) (id int, err error)
- func (dosq *DependsOnSkippedQuery) OnlyIDX(ctx context.Context) int
- func (dosq *DependsOnSkippedQuery) OnlyX(ctx context.Context) *DependsOnSkipped
- func (dosq *DependsOnSkippedQuery) Order(o ...OrderFunc) *DependsOnSkippedQuery
- func (dosq *DependsOnSkippedQuery) QuerySkipped() *ImplicitSkippedMessageQuery
- func (dosq *DependsOnSkippedQuery) Select(fields ...string) *DependsOnSkippedSelect
- func (dosq *DependsOnSkippedQuery) Unique(unique bool) *DependsOnSkippedQuery
- func (dosq *DependsOnSkippedQuery) Where(ps ...predicate.DependsOnSkipped) *DependsOnSkippedQuery
- func (dosq *DependsOnSkippedQuery) WithSkipped(opts ...func(*ImplicitSkippedMessageQuery)) *DependsOnSkippedQuery
- type DependsOnSkippedSelect
- func (s *DependsOnSkippedSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *DependsOnSkippedSelect) BoolX(ctx context.Context) bool
- func (s *DependsOnSkippedSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *DependsOnSkippedSelect) BoolsX(ctx context.Context) []bool
- func (s *DependsOnSkippedSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *DependsOnSkippedSelect) Float64X(ctx context.Context) float64
- func (s *DependsOnSkippedSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *DependsOnSkippedSelect) Float64sX(ctx context.Context) []float64
- func (s *DependsOnSkippedSelect) Int(ctx context.Context) (_ int, err error)
- func (s *DependsOnSkippedSelect) IntX(ctx context.Context) int
- func (s *DependsOnSkippedSelect) Ints(ctx context.Context) ([]int, error)
- func (s *DependsOnSkippedSelect) IntsX(ctx context.Context) []int
- func (doss *DependsOnSkippedSelect) Scan(ctx context.Context, v interface{}) error
- func (s *DependsOnSkippedSelect) ScanX(ctx context.Context, v interface{})
- func (s *DependsOnSkippedSelect) String(ctx context.Context) (_ string, err error)
- func (s *DependsOnSkippedSelect) StringX(ctx context.Context) string
- func (s *DependsOnSkippedSelect) Strings(ctx context.Context) ([]string, error)
- func (s *DependsOnSkippedSelect) StringsX(ctx context.Context) []string
- type DependsOnSkippedUpdate
- func (dosu *DependsOnSkippedUpdate) AddSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedUpdate
- func (dosu *DependsOnSkippedUpdate) AddSkippedIDs(ids ...int) *DependsOnSkippedUpdate
- func (dosu *DependsOnSkippedUpdate) ClearSkipped() *DependsOnSkippedUpdate
- func (dosu *DependsOnSkippedUpdate) Exec(ctx context.Context) error
- func (dosu *DependsOnSkippedUpdate) ExecX(ctx context.Context)
- func (dosu *DependsOnSkippedUpdate) Mutation() *DependsOnSkippedMutation
- func (dosu *DependsOnSkippedUpdate) RemoveSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedUpdate
- func (dosu *DependsOnSkippedUpdate) RemoveSkippedIDs(ids ...int) *DependsOnSkippedUpdate
- func (dosu *DependsOnSkippedUpdate) Save(ctx context.Context) (int, error)
- func (dosu *DependsOnSkippedUpdate) SaveX(ctx context.Context) int
- func (dosu *DependsOnSkippedUpdate) SetName(s string) *DependsOnSkippedUpdate
- func (dosu *DependsOnSkippedUpdate) Where(ps ...predicate.DependsOnSkipped) *DependsOnSkippedUpdate
- type DependsOnSkippedUpdateOne
- func (dosuo *DependsOnSkippedUpdateOne) AddSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedUpdateOne
- func (dosuo *DependsOnSkippedUpdateOne) AddSkippedIDs(ids ...int) *DependsOnSkippedUpdateOne
- func (dosuo *DependsOnSkippedUpdateOne) ClearSkipped() *DependsOnSkippedUpdateOne
- func (dosuo *DependsOnSkippedUpdateOne) Exec(ctx context.Context) error
- func (dosuo *DependsOnSkippedUpdateOne) ExecX(ctx context.Context)
- func (dosuo *DependsOnSkippedUpdateOne) Mutation() *DependsOnSkippedMutation
- func (dosuo *DependsOnSkippedUpdateOne) RemoveSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedUpdateOne
- func (dosuo *DependsOnSkippedUpdateOne) RemoveSkippedIDs(ids ...int) *DependsOnSkippedUpdateOne
- func (dosuo *DependsOnSkippedUpdateOne) Save(ctx context.Context) (*DependsOnSkipped, error)
- func (dosuo *DependsOnSkippedUpdateOne) SaveX(ctx context.Context) *DependsOnSkipped
- func (dosuo *DependsOnSkippedUpdateOne) Select(field string, fields ...string) *DependsOnSkippedUpdateOne
- func (dosuo *DependsOnSkippedUpdateOne) SetName(s string) *DependsOnSkippedUpdateOne
- type DependsOnSkippeds
- type DuplicateNumberMessage
- type DuplicateNumberMessageClient
- func (c *DuplicateNumberMessageClient) Create() *DuplicateNumberMessageCreate
- func (c *DuplicateNumberMessageClient) CreateBulk(builders ...*DuplicateNumberMessageCreate) *DuplicateNumberMessageCreateBulk
- func (c *DuplicateNumberMessageClient) Delete() *DuplicateNumberMessageDelete
- func (c *DuplicateNumberMessageClient) DeleteOne(dnm *DuplicateNumberMessage) *DuplicateNumberMessageDeleteOne
- func (c *DuplicateNumberMessageClient) DeleteOneID(id int) *DuplicateNumberMessageDeleteOne
- func (c *DuplicateNumberMessageClient) Get(ctx context.Context, id int) (*DuplicateNumberMessage, error)
- func (c *DuplicateNumberMessageClient) GetX(ctx context.Context, id int) *DuplicateNumberMessage
- func (c *DuplicateNumberMessageClient) Hooks() []Hook
- func (c *DuplicateNumberMessageClient) Query() *DuplicateNumberMessageQuery
- func (c *DuplicateNumberMessageClient) Update() *DuplicateNumberMessageUpdate
- func (c *DuplicateNumberMessageClient) UpdateOne(dnm *DuplicateNumberMessage) *DuplicateNumberMessageUpdateOne
- func (c *DuplicateNumberMessageClient) UpdateOneID(id int) *DuplicateNumberMessageUpdateOne
- func (c *DuplicateNumberMessageClient) Use(hooks ...Hook)
- type DuplicateNumberMessageCreate
- func (dnmc *DuplicateNumberMessageCreate) Exec(ctx context.Context) error
- func (dnmc *DuplicateNumberMessageCreate) ExecX(ctx context.Context)
- func (dnmc *DuplicateNumberMessageCreate) Mutation() *DuplicateNumberMessageMutation
- func (dnmc *DuplicateNumberMessageCreate) Save(ctx context.Context) (*DuplicateNumberMessage, error)
- func (dnmc *DuplicateNumberMessageCreate) SaveX(ctx context.Context) *DuplicateNumberMessage
- func (dnmc *DuplicateNumberMessageCreate) SetHello(s string) *DuplicateNumberMessageCreate
- func (dnmc *DuplicateNumberMessageCreate) SetWorld(s string) *DuplicateNumberMessageCreate
- type DuplicateNumberMessageCreateBulk
- func (dnmcb *DuplicateNumberMessageCreateBulk) Exec(ctx context.Context) error
- func (dnmcb *DuplicateNumberMessageCreateBulk) ExecX(ctx context.Context)
- func (dnmcb *DuplicateNumberMessageCreateBulk) Save(ctx context.Context) ([]*DuplicateNumberMessage, error)
- func (dnmcb *DuplicateNumberMessageCreateBulk) SaveX(ctx context.Context) []*DuplicateNumberMessage
- type DuplicateNumberMessageDelete
- type DuplicateNumberMessageDeleteOne
- type DuplicateNumberMessageGroupBy
- func (dnmgb *DuplicateNumberMessageGroupBy) Aggregate(fns ...AggregateFunc) *DuplicateNumberMessageGroupBy
- func (s *DuplicateNumberMessageGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *DuplicateNumberMessageGroupBy) BoolX(ctx context.Context) bool
- func (s *DuplicateNumberMessageGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *DuplicateNumberMessageGroupBy) BoolsX(ctx context.Context) []bool
- func (s *DuplicateNumberMessageGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *DuplicateNumberMessageGroupBy) Float64X(ctx context.Context) float64
- func (s *DuplicateNumberMessageGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *DuplicateNumberMessageGroupBy) Float64sX(ctx context.Context) []float64
- func (s *DuplicateNumberMessageGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *DuplicateNumberMessageGroupBy) IntX(ctx context.Context) int
- func (s *DuplicateNumberMessageGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *DuplicateNumberMessageGroupBy) IntsX(ctx context.Context) []int
- func (dnmgb *DuplicateNumberMessageGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *DuplicateNumberMessageGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *DuplicateNumberMessageGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *DuplicateNumberMessageGroupBy) StringX(ctx context.Context) string
- func (s *DuplicateNumberMessageGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *DuplicateNumberMessageGroupBy) StringsX(ctx context.Context) []string
- type DuplicateNumberMessageMutation
- func (m *DuplicateNumberMessageMutation) AddField(name string, value ent.Value) error
- func (m *DuplicateNumberMessageMutation) AddedEdges() []string
- func (m *DuplicateNumberMessageMutation) AddedField(name string) (ent.Value, bool)
- func (m *DuplicateNumberMessageMutation) AddedFields() []string
- func (m *DuplicateNumberMessageMutation) AddedIDs(name string) []ent.Value
- func (m *DuplicateNumberMessageMutation) ClearEdge(name string) error
- func (m *DuplicateNumberMessageMutation) ClearField(name string) error
- func (m *DuplicateNumberMessageMutation) ClearedEdges() []string
- func (m *DuplicateNumberMessageMutation) ClearedFields() []string
- func (m DuplicateNumberMessageMutation) Client() *Client
- func (m *DuplicateNumberMessageMutation) EdgeCleared(name string) bool
- func (m *DuplicateNumberMessageMutation) Field(name string) (ent.Value, bool)
- func (m *DuplicateNumberMessageMutation) FieldCleared(name string) bool
- func (m *DuplicateNumberMessageMutation) Fields() []string
- func (m *DuplicateNumberMessageMutation) Hello() (r string, exists bool)
- func (m *DuplicateNumberMessageMutation) ID() (id int, exists bool)
- func (m *DuplicateNumberMessageMutation) IDs(ctx context.Context) ([]int, error)
- func (m *DuplicateNumberMessageMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *DuplicateNumberMessageMutation) OldHello(ctx context.Context) (v string, err error)
- func (m *DuplicateNumberMessageMutation) OldWorld(ctx context.Context) (v string, err error)
- func (m *DuplicateNumberMessageMutation) Op() Op
- func (m *DuplicateNumberMessageMutation) RemovedEdges() []string
- func (m *DuplicateNumberMessageMutation) RemovedIDs(name string) []ent.Value
- func (m *DuplicateNumberMessageMutation) ResetEdge(name string) error
- func (m *DuplicateNumberMessageMutation) ResetField(name string) error
- func (m *DuplicateNumberMessageMutation) ResetHello()
- func (m *DuplicateNumberMessageMutation) ResetWorld()
- func (m *DuplicateNumberMessageMutation) SetField(name string, value ent.Value) error
- func (m *DuplicateNumberMessageMutation) SetHello(s string)
- func (m *DuplicateNumberMessageMutation) SetWorld(s string)
- func (m DuplicateNumberMessageMutation) Tx() (*Tx, error)
- func (m *DuplicateNumberMessageMutation) Type() string
- func (m *DuplicateNumberMessageMutation) Where(ps ...predicate.DuplicateNumberMessage)
- func (m *DuplicateNumberMessageMutation) World() (r string, exists bool)
- type DuplicateNumberMessageQuery
- func (dnmq *DuplicateNumberMessageQuery) All(ctx context.Context) ([]*DuplicateNumberMessage, error)
- func (dnmq *DuplicateNumberMessageQuery) AllX(ctx context.Context) []*DuplicateNumberMessage
- func (dnmq *DuplicateNumberMessageQuery) Clone() *DuplicateNumberMessageQuery
- func (dnmq *DuplicateNumberMessageQuery) Count(ctx context.Context) (int, error)
- func (dnmq *DuplicateNumberMessageQuery) CountX(ctx context.Context) int
- func (dnmq *DuplicateNumberMessageQuery) Exist(ctx context.Context) (bool, error)
- func (dnmq *DuplicateNumberMessageQuery) ExistX(ctx context.Context) bool
- func (dnmq *DuplicateNumberMessageQuery) First(ctx context.Context) (*DuplicateNumberMessage, error)
- func (dnmq *DuplicateNumberMessageQuery) FirstID(ctx context.Context) (id int, err error)
- func (dnmq *DuplicateNumberMessageQuery) FirstIDX(ctx context.Context) int
- func (dnmq *DuplicateNumberMessageQuery) FirstX(ctx context.Context) *DuplicateNumberMessage
- func (dnmq *DuplicateNumberMessageQuery) GroupBy(field string, fields ...string) *DuplicateNumberMessageGroupBy
- func (dnmq *DuplicateNumberMessageQuery) IDs(ctx context.Context) ([]int, error)
- func (dnmq *DuplicateNumberMessageQuery) IDsX(ctx context.Context) []int
- func (dnmq *DuplicateNumberMessageQuery) Limit(limit int) *DuplicateNumberMessageQuery
- func (dnmq *DuplicateNumberMessageQuery) Offset(offset int) *DuplicateNumberMessageQuery
- func (dnmq *DuplicateNumberMessageQuery) Only(ctx context.Context) (*DuplicateNumberMessage, error)
- func (dnmq *DuplicateNumberMessageQuery) OnlyID(ctx context.Context) (id int, err error)
- func (dnmq *DuplicateNumberMessageQuery) OnlyIDX(ctx context.Context) int
- func (dnmq *DuplicateNumberMessageQuery) OnlyX(ctx context.Context) *DuplicateNumberMessage
- func (dnmq *DuplicateNumberMessageQuery) Order(o ...OrderFunc) *DuplicateNumberMessageQuery
- func (dnmq *DuplicateNumberMessageQuery) Select(fields ...string) *DuplicateNumberMessageSelect
- func (dnmq *DuplicateNumberMessageQuery) Unique(unique bool) *DuplicateNumberMessageQuery
- func (dnmq *DuplicateNumberMessageQuery) Where(ps ...predicate.DuplicateNumberMessage) *DuplicateNumberMessageQuery
- type DuplicateNumberMessageSelect
- func (s *DuplicateNumberMessageSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *DuplicateNumberMessageSelect) BoolX(ctx context.Context) bool
- func (s *DuplicateNumberMessageSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *DuplicateNumberMessageSelect) BoolsX(ctx context.Context) []bool
- func (s *DuplicateNumberMessageSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *DuplicateNumberMessageSelect) Float64X(ctx context.Context) float64
- func (s *DuplicateNumberMessageSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *DuplicateNumberMessageSelect) Float64sX(ctx context.Context) []float64
- func (s *DuplicateNumberMessageSelect) Int(ctx context.Context) (_ int, err error)
- func (s *DuplicateNumberMessageSelect) IntX(ctx context.Context) int
- func (s *DuplicateNumberMessageSelect) Ints(ctx context.Context) ([]int, error)
- func (s *DuplicateNumberMessageSelect) IntsX(ctx context.Context) []int
- func (dnms *DuplicateNumberMessageSelect) Scan(ctx context.Context, v interface{}) error
- func (s *DuplicateNumberMessageSelect) ScanX(ctx context.Context, v interface{})
- func (s *DuplicateNumberMessageSelect) String(ctx context.Context) (_ string, err error)
- func (s *DuplicateNumberMessageSelect) StringX(ctx context.Context) string
- func (s *DuplicateNumberMessageSelect) Strings(ctx context.Context) ([]string, error)
- func (s *DuplicateNumberMessageSelect) StringsX(ctx context.Context) []string
- type DuplicateNumberMessageUpdate
- func (dnmu *DuplicateNumberMessageUpdate) Exec(ctx context.Context) error
- func (dnmu *DuplicateNumberMessageUpdate) ExecX(ctx context.Context)
- func (dnmu *DuplicateNumberMessageUpdate) Mutation() *DuplicateNumberMessageMutation
- func (dnmu *DuplicateNumberMessageUpdate) Save(ctx context.Context) (int, error)
- func (dnmu *DuplicateNumberMessageUpdate) SaveX(ctx context.Context) int
- func (dnmu *DuplicateNumberMessageUpdate) SetHello(s string) *DuplicateNumberMessageUpdate
- func (dnmu *DuplicateNumberMessageUpdate) SetWorld(s string) *DuplicateNumberMessageUpdate
- func (dnmu *DuplicateNumberMessageUpdate) Where(ps ...predicate.DuplicateNumberMessage) *DuplicateNumberMessageUpdate
- type DuplicateNumberMessageUpdateOne
- func (dnmuo *DuplicateNumberMessageUpdateOne) Exec(ctx context.Context) error
- func (dnmuo *DuplicateNumberMessageUpdateOne) ExecX(ctx context.Context)
- func (dnmuo *DuplicateNumberMessageUpdateOne) Mutation() *DuplicateNumberMessageMutation
- func (dnmuo *DuplicateNumberMessageUpdateOne) Save(ctx context.Context) (*DuplicateNumberMessage, error)
- func (dnmuo *DuplicateNumberMessageUpdateOne) SaveX(ctx context.Context) *DuplicateNumberMessage
- func (dnmuo *DuplicateNumberMessageUpdateOne) Select(field string, fields ...string) *DuplicateNumberMessageUpdateOne
- func (dnmuo *DuplicateNumberMessageUpdateOne) SetHello(s string) *DuplicateNumberMessageUpdateOne
- func (dnmuo *DuplicateNumberMessageUpdateOne) SetWorld(s string) *DuplicateNumberMessageUpdateOne
- type DuplicateNumberMessages
- type ExplicitSkippedMessage
- type ExplicitSkippedMessageClient
- func (c *ExplicitSkippedMessageClient) Create() *ExplicitSkippedMessageCreate
- func (c *ExplicitSkippedMessageClient) CreateBulk(builders ...*ExplicitSkippedMessageCreate) *ExplicitSkippedMessageCreateBulk
- func (c *ExplicitSkippedMessageClient) Delete() *ExplicitSkippedMessageDelete
- func (c *ExplicitSkippedMessageClient) DeleteOne(esm *ExplicitSkippedMessage) *ExplicitSkippedMessageDeleteOne
- func (c *ExplicitSkippedMessageClient) DeleteOneID(id int) *ExplicitSkippedMessageDeleteOne
- func (c *ExplicitSkippedMessageClient) Get(ctx context.Context, id int) (*ExplicitSkippedMessage, error)
- func (c *ExplicitSkippedMessageClient) GetX(ctx context.Context, id int) *ExplicitSkippedMessage
- func (c *ExplicitSkippedMessageClient) Hooks() []Hook
- func (c *ExplicitSkippedMessageClient) Query() *ExplicitSkippedMessageQuery
- func (c *ExplicitSkippedMessageClient) Update() *ExplicitSkippedMessageUpdate
- func (c *ExplicitSkippedMessageClient) UpdateOne(esm *ExplicitSkippedMessage) *ExplicitSkippedMessageUpdateOne
- func (c *ExplicitSkippedMessageClient) UpdateOneID(id int) *ExplicitSkippedMessageUpdateOne
- func (c *ExplicitSkippedMessageClient) Use(hooks ...Hook)
- type ExplicitSkippedMessageCreate
- func (esmc *ExplicitSkippedMessageCreate) Exec(ctx context.Context) error
- func (esmc *ExplicitSkippedMessageCreate) ExecX(ctx context.Context)
- func (esmc *ExplicitSkippedMessageCreate) Mutation() *ExplicitSkippedMessageMutation
- func (esmc *ExplicitSkippedMessageCreate) Save(ctx context.Context) (*ExplicitSkippedMessage, error)
- func (esmc *ExplicitSkippedMessageCreate) SaveX(ctx context.Context) *ExplicitSkippedMessage
- type ExplicitSkippedMessageCreateBulk
- func (esmcb *ExplicitSkippedMessageCreateBulk) Exec(ctx context.Context) error
- func (esmcb *ExplicitSkippedMessageCreateBulk) ExecX(ctx context.Context)
- func (esmcb *ExplicitSkippedMessageCreateBulk) Save(ctx context.Context) ([]*ExplicitSkippedMessage, error)
- func (esmcb *ExplicitSkippedMessageCreateBulk) SaveX(ctx context.Context) []*ExplicitSkippedMessage
- type ExplicitSkippedMessageDelete
- type ExplicitSkippedMessageDeleteOne
- type ExplicitSkippedMessageGroupBy
- func (esmgb *ExplicitSkippedMessageGroupBy) Aggregate(fns ...AggregateFunc) *ExplicitSkippedMessageGroupBy
- func (s *ExplicitSkippedMessageGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *ExplicitSkippedMessageGroupBy) BoolX(ctx context.Context) bool
- func (s *ExplicitSkippedMessageGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *ExplicitSkippedMessageGroupBy) BoolsX(ctx context.Context) []bool
- func (s *ExplicitSkippedMessageGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *ExplicitSkippedMessageGroupBy) Float64X(ctx context.Context) float64
- func (s *ExplicitSkippedMessageGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *ExplicitSkippedMessageGroupBy) Float64sX(ctx context.Context) []float64
- func (s *ExplicitSkippedMessageGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *ExplicitSkippedMessageGroupBy) IntX(ctx context.Context) int
- func (s *ExplicitSkippedMessageGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *ExplicitSkippedMessageGroupBy) IntsX(ctx context.Context) []int
- func (esmgb *ExplicitSkippedMessageGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *ExplicitSkippedMessageGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *ExplicitSkippedMessageGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *ExplicitSkippedMessageGroupBy) StringX(ctx context.Context) string
- func (s *ExplicitSkippedMessageGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *ExplicitSkippedMessageGroupBy) StringsX(ctx context.Context) []string
- type ExplicitSkippedMessageMutation
- func (m *ExplicitSkippedMessageMutation) AddField(name string, value ent.Value) error
- func (m *ExplicitSkippedMessageMutation) AddedEdges() []string
- func (m *ExplicitSkippedMessageMutation) AddedField(name string) (ent.Value, bool)
- func (m *ExplicitSkippedMessageMutation) AddedFields() []string
- func (m *ExplicitSkippedMessageMutation) AddedIDs(name string) []ent.Value
- func (m *ExplicitSkippedMessageMutation) ClearEdge(name string) error
- func (m *ExplicitSkippedMessageMutation) ClearField(name string) error
- func (m *ExplicitSkippedMessageMutation) ClearedEdges() []string
- func (m *ExplicitSkippedMessageMutation) ClearedFields() []string
- func (m ExplicitSkippedMessageMutation) Client() *Client
- func (m *ExplicitSkippedMessageMutation) EdgeCleared(name string) bool
- func (m *ExplicitSkippedMessageMutation) Field(name string) (ent.Value, bool)
- func (m *ExplicitSkippedMessageMutation) FieldCleared(name string) bool
- func (m *ExplicitSkippedMessageMutation) Fields() []string
- func (m *ExplicitSkippedMessageMutation) ID() (id int, exists bool)
- func (m *ExplicitSkippedMessageMutation) IDs(ctx context.Context) ([]int, error)
- func (m *ExplicitSkippedMessageMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *ExplicitSkippedMessageMutation) Op() Op
- func (m *ExplicitSkippedMessageMutation) RemovedEdges() []string
- func (m *ExplicitSkippedMessageMutation) RemovedIDs(name string) []ent.Value
- func (m *ExplicitSkippedMessageMutation) ResetEdge(name string) error
- func (m *ExplicitSkippedMessageMutation) ResetField(name string) error
- func (m *ExplicitSkippedMessageMutation) SetField(name string, value ent.Value) error
- func (m ExplicitSkippedMessageMutation) Tx() (*Tx, error)
- func (m *ExplicitSkippedMessageMutation) Type() string
- func (m *ExplicitSkippedMessageMutation) Where(ps ...predicate.ExplicitSkippedMessage)
- type ExplicitSkippedMessageQuery
- func (esmq *ExplicitSkippedMessageQuery) All(ctx context.Context) ([]*ExplicitSkippedMessage, error)
- func (esmq *ExplicitSkippedMessageQuery) AllX(ctx context.Context) []*ExplicitSkippedMessage
- func (esmq *ExplicitSkippedMessageQuery) Clone() *ExplicitSkippedMessageQuery
- func (esmq *ExplicitSkippedMessageQuery) Count(ctx context.Context) (int, error)
- func (esmq *ExplicitSkippedMessageQuery) CountX(ctx context.Context) int
- func (esmq *ExplicitSkippedMessageQuery) Exist(ctx context.Context) (bool, error)
- func (esmq *ExplicitSkippedMessageQuery) ExistX(ctx context.Context) bool
- func (esmq *ExplicitSkippedMessageQuery) First(ctx context.Context) (*ExplicitSkippedMessage, error)
- func (esmq *ExplicitSkippedMessageQuery) FirstID(ctx context.Context) (id int, err error)
- func (esmq *ExplicitSkippedMessageQuery) FirstIDX(ctx context.Context) int
- func (esmq *ExplicitSkippedMessageQuery) FirstX(ctx context.Context) *ExplicitSkippedMessage
- func (esmq *ExplicitSkippedMessageQuery) GroupBy(field string, fields ...string) *ExplicitSkippedMessageGroupBy
- func (esmq *ExplicitSkippedMessageQuery) IDs(ctx context.Context) ([]int, error)
- func (esmq *ExplicitSkippedMessageQuery) IDsX(ctx context.Context) []int
- func (esmq *ExplicitSkippedMessageQuery) Limit(limit int) *ExplicitSkippedMessageQuery
- func (esmq *ExplicitSkippedMessageQuery) Offset(offset int) *ExplicitSkippedMessageQuery
- func (esmq *ExplicitSkippedMessageQuery) Only(ctx context.Context) (*ExplicitSkippedMessage, error)
- func (esmq *ExplicitSkippedMessageQuery) OnlyID(ctx context.Context) (id int, err error)
- func (esmq *ExplicitSkippedMessageQuery) OnlyIDX(ctx context.Context) int
- func (esmq *ExplicitSkippedMessageQuery) OnlyX(ctx context.Context) *ExplicitSkippedMessage
- func (esmq *ExplicitSkippedMessageQuery) Order(o ...OrderFunc) *ExplicitSkippedMessageQuery
- func (esmq *ExplicitSkippedMessageQuery) Select(fields ...string) *ExplicitSkippedMessageSelect
- func (esmq *ExplicitSkippedMessageQuery) Unique(unique bool) *ExplicitSkippedMessageQuery
- func (esmq *ExplicitSkippedMessageQuery) Where(ps ...predicate.ExplicitSkippedMessage) *ExplicitSkippedMessageQuery
- type ExplicitSkippedMessageSelect
- func (s *ExplicitSkippedMessageSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *ExplicitSkippedMessageSelect) BoolX(ctx context.Context) bool
- func (s *ExplicitSkippedMessageSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *ExplicitSkippedMessageSelect) BoolsX(ctx context.Context) []bool
- func (s *ExplicitSkippedMessageSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *ExplicitSkippedMessageSelect) Float64X(ctx context.Context) float64
- func (s *ExplicitSkippedMessageSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *ExplicitSkippedMessageSelect) Float64sX(ctx context.Context) []float64
- func (s *ExplicitSkippedMessageSelect) Int(ctx context.Context) (_ int, err error)
- func (s *ExplicitSkippedMessageSelect) IntX(ctx context.Context) int
- func (s *ExplicitSkippedMessageSelect) Ints(ctx context.Context) ([]int, error)
- func (s *ExplicitSkippedMessageSelect) IntsX(ctx context.Context) []int
- func (esms *ExplicitSkippedMessageSelect) Scan(ctx context.Context, v interface{}) error
- func (s *ExplicitSkippedMessageSelect) ScanX(ctx context.Context, v interface{})
- func (s *ExplicitSkippedMessageSelect) String(ctx context.Context) (_ string, err error)
- func (s *ExplicitSkippedMessageSelect) StringX(ctx context.Context) string
- func (s *ExplicitSkippedMessageSelect) Strings(ctx context.Context) ([]string, error)
- func (s *ExplicitSkippedMessageSelect) StringsX(ctx context.Context) []string
- type ExplicitSkippedMessageUpdate
- func (esmu *ExplicitSkippedMessageUpdate) Exec(ctx context.Context) error
- func (esmu *ExplicitSkippedMessageUpdate) ExecX(ctx context.Context)
- func (esmu *ExplicitSkippedMessageUpdate) Mutation() *ExplicitSkippedMessageMutation
- func (esmu *ExplicitSkippedMessageUpdate) Save(ctx context.Context) (int, error)
- func (esmu *ExplicitSkippedMessageUpdate) SaveX(ctx context.Context) int
- func (esmu *ExplicitSkippedMessageUpdate) Where(ps ...predicate.ExplicitSkippedMessage) *ExplicitSkippedMessageUpdate
- type ExplicitSkippedMessageUpdateOne
- func (esmuo *ExplicitSkippedMessageUpdateOne) Exec(ctx context.Context) error
- func (esmuo *ExplicitSkippedMessageUpdateOne) ExecX(ctx context.Context)
- func (esmuo *ExplicitSkippedMessageUpdateOne) Mutation() *ExplicitSkippedMessageMutation
- func (esmuo *ExplicitSkippedMessageUpdateOne) Save(ctx context.Context) (*ExplicitSkippedMessage, error)
- func (esmuo *ExplicitSkippedMessageUpdateOne) SaveX(ctx context.Context) *ExplicitSkippedMessage
- func (esmuo *ExplicitSkippedMessageUpdateOne) Select(field string, fields ...string) *ExplicitSkippedMessageUpdateOne
- type ExplicitSkippedMessages
- type Hook
- type Image
- type ImageClient
- func (c *ImageClient) Create() *ImageCreate
- func (c *ImageClient) CreateBulk(builders ...*ImageCreate) *ImageCreateBulk
- func (c *ImageClient) Delete() *ImageDelete
- func (c *ImageClient) DeleteOne(i *Image) *ImageDeleteOne
- func (c *ImageClient) DeleteOneID(id uuid.UUID) *ImageDeleteOne
- func (c *ImageClient) Get(ctx context.Context, id uuid.UUID) (*Image, error)
- func (c *ImageClient) GetX(ctx context.Context, id uuid.UUID) *Image
- func (c *ImageClient) Hooks() []Hook
- func (c *ImageClient) Query() *ImageQuery
- func (c *ImageClient) QueryUserProfilePic(i *Image) *UserQuery
- func (c *ImageClient) Update() *ImageUpdate
- func (c *ImageClient) UpdateOne(i *Image) *ImageUpdateOne
- func (c *ImageClient) UpdateOneID(id uuid.UUID) *ImageUpdateOne
- func (c *ImageClient) Use(hooks ...Hook)
- type ImageCreate
- func (ic *ImageCreate) AddUserProfilePic(u ...*User) *ImageCreate
- func (ic *ImageCreate) AddUserProfilePicIDs(ids ...int) *ImageCreate
- func (ic *ImageCreate) Exec(ctx context.Context) error
- func (ic *ImageCreate) ExecX(ctx context.Context)
- func (ic *ImageCreate) Mutation() *ImageMutation
- func (ic *ImageCreate) Save(ctx context.Context) (*Image, error)
- func (ic *ImageCreate) SaveX(ctx context.Context) *Image
- func (ic *ImageCreate) SetID(u uuid.UUID) *ImageCreate
- func (ic *ImageCreate) SetURLPath(s string) *ImageCreate
- type ImageCreateBulk
- type ImageDelete
- type ImageDeleteOne
- type ImageEdges
- type ImageGroupBy
- func (igb *ImageGroupBy) Aggregate(fns ...AggregateFunc) *ImageGroupBy
- func (s *ImageGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *ImageGroupBy) BoolX(ctx context.Context) bool
- func (s *ImageGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *ImageGroupBy) BoolsX(ctx context.Context) []bool
- func (s *ImageGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *ImageGroupBy) Float64X(ctx context.Context) float64
- func (s *ImageGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *ImageGroupBy) Float64sX(ctx context.Context) []float64
- func (s *ImageGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *ImageGroupBy) IntX(ctx context.Context) int
- func (s *ImageGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *ImageGroupBy) IntsX(ctx context.Context) []int
- func (igb *ImageGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *ImageGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *ImageGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *ImageGroupBy) StringX(ctx context.Context) string
- func (s *ImageGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *ImageGroupBy) StringsX(ctx context.Context) []string
- type ImageMutation
- func (m *ImageMutation) AddField(name string, value ent.Value) error
- func (m *ImageMutation) AddUserProfilePicIDs(ids ...int)
- func (m *ImageMutation) AddedEdges() []string
- func (m *ImageMutation) AddedField(name string) (ent.Value, bool)
- func (m *ImageMutation) AddedFields() []string
- func (m *ImageMutation) AddedIDs(name string) []ent.Value
- func (m *ImageMutation) ClearEdge(name string) error
- func (m *ImageMutation) ClearField(name string) error
- func (m *ImageMutation) ClearUserProfilePic()
- func (m *ImageMutation) ClearedEdges() []string
- func (m *ImageMutation) ClearedFields() []string
- func (m ImageMutation) Client() *Client
- func (m *ImageMutation) EdgeCleared(name string) bool
- func (m *ImageMutation) Field(name string) (ent.Value, bool)
- func (m *ImageMutation) FieldCleared(name string) bool
- func (m *ImageMutation) Fields() []string
- func (m *ImageMutation) ID() (id uuid.UUID, exists bool)
- func (m *ImageMutation) IDs(ctx context.Context) ([]uuid.UUID, error)
- func (m *ImageMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *ImageMutation) OldURLPath(ctx context.Context) (v string, err error)
- func (m *ImageMutation) Op() Op
- func (m *ImageMutation) RemoveUserProfilePicIDs(ids ...int)
- func (m *ImageMutation) RemovedEdges() []string
- func (m *ImageMutation) RemovedIDs(name string) []ent.Value
- func (m *ImageMutation) RemovedUserProfilePicIDs() (ids []int)
- func (m *ImageMutation) ResetEdge(name string) error
- func (m *ImageMutation) ResetField(name string) error
- func (m *ImageMutation) ResetURLPath()
- func (m *ImageMutation) ResetUserProfilePic()
- func (m *ImageMutation) SetField(name string, value ent.Value) error
- func (m *ImageMutation) SetID(id uuid.UUID)
- func (m *ImageMutation) SetURLPath(s string)
- func (m ImageMutation) Tx() (*Tx, error)
- func (m *ImageMutation) Type() string
- func (m *ImageMutation) URLPath() (r string, exists bool)
- func (m *ImageMutation) UserProfilePicCleared() bool
- func (m *ImageMutation) UserProfilePicIDs() (ids []int)
- func (m *ImageMutation) Where(ps ...predicate.Image)
- type ImageQuery
- func (iq *ImageQuery) All(ctx context.Context) ([]*Image, error)
- func (iq *ImageQuery) AllX(ctx context.Context) []*Image
- func (iq *ImageQuery) Clone() *ImageQuery
- func (iq *ImageQuery) Count(ctx context.Context) (int, error)
- func (iq *ImageQuery) CountX(ctx context.Context) int
- func (iq *ImageQuery) Exist(ctx context.Context) (bool, error)
- func (iq *ImageQuery) ExistX(ctx context.Context) bool
- func (iq *ImageQuery) First(ctx context.Context) (*Image, error)
- func (iq *ImageQuery) FirstID(ctx context.Context) (id uuid.UUID, err error)
- func (iq *ImageQuery) FirstIDX(ctx context.Context) uuid.UUID
- func (iq *ImageQuery) FirstX(ctx context.Context) *Image
- func (iq *ImageQuery) GroupBy(field string, fields ...string) *ImageGroupBy
- func (iq *ImageQuery) IDs(ctx context.Context) ([]uuid.UUID, error)
- func (iq *ImageQuery) IDsX(ctx context.Context) []uuid.UUID
- func (iq *ImageQuery) Limit(limit int) *ImageQuery
- func (iq *ImageQuery) Offset(offset int) *ImageQuery
- func (iq *ImageQuery) Only(ctx context.Context) (*Image, error)
- func (iq *ImageQuery) OnlyID(ctx context.Context) (id uuid.UUID, err error)
- func (iq *ImageQuery) OnlyIDX(ctx context.Context) uuid.UUID
- func (iq *ImageQuery) OnlyX(ctx context.Context) *Image
- func (iq *ImageQuery) Order(o ...OrderFunc) *ImageQuery
- func (iq *ImageQuery) QueryUserProfilePic() *UserQuery
- func (iq *ImageQuery) Select(fields ...string) *ImageSelect
- func (iq *ImageQuery) Unique(unique bool) *ImageQuery
- func (iq *ImageQuery) Where(ps ...predicate.Image) *ImageQuery
- func (iq *ImageQuery) WithUserProfilePic(opts ...func(*UserQuery)) *ImageQuery
- type ImageSelect
- func (s *ImageSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *ImageSelect) BoolX(ctx context.Context) bool
- func (s *ImageSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *ImageSelect) BoolsX(ctx context.Context) []bool
- func (s *ImageSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *ImageSelect) Float64X(ctx context.Context) float64
- func (s *ImageSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *ImageSelect) Float64sX(ctx context.Context) []float64
- func (s *ImageSelect) Int(ctx context.Context) (_ int, err error)
- func (s *ImageSelect) IntX(ctx context.Context) int
- func (s *ImageSelect) Ints(ctx context.Context) ([]int, error)
- func (s *ImageSelect) IntsX(ctx context.Context) []int
- func (is *ImageSelect) Scan(ctx context.Context, v interface{}) error
- func (s *ImageSelect) ScanX(ctx context.Context, v interface{})
- func (s *ImageSelect) String(ctx context.Context) (_ string, err error)
- func (s *ImageSelect) StringX(ctx context.Context) string
- func (s *ImageSelect) Strings(ctx context.Context) ([]string, error)
- func (s *ImageSelect) StringsX(ctx context.Context) []string
- type ImageUpdate
- func (iu *ImageUpdate) AddUserProfilePic(u ...*User) *ImageUpdate
- func (iu *ImageUpdate) AddUserProfilePicIDs(ids ...int) *ImageUpdate
- func (iu *ImageUpdate) ClearUserProfilePic() *ImageUpdate
- func (iu *ImageUpdate) Exec(ctx context.Context) error
- func (iu *ImageUpdate) ExecX(ctx context.Context)
- func (iu *ImageUpdate) Mutation() *ImageMutation
- func (iu *ImageUpdate) RemoveUserProfilePic(u ...*User) *ImageUpdate
- func (iu *ImageUpdate) RemoveUserProfilePicIDs(ids ...int) *ImageUpdate
- func (iu *ImageUpdate) Save(ctx context.Context) (int, error)
- func (iu *ImageUpdate) SaveX(ctx context.Context) int
- func (iu *ImageUpdate) SetURLPath(s string) *ImageUpdate
- func (iu *ImageUpdate) Where(ps ...predicate.Image) *ImageUpdate
- type ImageUpdateOne
- func (iuo *ImageUpdateOne) AddUserProfilePic(u ...*User) *ImageUpdateOne
- func (iuo *ImageUpdateOne) AddUserProfilePicIDs(ids ...int) *ImageUpdateOne
- func (iuo *ImageUpdateOne) ClearUserProfilePic() *ImageUpdateOne
- func (iuo *ImageUpdateOne) Exec(ctx context.Context) error
- func (iuo *ImageUpdateOne) ExecX(ctx context.Context)
- func (iuo *ImageUpdateOne) Mutation() *ImageMutation
- func (iuo *ImageUpdateOne) RemoveUserProfilePic(u ...*User) *ImageUpdateOne
- func (iuo *ImageUpdateOne) RemoveUserProfilePicIDs(ids ...int) *ImageUpdateOne
- func (iuo *ImageUpdateOne) Save(ctx context.Context) (*Image, error)
- func (iuo *ImageUpdateOne) SaveX(ctx context.Context) *Image
- func (iuo *ImageUpdateOne) Select(field string, fields ...string) *ImageUpdateOne
- func (iuo *ImageUpdateOne) SetURLPath(s string) *ImageUpdateOne
- type Images
- type ImplicitSkippedMessage
- type ImplicitSkippedMessageClient
- func (c *ImplicitSkippedMessageClient) Create() *ImplicitSkippedMessageCreate
- func (c *ImplicitSkippedMessageClient) CreateBulk(builders ...*ImplicitSkippedMessageCreate) *ImplicitSkippedMessageCreateBulk
- func (c *ImplicitSkippedMessageClient) Delete() *ImplicitSkippedMessageDelete
- func (c *ImplicitSkippedMessageClient) DeleteOne(ism *ImplicitSkippedMessage) *ImplicitSkippedMessageDeleteOne
- func (c *ImplicitSkippedMessageClient) DeleteOneID(id int) *ImplicitSkippedMessageDeleteOne
- func (c *ImplicitSkippedMessageClient) Get(ctx context.Context, id int) (*ImplicitSkippedMessage, error)
- func (c *ImplicitSkippedMessageClient) GetX(ctx context.Context, id int) *ImplicitSkippedMessage
- func (c *ImplicitSkippedMessageClient) Hooks() []Hook
- func (c *ImplicitSkippedMessageClient) Query() *ImplicitSkippedMessageQuery
- func (c *ImplicitSkippedMessageClient) Update() *ImplicitSkippedMessageUpdate
- func (c *ImplicitSkippedMessageClient) UpdateOne(ism *ImplicitSkippedMessage) *ImplicitSkippedMessageUpdateOne
- func (c *ImplicitSkippedMessageClient) UpdateOneID(id int) *ImplicitSkippedMessageUpdateOne
- func (c *ImplicitSkippedMessageClient) Use(hooks ...Hook)
- type ImplicitSkippedMessageCreate
- func (ismc *ImplicitSkippedMessageCreate) Exec(ctx context.Context) error
- func (ismc *ImplicitSkippedMessageCreate) ExecX(ctx context.Context)
- func (ismc *ImplicitSkippedMessageCreate) Mutation() *ImplicitSkippedMessageMutation
- func (ismc *ImplicitSkippedMessageCreate) Save(ctx context.Context) (*ImplicitSkippedMessage, error)
- func (ismc *ImplicitSkippedMessageCreate) SaveX(ctx context.Context) *ImplicitSkippedMessage
- type ImplicitSkippedMessageCreateBulk
- func (ismcb *ImplicitSkippedMessageCreateBulk) Exec(ctx context.Context) error
- func (ismcb *ImplicitSkippedMessageCreateBulk) ExecX(ctx context.Context)
- func (ismcb *ImplicitSkippedMessageCreateBulk) Save(ctx context.Context) ([]*ImplicitSkippedMessage, error)
- func (ismcb *ImplicitSkippedMessageCreateBulk) SaveX(ctx context.Context) []*ImplicitSkippedMessage
- type ImplicitSkippedMessageDelete
- type ImplicitSkippedMessageDeleteOne
- type ImplicitSkippedMessageGroupBy
- func (ismgb *ImplicitSkippedMessageGroupBy) Aggregate(fns ...AggregateFunc) *ImplicitSkippedMessageGroupBy
- func (s *ImplicitSkippedMessageGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *ImplicitSkippedMessageGroupBy) BoolX(ctx context.Context) bool
- func (s *ImplicitSkippedMessageGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *ImplicitSkippedMessageGroupBy) BoolsX(ctx context.Context) []bool
- func (s *ImplicitSkippedMessageGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *ImplicitSkippedMessageGroupBy) Float64X(ctx context.Context) float64
- func (s *ImplicitSkippedMessageGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *ImplicitSkippedMessageGroupBy) Float64sX(ctx context.Context) []float64
- func (s *ImplicitSkippedMessageGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *ImplicitSkippedMessageGroupBy) IntX(ctx context.Context) int
- func (s *ImplicitSkippedMessageGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *ImplicitSkippedMessageGroupBy) IntsX(ctx context.Context) []int
- func (ismgb *ImplicitSkippedMessageGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *ImplicitSkippedMessageGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *ImplicitSkippedMessageGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *ImplicitSkippedMessageGroupBy) StringX(ctx context.Context) string
- func (s *ImplicitSkippedMessageGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *ImplicitSkippedMessageGroupBy) StringsX(ctx context.Context) []string
- type ImplicitSkippedMessageMutation
- func (m *ImplicitSkippedMessageMutation) AddField(name string, value ent.Value) error
- func (m *ImplicitSkippedMessageMutation) AddedEdges() []string
- func (m *ImplicitSkippedMessageMutation) AddedField(name string) (ent.Value, bool)
- func (m *ImplicitSkippedMessageMutation) AddedFields() []string
- func (m *ImplicitSkippedMessageMutation) AddedIDs(name string) []ent.Value
- func (m *ImplicitSkippedMessageMutation) ClearEdge(name string) error
- func (m *ImplicitSkippedMessageMutation) ClearField(name string) error
- func (m *ImplicitSkippedMessageMutation) ClearedEdges() []string
- func (m *ImplicitSkippedMessageMutation) ClearedFields() []string
- func (m ImplicitSkippedMessageMutation) Client() *Client
- func (m *ImplicitSkippedMessageMutation) EdgeCleared(name string) bool
- func (m *ImplicitSkippedMessageMutation) Field(name string) (ent.Value, bool)
- func (m *ImplicitSkippedMessageMutation) FieldCleared(name string) bool
- func (m *ImplicitSkippedMessageMutation) Fields() []string
- func (m *ImplicitSkippedMessageMutation) ID() (id int, exists bool)
- func (m *ImplicitSkippedMessageMutation) IDs(ctx context.Context) ([]int, error)
- func (m *ImplicitSkippedMessageMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *ImplicitSkippedMessageMutation) Op() Op
- func (m *ImplicitSkippedMessageMutation) RemovedEdges() []string
- func (m *ImplicitSkippedMessageMutation) RemovedIDs(name string) []ent.Value
- func (m *ImplicitSkippedMessageMutation) ResetEdge(name string) error
- func (m *ImplicitSkippedMessageMutation) ResetField(name string) error
- func (m *ImplicitSkippedMessageMutation) SetField(name string, value ent.Value) error
- func (m ImplicitSkippedMessageMutation) Tx() (*Tx, error)
- func (m *ImplicitSkippedMessageMutation) Type() string
- func (m *ImplicitSkippedMessageMutation) Where(ps ...predicate.ImplicitSkippedMessage)
- type ImplicitSkippedMessageQuery
- func (ismq *ImplicitSkippedMessageQuery) All(ctx context.Context) ([]*ImplicitSkippedMessage, error)
- func (ismq *ImplicitSkippedMessageQuery) AllX(ctx context.Context) []*ImplicitSkippedMessage
- func (ismq *ImplicitSkippedMessageQuery) Clone() *ImplicitSkippedMessageQuery
- func (ismq *ImplicitSkippedMessageQuery) Count(ctx context.Context) (int, error)
- func (ismq *ImplicitSkippedMessageQuery) CountX(ctx context.Context) int
- func (ismq *ImplicitSkippedMessageQuery) Exist(ctx context.Context) (bool, error)
- func (ismq *ImplicitSkippedMessageQuery) ExistX(ctx context.Context) bool
- func (ismq *ImplicitSkippedMessageQuery) First(ctx context.Context) (*ImplicitSkippedMessage, error)
- func (ismq *ImplicitSkippedMessageQuery) FirstID(ctx context.Context) (id int, err error)
- func (ismq *ImplicitSkippedMessageQuery) FirstIDX(ctx context.Context) int
- func (ismq *ImplicitSkippedMessageQuery) FirstX(ctx context.Context) *ImplicitSkippedMessage
- func (ismq *ImplicitSkippedMessageQuery) GroupBy(field string, fields ...string) *ImplicitSkippedMessageGroupBy
- func (ismq *ImplicitSkippedMessageQuery) IDs(ctx context.Context) ([]int, error)
- func (ismq *ImplicitSkippedMessageQuery) IDsX(ctx context.Context) []int
- func (ismq *ImplicitSkippedMessageQuery) Limit(limit int) *ImplicitSkippedMessageQuery
- func (ismq *ImplicitSkippedMessageQuery) Offset(offset int) *ImplicitSkippedMessageQuery
- func (ismq *ImplicitSkippedMessageQuery) Only(ctx context.Context) (*ImplicitSkippedMessage, error)
- func (ismq *ImplicitSkippedMessageQuery) OnlyID(ctx context.Context) (id int, err error)
- func (ismq *ImplicitSkippedMessageQuery) OnlyIDX(ctx context.Context) int
- func (ismq *ImplicitSkippedMessageQuery) OnlyX(ctx context.Context) *ImplicitSkippedMessage
- func (ismq *ImplicitSkippedMessageQuery) Order(o ...OrderFunc) *ImplicitSkippedMessageQuery
- func (ismq *ImplicitSkippedMessageQuery) Select(fields ...string) *ImplicitSkippedMessageSelect
- func (ismq *ImplicitSkippedMessageQuery) Unique(unique bool) *ImplicitSkippedMessageQuery
- func (ismq *ImplicitSkippedMessageQuery) Where(ps ...predicate.ImplicitSkippedMessage) *ImplicitSkippedMessageQuery
- type ImplicitSkippedMessageSelect
- func (s *ImplicitSkippedMessageSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *ImplicitSkippedMessageSelect) BoolX(ctx context.Context) bool
- func (s *ImplicitSkippedMessageSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *ImplicitSkippedMessageSelect) BoolsX(ctx context.Context) []bool
- func (s *ImplicitSkippedMessageSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *ImplicitSkippedMessageSelect) Float64X(ctx context.Context) float64
- func (s *ImplicitSkippedMessageSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *ImplicitSkippedMessageSelect) Float64sX(ctx context.Context) []float64
- func (s *ImplicitSkippedMessageSelect) Int(ctx context.Context) (_ int, err error)
- func (s *ImplicitSkippedMessageSelect) IntX(ctx context.Context) int
- func (s *ImplicitSkippedMessageSelect) Ints(ctx context.Context) ([]int, error)
- func (s *ImplicitSkippedMessageSelect) IntsX(ctx context.Context) []int
- func (isms *ImplicitSkippedMessageSelect) Scan(ctx context.Context, v interface{}) error
- func (s *ImplicitSkippedMessageSelect) ScanX(ctx context.Context, v interface{})
- func (s *ImplicitSkippedMessageSelect) String(ctx context.Context) (_ string, err error)
- func (s *ImplicitSkippedMessageSelect) StringX(ctx context.Context) string
- func (s *ImplicitSkippedMessageSelect) Strings(ctx context.Context) ([]string, error)
- func (s *ImplicitSkippedMessageSelect) StringsX(ctx context.Context) []string
- type ImplicitSkippedMessageUpdate
- func (ismu *ImplicitSkippedMessageUpdate) Exec(ctx context.Context) error
- func (ismu *ImplicitSkippedMessageUpdate) ExecX(ctx context.Context)
- func (ismu *ImplicitSkippedMessageUpdate) Mutation() *ImplicitSkippedMessageMutation
- func (ismu *ImplicitSkippedMessageUpdate) Save(ctx context.Context) (int, error)
- func (ismu *ImplicitSkippedMessageUpdate) SaveX(ctx context.Context) int
- func (ismu *ImplicitSkippedMessageUpdate) Where(ps ...predicate.ImplicitSkippedMessage) *ImplicitSkippedMessageUpdate
- type ImplicitSkippedMessageUpdateOne
- func (ismuo *ImplicitSkippedMessageUpdateOne) Exec(ctx context.Context) error
- func (ismuo *ImplicitSkippedMessageUpdateOne) ExecX(ctx context.Context)
- func (ismuo *ImplicitSkippedMessageUpdateOne) Mutation() *ImplicitSkippedMessageMutation
- func (ismuo *ImplicitSkippedMessageUpdateOne) Save(ctx context.Context) (*ImplicitSkippedMessage, error)
- func (ismuo *ImplicitSkippedMessageUpdateOne) SaveX(ctx context.Context) *ImplicitSkippedMessage
- func (ismuo *ImplicitSkippedMessageUpdateOne) Select(field string, fields ...string) *ImplicitSkippedMessageUpdateOne
- type ImplicitSkippedMessages
- type InvalidFieldMessage
- type InvalidFieldMessageClient
- func (c *InvalidFieldMessageClient) Create() *InvalidFieldMessageCreate
- func (c *InvalidFieldMessageClient) CreateBulk(builders ...*InvalidFieldMessageCreate) *InvalidFieldMessageCreateBulk
- func (c *InvalidFieldMessageClient) Delete() *InvalidFieldMessageDelete
- func (c *InvalidFieldMessageClient) DeleteOne(ifm *InvalidFieldMessage) *InvalidFieldMessageDeleteOne
- func (c *InvalidFieldMessageClient) DeleteOneID(id int) *InvalidFieldMessageDeleteOne
- func (c *InvalidFieldMessageClient) Get(ctx context.Context, id int) (*InvalidFieldMessage, error)
- func (c *InvalidFieldMessageClient) GetX(ctx context.Context, id int) *InvalidFieldMessage
- func (c *InvalidFieldMessageClient) Hooks() []Hook
- func (c *InvalidFieldMessageClient) Query() *InvalidFieldMessageQuery
- func (c *InvalidFieldMessageClient) Update() *InvalidFieldMessageUpdate
- func (c *InvalidFieldMessageClient) UpdateOne(ifm *InvalidFieldMessage) *InvalidFieldMessageUpdateOne
- func (c *InvalidFieldMessageClient) UpdateOneID(id int) *InvalidFieldMessageUpdateOne
- func (c *InvalidFieldMessageClient) Use(hooks ...Hook)
- type InvalidFieldMessageCreate
- func (ifmc *InvalidFieldMessageCreate) Exec(ctx context.Context) error
- func (ifmc *InvalidFieldMessageCreate) ExecX(ctx context.Context)
- func (ifmc *InvalidFieldMessageCreate) Mutation() *InvalidFieldMessageMutation
- func (ifmc *InvalidFieldMessageCreate) Save(ctx context.Context) (*InvalidFieldMessage, error)
- func (ifmc *InvalidFieldMessageCreate) SaveX(ctx context.Context) *InvalidFieldMessage
- func (ifmc *InvalidFieldMessageCreate) SetJSON(sj *schema.SomeJSON) *InvalidFieldMessageCreate
- type InvalidFieldMessageCreateBulk
- func (ifmcb *InvalidFieldMessageCreateBulk) Exec(ctx context.Context) error
- func (ifmcb *InvalidFieldMessageCreateBulk) ExecX(ctx context.Context)
- func (ifmcb *InvalidFieldMessageCreateBulk) Save(ctx context.Context) ([]*InvalidFieldMessage, error)
- func (ifmcb *InvalidFieldMessageCreateBulk) SaveX(ctx context.Context) []*InvalidFieldMessage
- type InvalidFieldMessageDelete
- type InvalidFieldMessageDeleteOne
- type InvalidFieldMessageGroupBy
- func (ifmgb *InvalidFieldMessageGroupBy) Aggregate(fns ...AggregateFunc) *InvalidFieldMessageGroupBy
- func (s *InvalidFieldMessageGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *InvalidFieldMessageGroupBy) BoolX(ctx context.Context) bool
- func (s *InvalidFieldMessageGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *InvalidFieldMessageGroupBy) BoolsX(ctx context.Context) []bool
- func (s *InvalidFieldMessageGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *InvalidFieldMessageGroupBy) Float64X(ctx context.Context) float64
- func (s *InvalidFieldMessageGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *InvalidFieldMessageGroupBy) Float64sX(ctx context.Context) []float64
- func (s *InvalidFieldMessageGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *InvalidFieldMessageGroupBy) IntX(ctx context.Context) int
- func (s *InvalidFieldMessageGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *InvalidFieldMessageGroupBy) IntsX(ctx context.Context) []int
- func (ifmgb *InvalidFieldMessageGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *InvalidFieldMessageGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *InvalidFieldMessageGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *InvalidFieldMessageGroupBy) StringX(ctx context.Context) string
- func (s *InvalidFieldMessageGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *InvalidFieldMessageGroupBy) StringsX(ctx context.Context) []string
- type InvalidFieldMessageMutation
- func (m *InvalidFieldMessageMutation) AddField(name string, value ent.Value) error
- func (m *InvalidFieldMessageMutation) AddedEdges() []string
- func (m *InvalidFieldMessageMutation) AddedField(name string) (ent.Value, bool)
- func (m *InvalidFieldMessageMutation) AddedFields() []string
- func (m *InvalidFieldMessageMutation) AddedIDs(name string) []ent.Value
- func (m *InvalidFieldMessageMutation) ClearEdge(name string) error
- func (m *InvalidFieldMessageMutation) ClearField(name string) error
- func (m *InvalidFieldMessageMutation) ClearedEdges() []string
- func (m *InvalidFieldMessageMutation) ClearedFields() []string
- func (m InvalidFieldMessageMutation) Client() *Client
- func (m *InvalidFieldMessageMutation) EdgeCleared(name string) bool
- func (m *InvalidFieldMessageMutation) Field(name string) (ent.Value, bool)
- func (m *InvalidFieldMessageMutation) FieldCleared(name string) bool
- func (m *InvalidFieldMessageMutation) Fields() []string
- func (m *InvalidFieldMessageMutation) ID() (id int, exists bool)
- func (m *InvalidFieldMessageMutation) IDs(ctx context.Context) ([]int, error)
- func (m *InvalidFieldMessageMutation) JSON() (r *schema.SomeJSON, exists bool)
- func (m *InvalidFieldMessageMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *InvalidFieldMessageMutation) OldJSON(ctx context.Context) (v *schema.SomeJSON, err error)
- func (m *InvalidFieldMessageMutation) Op() Op
- func (m *InvalidFieldMessageMutation) RemovedEdges() []string
- func (m *InvalidFieldMessageMutation) RemovedIDs(name string) []ent.Value
- func (m *InvalidFieldMessageMutation) ResetEdge(name string) error
- func (m *InvalidFieldMessageMutation) ResetField(name string) error
- func (m *InvalidFieldMessageMutation) ResetJSON()
- func (m *InvalidFieldMessageMutation) SetField(name string, value ent.Value) error
- func (m *InvalidFieldMessageMutation) SetJSON(sj *schema.SomeJSON)
- func (m InvalidFieldMessageMutation) Tx() (*Tx, error)
- func (m *InvalidFieldMessageMutation) Type() string
- func (m *InvalidFieldMessageMutation) Where(ps ...predicate.InvalidFieldMessage)
- type InvalidFieldMessageQuery
- func (ifmq *InvalidFieldMessageQuery) All(ctx context.Context) ([]*InvalidFieldMessage, error)
- func (ifmq *InvalidFieldMessageQuery) AllX(ctx context.Context) []*InvalidFieldMessage
- func (ifmq *InvalidFieldMessageQuery) Clone() *InvalidFieldMessageQuery
- func (ifmq *InvalidFieldMessageQuery) Count(ctx context.Context) (int, error)
- func (ifmq *InvalidFieldMessageQuery) CountX(ctx context.Context) int
- func (ifmq *InvalidFieldMessageQuery) Exist(ctx context.Context) (bool, error)
- func (ifmq *InvalidFieldMessageQuery) ExistX(ctx context.Context) bool
- func (ifmq *InvalidFieldMessageQuery) First(ctx context.Context) (*InvalidFieldMessage, error)
- func (ifmq *InvalidFieldMessageQuery) FirstID(ctx context.Context) (id int, err error)
- func (ifmq *InvalidFieldMessageQuery) FirstIDX(ctx context.Context) int
- func (ifmq *InvalidFieldMessageQuery) FirstX(ctx context.Context) *InvalidFieldMessage
- func (ifmq *InvalidFieldMessageQuery) GroupBy(field string, fields ...string) *InvalidFieldMessageGroupBy
- func (ifmq *InvalidFieldMessageQuery) IDs(ctx context.Context) ([]int, error)
- func (ifmq *InvalidFieldMessageQuery) IDsX(ctx context.Context) []int
- func (ifmq *InvalidFieldMessageQuery) Limit(limit int) *InvalidFieldMessageQuery
- func (ifmq *InvalidFieldMessageQuery) Offset(offset int) *InvalidFieldMessageQuery
- func (ifmq *InvalidFieldMessageQuery) Only(ctx context.Context) (*InvalidFieldMessage, error)
- func (ifmq *InvalidFieldMessageQuery) OnlyID(ctx context.Context) (id int, err error)
- func (ifmq *InvalidFieldMessageQuery) OnlyIDX(ctx context.Context) int
- func (ifmq *InvalidFieldMessageQuery) OnlyX(ctx context.Context) *InvalidFieldMessage
- func (ifmq *InvalidFieldMessageQuery) Order(o ...OrderFunc) *InvalidFieldMessageQuery
- func (ifmq *InvalidFieldMessageQuery) Select(fields ...string) *InvalidFieldMessageSelect
- func (ifmq *InvalidFieldMessageQuery) Unique(unique bool) *InvalidFieldMessageQuery
- func (ifmq *InvalidFieldMessageQuery) Where(ps ...predicate.InvalidFieldMessage) *InvalidFieldMessageQuery
- type InvalidFieldMessageSelect
- func (s *InvalidFieldMessageSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *InvalidFieldMessageSelect) BoolX(ctx context.Context) bool
- func (s *InvalidFieldMessageSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *InvalidFieldMessageSelect) BoolsX(ctx context.Context) []bool
- func (s *InvalidFieldMessageSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *InvalidFieldMessageSelect) Float64X(ctx context.Context) float64
- func (s *InvalidFieldMessageSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *InvalidFieldMessageSelect) Float64sX(ctx context.Context) []float64
- func (s *InvalidFieldMessageSelect) Int(ctx context.Context) (_ int, err error)
- func (s *InvalidFieldMessageSelect) IntX(ctx context.Context) int
- func (s *InvalidFieldMessageSelect) Ints(ctx context.Context) ([]int, error)
- func (s *InvalidFieldMessageSelect) IntsX(ctx context.Context) []int
- func (ifms *InvalidFieldMessageSelect) Scan(ctx context.Context, v interface{}) error
- func (s *InvalidFieldMessageSelect) ScanX(ctx context.Context, v interface{})
- func (s *InvalidFieldMessageSelect) String(ctx context.Context) (_ string, err error)
- func (s *InvalidFieldMessageSelect) StringX(ctx context.Context) string
- func (s *InvalidFieldMessageSelect) Strings(ctx context.Context) ([]string, error)
- func (s *InvalidFieldMessageSelect) StringsX(ctx context.Context) []string
- type InvalidFieldMessageUpdate
- func (ifmu *InvalidFieldMessageUpdate) Exec(ctx context.Context) error
- func (ifmu *InvalidFieldMessageUpdate) ExecX(ctx context.Context)
- func (ifmu *InvalidFieldMessageUpdate) Mutation() *InvalidFieldMessageMutation
- func (ifmu *InvalidFieldMessageUpdate) Save(ctx context.Context) (int, error)
- func (ifmu *InvalidFieldMessageUpdate) SaveX(ctx context.Context) int
- func (ifmu *InvalidFieldMessageUpdate) SetJSON(sj *schema.SomeJSON) *InvalidFieldMessageUpdate
- func (ifmu *InvalidFieldMessageUpdate) Where(ps ...predicate.InvalidFieldMessage) *InvalidFieldMessageUpdate
- type InvalidFieldMessageUpdateOne
- func (ifmuo *InvalidFieldMessageUpdateOne) Exec(ctx context.Context) error
- func (ifmuo *InvalidFieldMessageUpdateOne) ExecX(ctx context.Context)
- func (ifmuo *InvalidFieldMessageUpdateOne) Mutation() *InvalidFieldMessageMutation
- func (ifmuo *InvalidFieldMessageUpdateOne) Save(ctx context.Context) (*InvalidFieldMessage, error)
- func (ifmuo *InvalidFieldMessageUpdateOne) SaveX(ctx context.Context) *InvalidFieldMessage
- func (ifmuo *InvalidFieldMessageUpdateOne) Select(field string, fields ...string) *InvalidFieldMessageUpdateOne
- func (ifmuo *InvalidFieldMessageUpdateOne) SetJSON(sj *schema.SomeJSON) *InvalidFieldMessageUpdateOne
- type InvalidFieldMessages
- type MessageWithEnum
- type MessageWithEnumClient
- func (c *MessageWithEnumClient) Create() *MessageWithEnumCreate
- func (c *MessageWithEnumClient) CreateBulk(builders ...*MessageWithEnumCreate) *MessageWithEnumCreateBulk
- func (c *MessageWithEnumClient) Delete() *MessageWithEnumDelete
- func (c *MessageWithEnumClient) DeleteOne(mwe *MessageWithEnum) *MessageWithEnumDeleteOne
- func (c *MessageWithEnumClient) DeleteOneID(id int) *MessageWithEnumDeleteOne
- func (c *MessageWithEnumClient) Get(ctx context.Context, id int) (*MessageWithEnum, error)
- func (c *MessageWithEnumClient) GetX(ctx context.Context, id int) *MessageWithEnum
- func (c *MessageWithEnumClient) Hooks() []Hook
- func (c *MessageWithEnumClient) Query() *MessageWithEnumQuery
- func (c *MessageWithEnumClient) Update() *MessageWithEnumUpdate
- func (c *MessageWithEnumClient) UpdateOne(mwe *MessageWithEnum) *MessageWithEnumUpdateOne
- func (c *MessageWithEnumClient) UpdateOneID(id int) *MessageWithEnumUpdateOne
- func (c *MessageWithEnumClient) Use(hooks ...Hook)
- type MessageWithEnumCreate
- func (mwec *MessageWithEnumCreate) Exec(ctx context.Context) error
- func (mwec *MessageWithEnumCreate) ExecX(ctx context.Context)
- func (mwec *MessageWithEnumCreate) Mutation() *MessageWithEnumMutation
- func (mwec *MessageWithEnumCreate) Save(ctx context.Context) (*MessageWithEnum, error)
- func (mwec *MessageWithEnumCreate) SaveX(ctx context.Context) *MessageWithEnum
- func (mwec *MessageWithEnumCreate) SetEnumType(mt messagewithenum.EnumType) *MessageWithEnumCreate
- func (mwec *MessageWithEnumCreate) SetEnumWithoutDefault(mwd messagewithenum.EnumWithoutDefault) *MessageWithEnumCreate
- func (mwec *MessageWithEnumCreate) SetNillableEnumType(mt *messagewithenum.EnumType) *MessageWithEnumCreate
- type MessageWithEnumCreateBulk
- func (mwecb *MessageWithEnumCreateBulk) Exec(ctx context.Context) error
- func (mwecb *MessageWithEnumCreateBulk) ExecX(ctx context.Context)
- func (mwecb *MessageWithEnumCreateBulk) Save(ctx context.Context) ([]*MessageWithEnum, error)
- func (mwecb *MessageWithEnumCreateBulk) SaveX(ctx context.Context) []*MessageWithEnum
- type MessageWithEnumDelete
- type MessageWithEnumDeleteOne
- type MessageWithEnumGroupBy
- func (mwegb *MessageWithEnumGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithEnumGroupBy
- func (s *MessageWithEnumGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithEnumGroupBy) BoolX(ctx context.Context) bool
- func (s *MessageWithEnumGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithEnumGroupBy) BoolsX(ctx context.Context) []bool
- func (s *MessageWithEnumGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithEnumGroupBy) Float64X(ctx context.Context) float64
- func (s *MessageWithEnumGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithEnumGroupBy) Float64sX(ctx context.Context) []float64
- func (s *MessageWithEnumGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithEnumGroupBy) IntX(ctx context.Context) int
- func (s *MessageWithEnumGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithEnumGroupBy) IntsX(ctx context.Context) []int
- func (mwegb *MessageWithEnumGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithEnumGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithEnumGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithEnumGroupBy) StringX(ctx context.Context) string
- func (s *MessageWithEnumGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithEnumGroupBy) StringsX(ctx context.Context) []string
- type MessageWithEnumMutation
- func (m *MessageWithEnumMutation) AddField(name string, value ent.Value) error
- func (m *MessageWithEnumMutation) AddedEdges() []string
- func (m *MessageWithEnumMutation) AddedField(name string) (ent.Value, bool)
- func (m *MessageWithEnumMutation) AddedFields() []string
- func (m *MessageWithEnumMutation) AddedIDs(name string) []ent.Value
- func (m *MessageWithEnumMutation) ClearEdge(name string) error
- func (m *MessageWithEnumMutation) ClearField(name string) error
- func (m *MessageWithEnumMutation) ClearedEdges() []string
- func (m *MessageWithEnumMutation) ClearedFields() []string
- func (m MessageWithEnumMutation) Client() *Client
- func (m *MessageWithEnumMutation) EdgeCleared(name string) bool
- func (m *MessageWithEnumMutation) EnumType() (r messagewithenum.EnumType, exists bool)
- func (m *MessageWithEnumMutation) EnumWithoutDefault() (r messagewithenum.EnumWithoutDefault, exists bool)
- func (m *MessageWithEnumMutation) Field(name string) (ent.Value, bool)
- func (m *MessageWithEnumMutation) FieldCleared(name string) bool
- func (m *MessageWithEnumMutation) Fields() []string
- func (m *MessageWithEnumMutation) ID() (id int, exists bool)
- func (m *MessageWithEnumMutation) IDs(ctx context.Context) ([]int, error)
- func (m *MessageWithEnumMutation) OldEnumType(ctx context.Context) (v messagewithenum.EnumType, err error)
- func (m *MessageWithEnumMutation) OldEnumWithoutDefault(ctx context.Context) (v messagewithenum.EnumWithoutDefault, err error)
- func (m *MessageWithEnumMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *MessageWithEnumMutation) Op() Op
- func (m *MessageWithEnumMutation) RemovedEdges() []string
- func (m *MessageWithEnumMutation) RemovedIDs(name string) []ent.Value
- func (m *MessageWithEnumMutation) ResetEdge(name string) error
- func (m *MessageWithEnumMutation) ResetEnumType()
- func (m *MessageWithEnumMutation) ResetEnumWithoutDefault()
- func (m *MessageWithEnumMutation) ResetField(name string) error
- func (m *MessageWithEnumMutation) SetEnumType(mt messagewithenum.EnumType)
- func (m *MessageWithEnumMutation) SetEnumWithoutDefault(mwd messagewithenum.EnumWithoutDefault)
- func (m *MessageWithEnumMutation) SetField(name string, value ent.Value) error
- func (m MessageWithEnumMutation) Tx() (*Tx, error)
- func (m *MessageWithEnumMutation) Type() string
- func (m *MessageWithEnumMutation) Where(ps ...predicate.MessageWithEnum)
- type MessageWithEnumQuery
- func (mweq *MessageWithEnumQuery) All(ctx context.Context) ([]*MessageWithEnum, error)
- func (mweq *MessageWithEnumQuery) AllX(ctx context.Context) []*MessageWithEnum
- func (mweq *MessageWithEnumQuery) Clone() *MessageWithEnumQuery
- func (mweq *MessageWithEnumQuery) Count(ctx context.Context) (int, error)
- func (mweq *MessageWithEnumQuery) CountX(ctx context.Context) int
- func (mweq *MessageWithEnumQuery) Exist(ctx context.Context) (bool, error)
- func (mweq *MessageWithEnumQuery) ExistX(ctx context.Context) bool
- func (mweq *MessageWithEnumQuery) First(ctx context.Context) (*MessageWithEnum, error)
- func (mweq *MessageWithEnumQuery) FirstID(ctx context.Context) (id int, err error)
- func (mweq *MessageWithEnumQuery) FirstIDX(ctx context.Context) int
- func (mweq *MessageWithEnumQuery) FirstX(ctx context.Context) *MessageWithEnum
- func (mweq *MessageWithEnumQuery) GroupBy(field string, fields ...string) *MessageWithEnumGroupBy
- func (mweq *MessageWithEnumQuery) IDs(ctx context.Context) ([]int, error)
- func (mweq *MessageWithEnumQuery) IDsX(ctx context.Context) []int
- func (mweq *MessageWithEnumQuery) Limit(limit int) *MessageWithEnumQuery
- func (mweq *MessageWithEnumQuery) Offset(offset int) *MessageWithEnumQuery
- func (mweq *MessageWithEnumQuery) Only(ctx context.Context) (*MessageWithEnum, error)
- func (mweq *MessageWithEnumQuery) OnlyID(ctx context.Context) (id int, err error)
- func (mweq *MessageWithEnumQuery) OnlyIDX(ctx context.Context) int
- func (mweq *MessageWithEnumQuery) OnlyX(ctx context.Context) *MessageWithEnum
- func (mweq *MessageWithEnumQuery) Order(o ...OrderFunc) *MessageWithEnumQuery
- func (mweq *MessageWithEnumQuery) Select(fields ...string) *MessageWithEnumSelect
- func (mweq *MessageWithEnumQuery) Unique(unique bool) *MessageWithEnumQuery
- func (mweq *MessageWithEnumQuery) Where(ps ...predicate.MessageWithEnum) *MessageWithEnumQuery
- type MessageWithEnumSelect
- func (s *MessageWithEnumSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithEnumSelect) BoolX(ctx context.Context) bool
- func (s *MessageWithEnumSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithEnumSelect) BoolsX(ctx context.Context) []bool
- func (s *MessageWithEnumSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithEnumSelect) Float64X(ctx context.Context) float64
- func (s *MessageWithEnumSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithEnumSelect) Float64sX(ctx context.Context) []float64
- func (s *MessageWithEnumSelect) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithEnumSelect) IntX(ctx context.Context) int
- func (s *MessageWithEnumSelect) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithEnumSelect) IntsX(ctx context.Context) []int
- func (mwes *MessageWithEnumSelect) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithEnumSelect) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithEnumSelect) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithEnumSelect) StringX(ctx context.Context) string
- func (s *MessageWithEnumSelect) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithEnumSelect) StringsX(ctx context.Context) []string
- type MessageWithEnumUpdate
- func (mweu *MessageWithEnumUpdate) Exec(ctx context.Context) error
- func (mweu *MessageWithEnumUpdate) ExecX(ctx context.Context)
- func (mweu *MessageWithEnumUpdate) Mutation() *MessageWithEnumMutation
- func (mweu *MessageWithEnumUpdate) Save(ctx context.Context) (int, error)
- func (mweu *MessageWithEnumUpdate) SaveX(ctx context.Context) int
- func (mweu *MessageWithEnumUpdate) SetEnumType(mt messagewithenum.EnumType) *MessageWithEnumUpdate
- func (mweu *MessageWithEnumUpdate) SetEnumWithoutDefault(mwd messagewithenum.EnumWithoutDefault) *MessageWithEnumUpdate
- func (mweu *MessageWithEnumUpdate) SetNillableEnumType(mt *messagewithenum.EnumType) *MessageWithEnumUpdate
- func (mweu *MessageWithEnumUpdate) Where(ps ...predicate.MessageWithEnum) *MessageWithEnumUpdate
- type MessageWithEnumUpdateOne
- func (mweuo *MessageWithEnumUpdateOne) Exec(ctx context.Context) error
- func (mweuo *MessageWithEnumUpdateOne) ExecX(ctx context.Context)
- func (mweuo *MessageWithEnumUpdateOne) Mutation() *MessageWithEnumMutation
- func (mweuo *MessageWithEnumUpdateOne) Save(ctx context.Context) (*MessageWithEnum, error)
- func (mweuo *MessageWithEnumUpdateOne) SaveX(ctx context.Context) *MessageWithEnum
- func (mweuo *MessageWithEnumUpdateOne) Select(field string, fields ...string) *MessageWithEnumUpdateOne
- func (mweuo *MessageWithEnumUpdateOne) SetEnumType(mt messagewithenum.EnumType) *MessageWithEnumUpdateOne
- func (mweuo *MessageWithEnumUpdateOne) SetEnumWithoutDefault(mwd messagewithenum.EnumWithoutDefault) *MessageWithEnumUpdateOne
- func (mweuo *MessageWithEnumUpdateOne) SetNillableEnumType(mt *messagewithenum.EnumType) *MessageWithEnumUpdateOne
- type MessageWithEnums
- type MessageWithFieldOne
- type MessageWithFieldOneClient
- func (c *MessageWithFieldOneClient) Create() *MessageWithFieldOneCreate
- func (c *MessageWithFieldOneClient) CreateBulk(builders ...*MessageWithFieldOneCreate) *MessageWithFieldOneCreateBulk
- func (c *MessageWithFieldOneClient) Delete() *MessageWithFieldOneDelete
- func (c *MessageWithFieldOneClient) DeleteOne(mwfo *MessageWithFieldOne) *MessageWithFieldOneDeleteOne
- func (c *MessageWithFieldOneClient) DeleteOneID(id int) *MessageWithFieldOneDeleteOne
- func (c *MessageWithFieldOneClient) Get(ctx context.Context, id int) (*MessageWithFieldOne, error)
- func (c *MessageWithFieldOneClient) GetX(ctx context.Context, id int) *MessageWithFieldOne
- func (c *MessageWithFieldOneClient) Hooks() []Hook
- func (c *MessageWithFieldOneClient) Query() *MessageWithFieldOneQuery
- func (c *MessageWithFieldOneClient) Update() *MessageWithFieldOneUpdate
- func (c *MessageWithFieldOneClient) UpdateOne(mwfo *MessageWithFieldOne) *MessageWithFieldOneUpdateOne
- func (c *MessageWithFieldOneClient) UpdateOneID(id int) *MessageWithFieldOneUpdateOne
- func (c *MessageWithFieldOneClient) Use(hooks ...Hook)
- type MessageWithFieldOneCreate
- func (mwfoc *MessageWithFieldOneCreate) Exec(ctx context.Context) error
- func (mwfoc *MessageWithFieldOneCreate) ExecX(ctx context.Context)
- func (mwfoc *MessageWithFieldOneCreate) Mutation() *MessageWithFieldOneMutation
- func (mwfoc *MessageWithFieldOneCreate) Save(ctx context.Context) (*MessageWithFieldOne, error)
- func (mwfoc *MessageWithFieldOneCreate) SaveX(ctx context.Context) *MessageWithFieldOne
- func (mwfoc *MessageWithFieldOneCreate) SetFieldOne(i int32) *MessageWithFieldOneCreate
- type MessageWithFieldOneCreateBulk
- func (mwfocb *MessageWithFieldOneCreateBulk) Exec(ctx context.Context) error
- func (mwfocb *MessageWithFieldOneCreateBulk) ExecX(ctx context.Context)
- func (mwfocb *MessageWithFieldOneCreateBulk) Save(ctx context.Context) ([]*MessageWithFieldOne, error)
- func (mwfocb *MessageWithFieldOneCreateBulk) SaveX(ctx context.Context) []*MessageWithFieldOne
- type MessageWithFieldOneDelete
- type MessageWithFieldOneDeleteOne
- type MessageWithFieldOneGroupBy
- func (mwfogb *MessageWithFieldOneGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithFieldOneGroupBy
- func (s *MessageWithFieldOneGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithFieldOneGroupBy) BoolX(ctx context.Context) bool
- func (s *MessageWithFieldOneGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithFieldOneGroupBy) BoolsX(ctx context.Context) []bool
- func (s *MessageWithFieldOneGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithFieldOneGroupBy) Float64X(ctx context.Context) float64
- func (s *MessageWithFieldOneGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithFieldOneGroupBy) Float64sX(ctx context.Context) []float64
- func (s *MessageWithFieldOneGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithFieldOneGroupBy) IntX(ctx context.Context) int
- func (s *MessageWithFieldOneGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithFieldOneGroupBy) IntsX(ctx context.Context) []int
- func (mwfogb *MessageWithFieldOneGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithFieldOneGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithFieldOneGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithFieldOneGroupBy) StringX(ctx context.Context) string
- func (s *MessageWithFieldOneGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithFieldOneGroupBy) StringsX(ctx context.Context) []string
- type MessageWithFieldOneMutation
- func (m *MessageWithFieldOneMutation) AddField(name string, value ent.Value) error
- func (m *MessageWithFieldOneMutation) AddFieldOne(i int32)
- func (m *MessageWithFieldOneMutation) AddedEdges() []string
- func (m *MessageWithFieldOneMutation) AddedField(name string) (ent.Value, bool)
- func (m *MessageWithFieldOneMutation) AddedFieldOne() (r int32, exists bool)
- func (m *MessageWithFieldOneMutation) AddedFields() []string
- func (m *MessageWithFieldOneMutation) AddedIDs(name string) []ent.Value
- func (m *MessageWithFieldOneMutation) ClearEdge(name string) error
- func (m *MessageWithFieldOneMutation) ClearField(name string) error
- func (m *MessageWithFieldOneMutation) ClearedEdges() []string
- func (m *MessageWithFieldOneMutation) ClearedFields() []string
- func (m MessageWithFieldOneMutation) Client() *Client
- func (m *MessageWithFieldOneMutation) EdgeCleared(name string) bool
- func (m *MessageWithFieldOneMutation) Field(name string) (ent.Value, bool)
- func (m *MessageWithFieldOneMutation) FieldCleared(name string) bool
- func (m *MessageWithFieldOneMutation) FieldOne() (r int32, exists bool)
- func (m *MessageWithFieldOneMutation) Fields() []string
- func (m *MessageWithFieldOneMutation) ID() (id int, exists bool)
- func (m *MessageWithFieldOneMutation) IDs(ctx context.Context) ([]int, error)
- func (m *MessageWithFieldOneMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *MessageWithFieldOneMutation) OldFieldOne(ctx context.Context) (v int32, err error)
- func (m *MessageWithFieldOneMutation) Op() Op
- func (m *MessageWithFieldOneMutation) RemovedEdges() []string
- func (m *MessageWithFieldOneMutation) RemovedIDs(name string) []ent.Value
- func (m *MessageWithFieldOneMutation) ResetEdge(name string) error
- func (m *MessageWithFieldOneMutation) ResetField(name string) error
- func (m *MessageWithFieldOneMutation) ResetFieldOne()
- func (m *MessageWithFieldOneMutation) SetField(name string, value ent.Value) error
- func (m *MessageWithFieldOneMutation) SetFieldOne(i int32)
- func (m MessageWithFieldOneMutation) Tx() (*Tx, error)
- func (m *MessageWithFieldOneMutation) Type() string
- func (m *MessageWithFieldOneMutation) Where(ps ...predicate.MessageWithFieldOne)
- type MessageWithFieldOneQuery
- func (mwfoq *MessageWithFieldOneQuery) All(ctx context.Context) ([]*MessageWithFieldOne, error)
- func (mwfoq *MessageWithFieldOneQuery) AllX(ctx context.Context) []*MessageWithFieldOne
- func (mwfoq *MessageWithFieldOneQuery) Clone() *MessageWithFieldOneQuery
- func (mwfoq *MessageWithFieldOneQuery) Count(ctx context.Context) (int, error)
- func (mwfoq *MessageWithFieldOneQuery) CountX(ctx context.Context) int
- func (mwfoq *MessageWithFieldOneQuery) Exist(ctx context.Context) (bool, error)
- func (mwfoq *MessageWithFieldOneQuery) ExistX(ctx context.Context) bool
- func (mwfoq *MessageWithFieldOneQuery) First(ctx context.Context) (*MessageWithFieldOne, error)
- func (mwfoq *MessageWithFieldOneQuery) FirstID(ctx context.Context) (id int, err error)
- func (mwfoq *MessageWithFieldOneQuery) FirstIDX(ctx context.Context) int
- func (mwfoq *MessageWithFieldOneQuery) FirstX(ctx context.Context) *MessageWithFieldOne
- func (mwfoq *MessageWithFieldOneQuery) GroupBy(field string, fields ...string) *MessageWithFieldOneGroupBy
- func (mwfoq *MessageWithFieldOneQuery) IDs(ctx context.Context) ([]int, error)
- func (mwfoq *MessageWithFieldOneQuery) IDsX(ctx context.Context) []int
- func (mwfoq *MessageWithFieldOneQuery) Limit(limit int) *MessageWithFieldOneQuery
- func (mwfoq *MessageWithFieldOneQuery) Offset(offset int) *MessageWithFieldOneQuery
- func (mwfoq *MessageWithFieldOneQuery) Only(ctx context.Context) (*MessageWithFieldOne, error)
- func (mwfoq *MessageWithFieldOneQuery) OnlyID(ctx context.Context) (id int, err error)
- func (mwfoq *MessageWithFieldOneQuery) OnlyIDX(ctx context.Context) int
- func (mwfoq *MessageWithFieldOneQuery) OnlyX(ctx context.Context) *MessageWithFieldOne
- func (mwfoq *MessageWithFieldOneQuery) Order(o ...OrderFunc) *MessageWithFieldOneQuery
- func (mwfoq *MessageWithFieldOneQuery) Select(fields ...string) *MessageWithFieldOneSelect
- func (mwfoq *MessageWithFieldOneQuery) Unique(unique bool) *MessageWithFieldOneQuery
- func (mwfoq *MessageWithFieldOneQuery) Where(ps ...predicate.MessageWithFieldOne) *MessageWithFieldOneQuery
- type MessageWithFieldOneSelect
- func (s *MessageWithFieldOneSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithFieldOneSelect) BoolX(ctx context.Context) bool
- func (s *MessageWithFieldOneSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithFieldOneSelect) BoolsX(ctx context.Context) []bool
- func (s *MessageWithFieldOneSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithFieldOneSelect) Float64X(ctx context.Context) float64
- func (s *MessageWithFieldOneSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithFieldOneSelect) Float64sX(ctx context.Context) []float64
- func (s *MessageWithFieldOneSelect) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithFieldOneSelect) IntX(ctx context.Context) int
- func (s *MessageWithFieldOneSelect) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithFieldOneSelect) IntsX(ctx context.Context) []int
- func (mwfos *MessageWithFieldOneSelect) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithFieldOneSelect) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithFieldOneSelect) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithFieldOneSelect) StringX(ctx context.Context) string
- func (s *MessageWithFieldOneSelect) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithFieldOneSelect) StringsX(ctx context.Context) []string
- type MessageWithFieldOneUpdate
- func (mwfou *MessageWithFieldOneUpdate) AddFieldOne(i int32) *MessageWithFieldOneUpdate
- func (mwfou *MessageWithFieldOneUpdate) Exec(ctx context.Context) error
- func (mwfou *MessageWithFieldOneUpdate) ExecX(ctx context.Context)
- func (mwfou *MessageWithFieldOneUpdate) Mutation() *MessageWithFieldOneMutation
- func (mwfou *MessageWithFieldOneUpdate) Save(ctx context.Context) (int, error)
- func (mwfou *MessageWithFieldOneUpdate) SaveX(ctx context.Context) int
- func (mwfou *MessageWithFieldOneUpdate) SetFieldOne(i int32) *MessageWithFieldOneUpdate
- func (mwfou *MessageWithFieldOneUpdate) Where(ps ...predicate.MessageWithFieldOne) *MessageWithFieldOneUpdate
- type MessageWithFieldOneUpdateOne
- func (mwfouo *MessageWithFieldOneUpdateOne) AddFieldOne(i int32) *MessageWithFieldOneUpdateOne
- func (mwfouo *MessageWithFieldOneUpdateOne) Exec(ctx context.Context) error
- func (mwfouo *MessageWithFieldOneUpdateOne) ExecX(ctx context.Context)
- func (mwfouo *MessageWithFieldOneUpdateOne) Mutation() *MessageWithFieldOneMutation
- func (mwfouo *MessageWithFieldOneUpdateOne) Save(ctx context.Context) (*MessageWithFieldOne, error)
- func (mwfouo *MessageWithFieldOneUpdateOne) SaveX(ctx context.Context) *MessageWithFieldOne
- func (mwfouo *MessageWithFieldOneUpdateOne) Select(field string, fields ...string) *MessageWithFieldOneUpdateOne
- func (mwfouo *MessageWithFieldOneUpdateOne) SetFieldOne(i int32) *MessageWithFieldOneUpdateOne
- type MessageWithFieldOnes
- type MessageWithID
- type MessageWithIDClient
- func (c *MessageWithIDClient) Create() *MessageWithIDCreate
- func (c *MessageWithIDClient) CreateBulk(builders ...*MessageWithIDCreate) *MessageWithIDCreateBulk
- func (c *MessageWithIDClient) Delete() *MessageWithIDDelete
- func (c *MessageWithIDClient) DeleteOne(mwi *MessageWithID) *MessageWithIDDeleteOne
- func (c *MessageWithIDClient) DeleteOneID(id int32) *MessageWithIDDeleteOne
- func (c *MessageWithIDClient) Get(ctx context.Context, id int32) (*MessageWithID, error)
- func (c *MessageWithIDClient) GetX(ctx context.Context, id int32) *MessageWithID
- func (c *MessageWithIDClient) Hooks() []Hook
- func (c *MessageWithIDClient) Query() *MessageWithIDQuery
- func (c *MessageWithIDClient) Update() *MessageWithIDUpdate
- func (c *MessageWithIDClient) UpdateOne(mwi *MessageWithID) *MessageWithIDUpdateOne
- func (c *MessageWithIDClient) UpdateOneID(id int32) *MessageWithIDUpdateOne
- func (c *MessageWithIDClient) Use(hooks ...Hook)
- type MessageWithIDCreate
- func (mwic *MessageWithIDCreate) Exec(ctx context.Context) error
- func (mwic *MessageWithIDCreate) ExecX(ctx context.Context)
- func (mwic *MessageWithIDCreate) Mutation() *MessageWithIDMutation
- func (mwic *MessageWithIDCreate) Save(ctx context.Context) (*MessageWithID, error)
- func (mwic *MessageWithIDCreate) SaveX(ctx context.Context) *MessageWithID
- func (mwic *MessageWithIDCreate) SetID(i int32) *MessageWithIDCreate
- type MessageWithIDCreateBulk
- func (mwicb *MessageWithIDCreateBulk) Exec(ctx context.Context) error
- func (mwicb *MessageWithIDCreateBulk) ExecX(ctx context.Context)
- func (mwicb *MessageWithIDCreateBulk) Save(ctx context.Context) ([]*MessageWithID, error)
- func (mwicb *MessageWithIDCreateBulk) SaveX(ctx context.Context) []*MessageWithID
- type MessageWithIDDelete
- type MessageWithIDDeleteOne
- type MessageWithIDGroupBy
- func (mwigb *MessageWithIDGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithIDGroupBy
- func (s *MessageWithIDGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithIDGroupBy) BoolX(ctx context.Context) bool
- func (s *MessageWithIDGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithIDGroupBy) BoolsX(ctx context.Context) []bool
- func (s *MessageWithIDGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithIDGroupBy) Float64X(ctx context.Context) float64
- func (s *MessageWithIDGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithIDGroupBy) Float64sX(ctx context.Context) []float64
- func (s *MessageWithIDGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithIDGroupBy) IntX(ctx context.Context) int
- func (s *MessageWithIDGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithIDGroupBy) IntsX(ctx context.Context) []int
- func (mwigb *MessageWithIDGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithIDGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithIDGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithIDGroupBy) StringX(ctx context.Context) string
- func (s *MessageWithIDGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithIDGroupBy) StringsX(ctx context.Context) []string
- type MessageWithIDMutation
- func (m *MessageWithIDMutation) AddField(name string, value ent.Value) error
- func (m *MessageWithIDMutation) AddedEdges() []string
- func (m *MessageWithIDMutation) AddedField(name string) (ent.Value, bool)
- func (m *MessageWithIDMutation) AddedFields() []string
- func (m *MessageWithIDMutation) AddedIDs(name string) []ent.Value
- func (m *MessageWithIDMutation) ClearEdge(name string) error
- func (m *MessageWithIDMutation) ClearField(name string) error
- func (m *MessageWithIDMutation) ClearedEdges() []string
- func (m *MessageWithIDMutation) ClearedFields() []string
- func (m MessageWithIDMutation) Client() *Client
- func (m *MessageWithIDMutation) EdgeCleared(name string) bool
- func (m *MessageWithIDMutation) Field(name string) (ent.Value, bool)
- func (m *MessageWithIDMutation) FieldCleared(name string) bool
- func (m *MessageWithIDMutation) Fields() []string
- func (m *MessageWithIDMutation) ID() (id int32, exists bool)
- func (m *MessageWithIDMutation) IDs(ctx context.Context) ([]int32, error)
- func (m *MessageWithIDMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *MessageWithIDMutation) Op() Op
- func (m *MessageWithIDMutation) RemovedEdges() []string
- func (m *MessageWithIDMutation) RemovedIDs(name string) []ent.Value
- func (m *MessageWithIDMutation) ResetEdge(name string) error
- func (m *MessageWithIDMutation) ResetField(name string) error
- func (m *MessageWithIDMutation) SetField(name string, value ent.Value) error
- func (m *MessageWithIDMutation) SetID(id int32)
- func (m MessageWithIDMutation) Tx() (*Tx, error)
- func (m *MessageWithIDMutation) Type() string
- func (m *MessageWithIDMutation) Where(ps ...predicate.MessageWithID)
- type MessageWithIDQuery
- func (mwiq *MessageWithIDQuery) All(ctx context.Context) ([]*MessageWithID, error)
- func (mwiq *MessageWithIDQuery) AllX(ctx context.Context) []*MessageWithID
- func (mwiq *MessageWithIDQuery) Clone() *MessageWithIDQuery
- func (mwiq *MessageWithIDQuery) Count(ctx context.Context) (int, error)
- func (mwiq *MessageWithIDQuery) CountX(ctx context.Context) int
- func (mwiq *MessageWithIDQuery) Exist(ctx context.Context) (bool, error)
- func (mwiq *MessageWithIDQuery) ExistX(ctx context.Context) bool
- func (mwiq *MessageWithIDQuery) First(ctx context.Context) (*MessageWithID, error)
- func (mwiq *MessageWithIDQuery) FirstID(ctx context.Context) (id int32, err error)
- func (mwiq *MessageWithIDQuery) FirstIDX(ctx context.Context) int32
- func (mwiq *MessageWithIDQuery) FirstX(ctx context.Context) *MessageWithID
- func (mwiq *MessageWithIDQuery) GroupBy(field string, fields ...string) *MessageWithIDGroupBy
- func (mwiq *MessageWithIDQuery) IDs(ctx context.Context) ([]int32, error)
- func (mwiq *MessageWithIDQuery) IDsX(ctx context.Context) []int32
- func (mwiq *MessageWithIDQuery) Limit(limit int) *MessageWithIDQuery
- func (mwiq *MessageWithIDQuery) Offset(offset int) *MessageWithIDQuery
- func (mwiq *MessageWithIDQuery) Only(ctx context.Context) (*MessageWithID, error)
- func (mwiq *MessageWithIDQuery) OnlyID(ctx context.Context) (id int32, err error)
- func (mwiq *MessageWithIDQuery) OnlyIDX(ctx context.Context) int32
- func (mwiq *MessageWithIDQuery) OnlyX(ctx context.Context) *MessageWithID
- func (mwiq *MessageWithIDQuery) Order(o ...OrderFunc) *MessageWithIDQuery
- func (mwiq *MessageWithIDQuery) Select(fields ...string) *MessageWithIDSelect
- func (mwiq *MessageWithIDQuery) Unique(unique bool) *MessageWithIDQuery
- func (mwiq *MessageWithIDQuery) Where(ps ...predicate.MessageWithID) *MessageWithIDQuery
- type MessageWithIDSelect
- func (s *MessageWithIDSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithIDSelect) BoolX(ctx context.Context) bool
- func (s *MessageWithIDSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithIDSelect) BoolsX(ctx context.Context) []bool
- func (s *MessageWithIDSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithIDSelect) Float64X(ctx context.Context) float64
- func (s *MessageWithIDSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithIDSelect) Float64sX(ctx context.Context) []float64
- func (s *MessageWithIDSelect) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithIDSelect) IntX(ctx context.Context) int
- func (s *MessageWithIDSelect) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithIDSelect) IntsX(ctx context.Context) []int
- func (mwis *MessageWithIDSelect) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithIDSelect) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithIDSelect) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithIDSelect) StringX(ctx context.Context) string
- func (s *MessageWithIDSelect) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithIDSelect) StringsX(ctx context.Context) []string
- type MessageWithIDUpdate
- func (mwiu *MessageWithIDUpdate) Exec(ctx context.Context) error
- func (mwiu *MessageWithIDUpdate) ExecX(ctx context.Context)
- func (mwiu *MessageWithIDUpdate) Mutation() *MessageWithIDMutation
- func (mwiu *MessageWithIDUpdate) Save(ctx context.Context) (int, error)
- func (mwiu *MessageWithIDUpdate) SaveX(ctx context.Context) int
- func (mwiu *MessageWithIDUpdate) Where(ps ...predicate.MessageWithID) *MessageWithIDUpdate
- type MessageWithIDUpdateOne
- func (mwiuo *MessageWithIDUpdateOne) Exec(ctx context.Context) error
- func (mwiuo *MessageWithIDUpdateOne) ExecX(ctx context.Context)
- func (mwiuo *MessageWithIDUpdateOne) Mutation() *MessageWithIDMutation
- func (mwiuo *MessageWithIDUpdateOne) Save(ctx context.Context) (*MessageWithID, error)
- func (mwiuo *MessageWithIDUpdateOne) SaveX(ctx context.Context) *MessageWithID
- func (mwiuo *MessageWithIDUpdateOne) Select(field string, fields ...string) *MessageWithIDUpdateOne
- type MessageWithIDs
- type MessageWithOptionals
- type MessageWithOptionalsClient
- func (c *MessageWithOptionalsClient) Create() *MessageWithOptionalsCreate
- func (c *MessageWithOptionalsClient) CreateBulk(builders ...*MessageWithOptionalsCreate) *MessageWithOptionalsCreateBulk
- func (c *MessageWithOptionalsClient) Delete() *MessageWithOptionalsDelete
- func (c *MessageWithOptionalsClient) DeleteOne(mwo *MessageWithOptionals) *MessageWithOptionalsDeleteOne
- func (c *MessageWithOptionalsClient) DeleteOneID(id int) *MessageWithOptionalsDeleteOne
- func (c *MessageWithOptionalsClient) Get(ctx context.Context, id int) (*MessageWithOptionals, error)
- func (c *MessageWithOptionalsClient) GetX(ctx context.Context, id int) *MessageWithOptionals
- func (c *MessageWithOptionalsClient) Hooks() []Hook
- func (c *MessageWithOptionalsClient) Query() *MessageWithOptionalsQuery
- func (c *MessageWithOptionalsClient) Update() *MessageWithOptionalsUpdate
- func (c *MessageWithOptionalsClient) UpdateOne(mwo *MessageWithOptionals) *MessageWithOptionalsUpdateOne
- func (c *MessageWithOptionalsClient) UpdateOneID(id int) *MessageWithOptionalsUpdateOne
- func (c *MessageWithOptionalsClient) Use(hooks ...Hook)
- type MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) Exec(ctx context.Context) error
- func (mwoc *MessageWithOptionalsCreate) ExecX(ctx context.Context)
- func (mwoc *MessageWithOptionalsCreate) Mutation() *MessageWithOptionalsMutation
- func (mwoc *MessageWithOptionalsCreate) Save(ctx context.Context) (*MessageWithOptionals, error)
- func (mwoc *MessageWithOptionalsCreate) SaveX(ctx context.Context) *MessageWithOptionals
- func (mwoc *MessageWithOptionalsCreate) SetBoolOptional(b bool) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetBytesOptional(b []byte) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetFloatOptional(f float32) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetIntOptional(i int8) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetNillableBoolOptional(b *bool) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetNillableFloatOptional(f *float32) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetNillableIntOptional(i *int8) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetNillableStrOptional(s *string) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetNillableTimeOptional(t *time.Time) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetNillableUUIDOptional(u *uuid.UUID) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetNillableUintOptional(u *uint8) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetStrOptional(s string) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetTimeOptional(t time.Time) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetUUIDOptional(u uuid.UUID) *MessageWithOptionalsCreate
- func (mwoc *MessageWithOptionalsCreate) SetUintOptional(u uint8) *MessageWithOptionalsCreate
- type MessageWithOptionalsCreateBulk
- func (mwocb *MessageWithOptionalsCreateBulk) Exec(ctx context.Context) error
- func (mwocb *MessageWithOptionalsCreateBulk) ExecX(ctx context.Context)
- func (mwocb *MessageWithOptionalsCreateBulk) Save(ctx context.Context) ([]*MessageWithOptionals, error)
- func (mwocb *MessageWithOptionalsCreateBulk) SaveX(ctx context.Context) []*MessageWithOptionals
- type MessageWithOptionalsDelete
- type MessageWithOptionalsDeleteOne
- type MessageWithOptionalsGroupBy
- func (mwogb *MessageWithOptionalsGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithOptionalsGroupBy
- func (s *MessageWithOptionalsGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithOptionalsGroupBy) BoolX(ctx context.Context) bool
- func (s *MessageWithOptionalsGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithOptionalsGroupBy) BoolsX(ctx context.Context) []bool
- func (s *MessageWithOptionalsGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithOptionalsGroupBy) Float64X(ctx context.Context) float64
- func (s *MessageWithOptionalsGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithOptionalsGroupBy) Float64sX(ctx context.Context) []float64
- func (s *MessageWithOptionalsGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithOptionalsGroupBy) IntX(ctx context.Context) int
- func (s *MessageWithOptionalsGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithOptionalsGroupBy) IntsX(ctx context.Context) []int
- func (mwogb *MessageWithOptionalsGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithOptionalsGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithOptionalsGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithOptionalsGroupBy) StringX(ctx context.Context) string
- func (s *MessageWithOptionalsGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithOptionalsGroupBy) StringsX(ctx context.Context) []string
- type MessageWithOptionalsMutation
- func (m *MessageWithOptionalsMutation) AddField(name string, value ent.Value) error
- func (m *MessageWithOptionalsMutation) AddFloatOptional(f float32)
- func (m *MessageWithOptionalsMutation) AddIntOptional(i int8)
- func (m *MessageWithOptionalsMutation) AddUintOptional(u int8)
- func (m *MessageWithOptionalsMutation) AddedEdges() []string
- func (m *MessageWithOptionalsMutation) AddedField(name string) (ent.Value, bool)
- func (m *MessageWithOptionalsMutation) AddedFields() []string
- func (m *MessageWithOptionalsMutation) AddedFloatOptional() (r float32, exists bool)
- func (m *MessageWithOptionalsMutation) AddedIDs(name string) []ent.Value
- func (m *MessageWithOptionalsMutation) AddedIntOptional() (r int8, exists bool)
- func (m *MessageWithOptionalsMutation) AddedUintOptional() (r int8, exists bool)
- func (m *MessageWithOptionalsMutation) BoolOptional() (r bool, exists bool)
- func (m *MessageWithOptionalsMutation) BoolOptionalCleared() bool
- func (m *MessageWithOptionalsMutation) BytesOptional() (r []byte, exists bool)
- func (m *MessageWithOptionalsMutation) BytesOptionalCleared() bool
- func (m *MessageWithOptionalsMutation) ClearBoolOptional()
- func (m *MessageWithOptionalsMutation) ClearBytesOptional()
- func (m *MessageWithOptionalsMutation) ClearEdge(name string) error
- func (m *MessageWithOptionalsMutation) ClearField(name string) error
- func (m *MessageWithOptionalsMutation) ClearFloatOptional()
- func (m *MessageWithOptionalsMutation) ClearIntOptional()
- func (m *MessageWithOptionalsMutation) ClearStrOptional()
- func (m *MessageWithOptionalsMutation) ClearTimeOptional()
- func (m *MessageWithOptionalsMutation) ClearUUIDOptional()
- func (m *MessageWithOptionalsMutation) ClearUintOptional()
- func (m *MessageWithOptionalsMutation) ClearedEdges() []string
- func (m *MessageWithOptionalsMutation) ClearedFields() []string
- func (m MessageWithOptionalsMutation) Client() *Client
- func (m *MessageWithOptionalsMutation) EdgeCleared(name string) bool
- func (m *MessageWithOptionalsMutation) Field(name string) (ent.Value, bool)
- func (m *MessageWithOptionalsMutation) FieldCleared(name string) bool
- func (m *MessageWithOptionalsMutation) Fields() []string
- func (m *MessageWithOptionalsMutation) FloatOptional() (r float32, exists bool)
- func (m *MessageWithOptionalsMutation) FloatOptionalCleared() bool
- func (m *MessageWithOptionalsMutation) ID() (id int, exists bool)
- func (m *MessageWithOptionalsMutation) IDs(ctx context.Context) ([]int, error)
- func (m *MessageWithOptionalsMutation) IntOptional() (r int8, exists bool)
- func (m *MessageWithOptionalsMutation) IntOptionalCleared() bool
- func (m *MessageWithOptionalsMutation) OldBoolOptional(ctx context.Context) (v bool, err error)
- func (m *MessageWithOptionalsMutation) OldBytesOptional(ctx context.Context) (v []byte, err error)
- func (m *MessageWithOptionalsMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *MessageWithOptionalsMutation) OldFloatOptional(ctx context.Context) (v float32, err error)
- func (m *MessageWithOptionalsMutation) OldIntOptional(ctx context.Context) (v int8, err error)
- func (m *MessageWithOptionalsMutation) OldStrOptional(ctx context.Context) (v string, err error)
- func (m *MessageWithOptionalsMutation) OldTimeOptional(ctx context.Context) (v time.Time, err error)
- func (m *MessageWithOptionalsMutation) OldUUIDOptional(ctx context.Context) (v uuid.UUID, err error)
- func (m *MessageWithOptionalsMutation) OldUintOptional(ctx context.Context) (v uint8, err error)
- func (m *MessageWithOptionalsMutation) Op() Op
- func (m *MessageWithOptionalsMutation) RemovedEdges() []string
- func (m *MessageWithOptionalsMutation) RemovedIDs(name string) []ent.Value
- func (m *MessageWithOptionalsMutation) ResetBoolOptional()
- func (m *MessageWithOptionalsMutation) ResetBytesOptional()
- func (m *MessageWithOptionalsMutation) ResetEdge(name string) error
- func (m *MessageWithOptionalsMutation) ResetField(name string) error
- func (m *MessageWithOptionalsMutation) ResetFloatOptional()
- func (m *MessageWithOptionalsMutation) ResetIntOptional()
- func (m *MessageWithOptionalsMutation) ResetStrOptional()
- func (m *MessageWithOptionalsMutation) ResetTimeOptional()
- func (m *MessageWithOptionalsMutation) ResetUUIDOptional()
- func (m *MessageWithOptionalsMutation) ResetUintOptional()
- func (m *MessageWithOptionalsMutation) SetBoolOptional(b bool)
- func (m *MessageWithOptionalsMutation) SetBytesOptional(b []byte)
- func (m *MessageWithOptionalsMutation) SetField(name string, value ent.Value) error
- func (m *MessageWithOptionalsMutation) SetFloatOptional(f float32)
- func (m *MessageWithOptionalsMutation) SetIntOptional(i int8)
- func (m *MessageWithOptionalsMutation) SetStrOptional(s string)
- func (m *MessageWithOptionalsMutation) SetTimeOptional(t time.Time)
- func (m *MessageWithOptionalsMutation) SetUUIDOptional(u uuid.UUID)
- func (m *MessageWithOptionalsMutation) SetUintOptional(u uint8)
- func (m *MessageWithOptionalsMutation) StrOptional() (r string, exists bool)
- func (m *MessageWithOptionalsMutation) StrOptionalCleared() bool
- func (m *MessageWithOptionalsMutation) TimeOptional() (r time.Time, exists bool)
- func (m *MessageWithOptionalsMutation) TimeOptionalCleared() bool
- func (m MessageWithOptionalsMutation) Tx() (*Tx, error)
- func (m *MessageWithOptionalsMutation) Type() string
- func (m *MessageWithOptionalsMutation) UUIDOptional() (r uuid.UUID, exists bool)
- func (m *MessageWithOptionalsMutation) UUIDOptionalCleared() bool
- func (m *MessageWithOptionalsMutation) UintOptional() (r uint8, exists bool)
- func (m *MessageWithOptionalsMutation) UintOptionalCleared() bool
- func (m *MessageWithOptionalsMutation) Where(ps ...predicate.MessageWithOptionals)
- type MessageWithOptionalsQuery
- func (mwoq *MessageWithOptionalsQuery) All(ctx context.Context) ([]*MessageWithOptionals, error)
- func (mwoq *MessageWithOptionalsQuery) AllX(ctx context.Context) []*MessageWithOptionals
- func (mwoq *MessageWithOptionalsQuery) Clone() *MessageWithOptionalsQuery
- func (mwoq *MessageWithOptionalsQuery) Count(ctx context.Context) (int, error)
- func (mwoq *MessageWithOptionalsQuery) CountX(ctx context.Context) int
- func (mwoq *MessageWithOptionalsQuery) Exist(ctx context.Context) (bool, error)
- func (mwoq *MessageWithOptionalsQuery) ExistX(ctx context.Context) bool
- func (mwoq *MessageWithOptionalsQuery) First(ctx context.Context) (*MessageWithOptionals, error)
- func (mwoq *MessageWithOptionalsQuery) FirstID(ctx context.Context) (id int, err error)
- func (mwoq *MessageWithOptionalsQuery) FirstIDX(ctx context.Context) int
- func (mwoq *MessageWithOptionalsQuery) FirstX(ctx context.Context) *MessageWithOptionals
- func (mwoq *MessageWithOptionalsQuery) GroupBy(field string, fields ...string) *MessageWithOptionalsGroupBy
- func (mwoq *MessageWithOptionalsQuery) IDs(ctx context.Context) ([]int, error)
- func (mwoq *MessageWithOptionalsQuery) IDsX(ctx context.Context) []int
- func (mwoq *MessageWithOptionalsQuery) Limit(limit int) *MessageWithOptionalsQuery
- func (mwoq *MessageWithOptionalsQuery) Offset(offset int) *MessageWithOptionalsQuery
- func (mwoq *MessageWithOptionalsQuery) Only(ctx context.Context) (*MessageWithOptionals, error)
- func (mwoq *MessageWithOptionalsQuery) OnlyID(ctx context.Context) (id int, err error)
- func (mwoq *MessageWithOptionalsQuery) OnlyIDX(ctx context.Context) int
- func (mwoq *MessageWithOptionalsQuery) OnlyX(ctx context.Context) *MessageWithOptionals
- func (mwoq *MessageWithOptionalsQuery) Order(o ...OrderFunc) *MessageWithOptionalsQuery
- func (mwoq *MessageWithOptionalsQuery) Select(fields ...string) *MessageWithOptionalsSelect
- func (mwoq *MessageWithOptionalsQuery) Unique(unique bool) *MessageWithOptionalsQuery
- func (mwoq *MessageWithOptionalsQuery) Where(ps ...predicate.MessageWithOptionals) *MessageWithOptionalsQuery
- type MessageWithOptionalsSelect
- func (s *MessageWithOptionalsSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithOptionalsSelect) BoolX(ctx context.Context) bool
- func (s *MessageWithOptionalsSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithOptionalsSelect) BoolsX(ctx context.Context) []bool
- func (s *MessageWithOptionalsSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithOptionalsSelect) Float64X(ctx context.Context) float64
- func (s *MessageWithOptionalsSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithOptionalsSelect) Float64sX(ctx context.Context) []float64
- func (s *MessageWithOptionalsSelect) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithOptionalsSelect) IntX(ctx context.Context) int
- func (s *MessageWithOptionalsSelect) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithOptionalsSelect) IntsX(ctx context.Context) []int
- func (mwos *MessageWithOptionalsSelect) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithOptionalsSelect) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithOptionalsSelect) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithOptionalsSelect) StringX(ctx context.Context) string
- func (s *MessageWithOptionalsSelect) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithOptionalsSelect) StringsX(ctx context.Context) []string
- type MessageWithOptionalsSlice
- type MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) AddFloatOptional(f float32) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) AddIntOptional(i int8) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) AddUintOptional(u int8) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) ClearBoolOptional() *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) ClearBytesOptional() *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) ClearFloatOptional() *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) ClearIntOptional() *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) ClearStrOptional() *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) ClearTimeOptional() *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) ClearUUIDOptional() *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) ClearUintOptional() *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) Exec(ctx context.Context) error
- func (mwou *MessageWithOptionalsUpdate) ExecX(ctx context.Context)
- func (mwou *MessageWithOptionalsUpdate) Mutation() *MessageWithOptionalsMutation
- func (mwou *MessageWithOptionalsUpdate) Save(ctx context.Context) (int, error)
- func (mwou *MessageWithOptionalsUpdate) SaveX(ctx context.Context) int
- func (mwou *MessageWithOptionalsUpdate) SetBoolOptional(b bool) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetBytesOptional(b []byte) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetFloatOptional(f float32) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetIntOptional(i int8) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetNillableBoolOptional(b *bool) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetNillableFloatOptional(f *float32) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetNillableIntOptional(i *int8) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetNillableStrOptional(s *string) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetNillableTimeOptional(t *time.Time) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetNillableUUIDOptional(u *uuid.UUID) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetNillableUintOptional(u *uint8) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetStrOptional(s string) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetTimeOptional(t time.Time) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetUUIDOptional(u uuid.UUID) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) SetUintOptional(u uint8) *MessageWithOptionalsUpdate
- func (mwou *MessageWithOptionalsUpdate) Where(ps ...predicate.MessageWithOptionals) *MessageWithOptionalsUpdate
- type MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) AddFloatOptional(f float32) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) AddIntOptional(i int8) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) AddUintOptional(u int8) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) ClearBoolOptional() *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) ClearBytesOptional() *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) ClearFloatOptional() *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) ClearIntOptional() *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) ClearStrOptional() *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) ClearTimeOptional() *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) ClearUUIDOptional() *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) ClearUintOptional() *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) Exec(ctx context.Context) error
- func (mwouo *MessageWithOptionalsUpdateOne) ExecX(ctx context.Context)
- func (mwouo *MessageWithOptionalsUpdateOne) Mutation() *MessageWithOptionalsMutation
- func (mwouo *MessageWithOptionalsUpdateOne) Save(ctx context.Context) (*MessageWithOptionals, error)
- func (mwouo *MessageWithOptionalsUpdateOne) SaveX(ctx context.Context) *MessageWithOptionals
- func (mwouo *MessageWithOptionalsUpdateOne) Select(field string, fields ...string) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetBoolOptional(b bool) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetBytesOptional(b []byte) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetFloatOptional(f float32) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetIntOptional(i int8) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetNillableBoolOptional(b *bool) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetNillableFloatOptional(f *float32) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetNillableIntOptional(i *int8) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetNillableStrOptional(s *string) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetNillableTimeOptional(t *time.Time) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetNillableUUIDOptional(u *uuid.UUID) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetNillableUintOptional(u *uint8) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetStrOptional(s string) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetTimeOptional(t time.Time) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetUUIDOptional(u uuid.UUID) *MessageWithOptionalsUpdateOne
- func (mwouo *MessageWithOptionalsUpdateOne) SetUintOptional(u uint8) *MessageWithOptionalsUpdateOne
- type MessageWithPackageName
- type MessageWithPackageNameClient
- func (c *MessageWithPackageNameClient) Create() *MessageWithPackageNameCreate
- func (c *MessageWithPackageNameClient) CreateBulk(builders ...*MessageWithPackageNameCreate) *MessageWithPackageNameCreateBulk
- func (c *MessageWithPackageNameClient) Delete() *MessageWithPackageNameDelete
- func (c *MessageWithPackageNameClient) DeleteOne(mwpn *MessageWithPackageName) *MessageWithPackageNameDeleteOne
- func (c *MessageWithPackageNameClient) DeleteOneID(id int) *MessageWithPackageNameDeleteOne
- func (c *MessageWithPackageNameClient) Get(ctx context.Context, id int) (*MessageWithPackageName, error)
- func (c *MessageWithPackageNameClient) GetX(ctx context.Context, id int) *MessageWithPackageName
- func (c *MessageWithPackageNameClient) Hooks() []Hook
- func (c *MessageWithPackageNameClient) Query() *MessageWithPackageNameQuery
- func (c *MessageWithPackageNameClient) Update() *MessageWithPackageNameUpdate
- func (c *MessageWithPackageNameClient) UpdateOne(mwpn *MessageWithPackageName) *MessageWithPackageNameUpdateOne
- func (c *MessageWithPackageNameClient) UpdateOneID(id int) *MessageWithPackageNameUpdateOne
- func (c *MessageWithPackageNameClient) Use(hooks ...Hook)
- type MessageWithPackageNameCreate
- func (mwpnc *MessageWithPackageNameCreate) Exec(ctx context.Context) error
- func (mwpnc *MessageWithPackageNameCreate) ExecX(ctx context.Context)
- func (mwpnc *MessageWithPackageNameCreate) Mutation() *MessageWithPackageNameMutation
- func (mwpnc *MessageWithPackageNameCreate) Save(ctx context.Context) (*MessageWithPackageName, error)
- func (mwpnc *MessageWithPackageNameCreate) SaveX(ctx context.Context) *MessageWithPackageName
- func (mwpnc *MessageWithPackageNameCreate) SetName(s string) *MessageWithPackageNameCreate
- type MessageWithPackageNameCreateBulk
- func (mwpncb *MessageWithPackageNameCreateBulk) Exec(ctx context.Context) error
- func (mwpncb *MessageWithPackageNameCreateBulk) ExecX(ctx context.Context)
- func (mwpncb *MessageWithPackageNameCreateBulk) Save(ctx context.Context) ([]*MessageWithPackageName, error)
- func (mwpncb *MessageWithPackageNameCreateBulk) SaveX(ctx context.Context) []*MessageWithPackageName
- type MessageWithPackageNameDelete
- type MessageWithPackageNameDeleteOne
- type MessageWithPackageNameGroupBy
- func (mwpngb *MessageWithPackageNameGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithPackageNameGroupBy
- func (s *MessageWithPackageNameGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithPackageNameGroupBy) BoolX(ctx context.Context) bool
- func (s *MessageWithPackageNameGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithPackageNameGroupBy) BoolsX(ctx context.Context) []bool
- func (s *MessageWithPackageNameGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithPackageNameGroupBy) Float64X(ctx context.Context) float64
- func (s *MessageWithPackageNameGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithPackageNameGroupBy) Float64sX(ctx context.Context) []float64
- func (s *MessageWithPackageNameGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithPackageNameGroupBy) IntX(ctx context.Context) int
- func (s *MessageWithPackageNameGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithPackageNameGroupBy) IntsX(ctx context.Context) []int
- func (mwpngb *MessageWithPackageNameGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithPackageNameGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithPackageNameGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithPackageNameGroupBy) StringX(ctx context.Context) string
- func (s *MessageWithPackageNameGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithPackageNameGroupBy) StringsX(ctx context.Context) []string
- type MessageWithPackageNameMutation
- func (m *MessageWithPackageNameMutation) AddField(name string, value ent.Value) error
- func (m *MessageWithPackageNameMutation) AddedEdges() []string
- func (m *MessageWithPackageNameMutation) AddedField(name string) (ent.Value, bool)
- func (m *MessageWithPackageNameMutation) AddedFields() []string
- func (m *MessageWithPackageNameMutation) AddedIDs(name string) []ent.Value
- func (m *MessageWithPackageNameMutation) ClearEdge(name string) error
- func (m *MessageWithPackageNameMutation) ClearField(name string) error
- func (m *MessageWithPackageNameMutation) ClearedEdges() []string
- func (m *MessageWithPackageNameMutation) ClearedFields() []string
- func (m MessageWithPackageNameMutation) Client() *Client
- func (m *MessageWithPackageNameMutation) EdgeCleared(name string) bool
- func (m *MessageWithPackageNameMutation) Field(name string) (ent.Value, bool)
- func (m *MessageWithPackageNameMutation) FieldCleared(name string) bool
- func (m *MessageWithPackageNameMutation) Fields() []string
- func (m *MessageWithPackageNameMutation) ID() (id int, exists bool)
- func (m *MessageWithPackageNameMutation) IDs(ctx context.Context) ([]int, error)
- func (m *MessageWithPackageNameMutation) Name() (r string, exists bool)
- func (m *MessageWithPackageNameMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *MessageWithPackageNameMutation) OldName(ctx context.Context) (v string, err error)
- func (m *MessageWithPackageNameMutation) Op() Op
- func (m *MessageWithPackageNameMutation) RemovedEdges() []string
- func (m *MessageWithPackageNameMutation) RemovedIDs(name string) []ent.Value
- func (m *MessageWithPackageNameMutation) ResetEdge(name string) error
- func (m *MessageWithPackageNameMutation) ResetField(name string) error
- func (m *MessageWithPackageNameMutation) ResetName()
- func (m *MessageWithPackageNameMutation) SetField(name string, value ent.Value) error
- func (m *MessageWithPackageNameMutation) SetName(s string)
- func (m MessageWithPackageNameMutation) Tx() (*Tx, error)
- func (m *MessageWithPackageNameMutation) Type() string
- func (m *MessageWithPackageNameMutation) Where(ps ...predicate.MessageWithPackageName)
- type MessageWithPackageNameQuery
- func (mwpnq *MessageWithPackageNameQuery) All(ctx context.Context) ([]*MessageWithPackageName, error)
- func (mwpnq *MessageWithPackageNameQuery) AllX(ctx context.Context) []*MessageWithPackageName
- func (mwpnq *MessageWithPackageNameQuery) Clone() *MessageWithPackageNameQuery
- func (mwpnq *MessageWithPackageNameQuery) Count(ctx context.Context) (int, error)
- func (mwpnq *MessageWithPackageNameQuery) CountX(ctx context.Context) int
- func (mwpnq *MessageWithPackageNameQuery) Exist(ctx context.Context) (bool, error)
- func (mwpnq *MessageWithPackageNameQuery) ExistX(ctx context.Context) bool
- func (mwpnq *MessageWithPackageNameQuery) First(ctx context.Context) (*MessageWithPackageName, error)
- func (mwpnq *MessageWithPackageNameQuery) FirstID(ctx context.Context) (id int, err error)
- func (mwpnq *MessageWithPackageNameQuery) FirstIDX(ctx context.Context) int
- func (mwpnq *MessageWithPackageNameQuery) FirstX(ctx context.Context) *MessageWithPackageName
- func (mwpnq *MessageWithPackageNameQuery) GroupBy(field string, fields ...string) *MessageWithPackageNameGroupBy
- func (mwpnq *MessageWithPackageNameQuery) IDs(ctx context.Context) ([]int, error)
- func (mwpnq *MessageWithPackageNameQuery) IDsX(ctx context.Context) []int
- func (mwpnq *MessageWithPackageNameQuery) Limit(limit int) *MessageWithPackageNameQuery
- func (mwpnq *MessageWithPackageNameQuery) Offset(offset int) *MessageWithPackageNameQuery
- func (mwpnq *MessageWithPackageNameQuery) Only(ctx context.Context) (*MessageWithPackageName, error)
- func (mwpnq *MessageWithPackageNameQuery) OnlyID(ctx context.Context) (id int, err error)
- func (mwpnq *MessageWithPackageNameQuery) OnlyIDX(ctx context.Context) int
- func (mwpnq *MessageWithPackageNameQuery) OnlyX(ctx context.Context) *MessageWithPackageName
- func (mwpnq *MessageWithPackageNameQuery) Order(o ...OrderFunc) *MessageWithPackageNameQuery
- func (mwpnq *MessageWithPackageNameQuery) Select(fields ...string) *MessageWithPackageNameSelect
- func (mwpnq *MessageWithPackageNameQuery) Unique(unique bool) *MessageWithPackageNameQuery
- func (mwpnq *MessageWithPackageNameQuery) Where(ps ...predicate.MessageWithPackageName) *MessageWithPackageNameQuery
- type MessageWithPackageNameSelect
- func (s *MessageWithPackageNameSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *MessageWithPackageNameSelect) BoolX(ctx context.Context) bool
- func (s *MessageWithPackageNameSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *MessageWithPackageNameSelect) BoolsX(ctx context.Context) []bool
- func (s *MessageWithPackageNameSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *MessageWithPackageNameSelect) Float64X(ctx context.Context) float64
- func (s *MessageWithPackageNameSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *MessageWithPackageNameSelect) Float64sX(ctx context.Context) []float64
- func (s *MessageWithPackageNameSelect) Int(ctx context.Context) (_ int, err error)
- func (s *MessageWithPackageNameSelect) IntX(ctx context.Context) int
- func (s *MessageWithPackageNameSelect) Ints(ctx context.Context) ([]int, error)
- func (s *MessageWithPackageNameSelect) IntsX(ctx context.Context) []int
- func (mwpns *MessageWithPackageNameSelect) Scan(ctx context.Context, v interface{}) error
- func (s *MessageWithPackageNameSelect) ScanX(ctx context.Context, v interface{})
- func (s *MessageWithPackageNameSelect) String(ctx context.Context) (_ string, err error)
- func (s *MessageWithPackageNameSelect) StringX(ctx context.Context) string
- func (s *MessageWithPackageNameSelect) Strings(ctx context.Context) ([]string, error)
- func (s *MessageWithPackageNameSelect) StringsX(ctx context.Context) []string
- type MessageWithPackageNameUpdate
- func (mwpnu *MessageWithPackageNameUpdate) Exec(ctx context.Context) error
- func (mwpnu *MessageWithPackageNameUpdate) ExecX(ctx context.Context)
- func (mwpnu *MessageWithPackageNameUpdate) Mutation() *MessageWithPackageNameMutation
- func (mwpnu *MessageWithPackageNameUpdate) Save(ctx context.Context) (int, error)
- func (mwpnu *MessageWithPackageNameUpdate) SaveX(ctx context.Context) int
- func (mwpnu *MessageWithPackageNameUpdate) SetName(s string) *MessageWithPackageNameUpdate
- func (mwpnu *MessageWithPackageNameUpdate) Where(ps ...predicate.MessageWithPackageName) *MessageWithPackageNameUpdate
- type MessageWithPackageNameUpdateOne
- func (mwpnuo *MessageWithPackageNameUpdateOne) Exec(ctx context.Context) error
- func (mwpnuo *MessageWithPackageNameUpdateOne) ExecX(ctx context.Context)
- func (mwpnuo *MessageWithPackageNameUpdateOne) Mutation() *MessageWithPackageNameMutation
- func (mwpnuo *MessageWithPackageNameUpdateOne) Save(ctx context.Context) (*MessageWithPackageName, error)
- func (mwpnuo *MessageWithPackageNameUpdateOne) SaveX(ctx context.Context) *MessageWithPackageName
- func (mwpnuo *MessageWithPackageNameUpdateOne) Select(field string, fields ...string) *MessageWithPackageNameUpdateOne
- func (mwpnuo *MessageWithPackageNameUpdateOne) SetName(s string) *MessageWithPackageNameUpdateOne
- type MessageWithPackageNames
- type MutateFunc
- type Mutation
- type Mutator
- type NotFoundError
- type NotLoadedError
- type NotSingularError
- type OneMethodService
- type OneMethodServiceClient
- func (c *OneMethodServiceClient) Create() *OneMethodServiceCreate
- func (c *OneMethodServiceClient) CreateBulk(builders ...*OneMethodServiceCreate) *OneMethodServiceCreateBulk
- func (c *OneMethodServiceClient) Delete() *OneMethodServiceDelete
- func (c *OneMethodServiceClient) DeleteOne(oms *OneMethodService) *OneMethodServiceDeleteOne
- func (c *OneMethodServiceClient) DeleteOneID(id int) *OneMethodServiceDeleteOne
- func (c *OneMethodServiceClient) Get(ctx context.Context, id int) (*OneMethodService, error)
- func (c *OneMethodServiceClient) GetX(ctx context.Context, id int) *OneMethodService
- func (c *OneMethodServiceClient) Hooks() []Hook
- func (c *OneMethodServiceClient) Query() *OneMethodServiceQuery
- func (c *OneMethodServiceClient) Update() *OneMethodServiceUpdate
- func (c *OneMethodServiceClient) UpdateOne(oms *OneMethodService) *OneMethodServiceUpdateOne
- func (c *OneMethodServiceClient) UpdateOneID(id int) *OneMethodServiceUpdateOne
- func (c *OneMethodServiceClient) Use(hooks ...Hook)
- type OneMethodServiceCreate
- func (omsc *OneMethodServiceCreate) Exec(ctx context.Context) error
- func (omsc *OneMethodServiceCreate) ExecX(ctx context.Context)
- func (omsc *OneMethodServiceCreate) Mutation() *OneMethodServiceMutation
- func (omsc *OneMethodServiceCreate) Save(ctx context.Context) (*OneMethodService, error)
- func (omsc *OneMethodServiceCreate) SaveX(ctx context.Context) *OneMethodService
- type OneMethodServiceCreateBulk
- func (omscb *OneMethodServiceCreateBulk) Exec(ctx context.Context) error
- func (omscb *OneMethodServiceCreateBulk) ExecX(ctx context.Context)
- func (omscb *OneMethodServiceCreateBulk) Save(ctx context.Context) ([]*OneMethodService, error)
- func (omscb *OneMethodServiceCreateBulk) SaveX(ctx context.Context) []*OneMethodService
- type OneMethodServiceDelete
- type OneMethodServiceDeleteOne
- type OneMethodServiceGroupBy
- func (omsgb *OneMethodServiceGroupBy) Aggregate(fns ...AggregateFunc) *OneMethodServiceGroupBy
- func (s *OneMethodServiceGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *OneMethodServiceGroupBy) BoolX(ctx context.Context) bool
- func (s *OneMethodServiceGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *OneMethodServiceGroupBy) BoolsX(ctx context.Context) []bool
- func (s *OneMethodServiceGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *OneMethodServiceGroupBy) Float64X(ctx context.Context) float64
- func (s *OneMethodServiceGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *OneMethodServiceGroupBy) Float64sX(ctx context.Context) []float64
- func (s *OneMethodServiceGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *OneMethodServiceGroupBy) IntX(ctx context.Context) int
- func (s *OneMethodServiceGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *OneMethodServiceGroupBy) IntsX(ctx context.Context) []int
- func (omsgb *OneMethodServiceGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *OneMethodServiceGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *OneMethodServiceGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *OneMethodServiceGroupBy) StringX(ctx context.Context) string
- func (s *OneMethodServiceGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *OneMethodServiceGroupBy) StringsX(ctx context.Context) []string
- type OneMethodServiceMutation
- func (m *OneMethodServiceMutation) AddField(name string, value ent.Value) error
- func (m *OneMethodServiceMutation) AddedEdges() []string
- func (m *OneMethodServiceMutation) AddedField(name string) (ent.Value, bool)
- func (m *OneMethodServiceMutation) AddedFields() []string
- func (m *OneMethodServiceMutation) AddedIDs(name string) []ent.Value
- func (m *OneMethodServiceMutation) ClearEdge(name string) error
- func (m *OneMethodServiceMutation) ClearField(name string) error
- func (m *OneMethodServiceMutation) ClearedEdges() []string
- func (m *OneMethodServiceMutation) ClearedFields() []string
- func (m OneMethodServiceMutation) Client() *Client
- func (m *OneMethodServiceMutation) EdgeCleared(name string) bool
- func (m *OneMethodServiceMutation) Field(name string) (ent.Value, bool)
- func (m *OneMethodServiceMutation) FieldCleared(name string) bool
- func (m *OneMethodServiceMutation) Fields() []string
- func (m *OneMethodServiceMutation) ID() (id int, exists bool)
- func (m *OneMethodServiceMutation) IDs(ctx context.Context) ([]int, error)
- func (m *OneMethodServiceMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *OneMethodServiceMutation) Op() Op
- func (m *OneMethodServiceMutation) RemovedEdges() []string
- func (m *OneMethodServiceMutation) RemovedIDs(name string) []ent.Value
- func (m *OneMethodServiceMutation) ResetEdge(name string) error
- func (m *OneMethodServiceMutation) ResetField(name string) error
- func (m *OneMethodServiceMutation) SetField(name string, value ent.Value) error
- func (m OneMethodServiceMutation) Tx() (*Tx, error)
- func (m *OneMethodServiceMutation) Type() string
- func (m *OneMethodServiceMutation) Where(ps ...predicate.OneMethodService)
- type OneMethodServiceQuery
- func (omsq *OneMethodServiceQuery) All(ctx context.Context) ([]*OneMethodService, error)
- func (omsq *OneMethodServiceQuery) AllX(ctx context.Context) []*OneMethodService
- func (omsq *OneMethodServiceQuery) Clone() *OneMethodServiceQuery
- func (omsq *OneMethodServiceQuery) Count(ctx context.Context) (int, error)
- func (omsq *OneMethodServiceQuery) CountX(ctx context.Context) int
- func (omsq *OneMethodServiceQuery) Exist(ctx context.Context) (bool, error)
- func (omsq *OneMethodServiceQuery) ExistX(ctx context.Context) bool
- func (omsq *OneMethodServiceQuery) First(ctx context.Context) (*OneMethodService, error)
- func (omsq *OneMethodServiceQuery) FirstID(ctx context.Context) (id int, err error)
- func (omsq *OneMethodServiceQuery) FirstIDX(ctx context.Context) int
- func (omsq *OneMethodServiceQuery) FirstX(ctx context.Context) *OneMethodService
- func (omsq *OneMethodServiceQuery) GroupBy(field string, fields ...string) *OneMethodServiceGroupBy
- func (omsq *OneMethodServiceQuery) IDs(ctx context.Context) ([]int, error)
- func (omsq *OneMethodServiceQuery) IDsX(ctx context.Context) []int
- func (omsq *OneMethodServiceQuery) Limit(limit int) *OneMethodServiceQuery
- func (omsq *OneMethodServiceQuery) Offset(offset int) *OneMethodServiceQuery
- func (omsq *OneMethodServiceQuery) Only(ctx context.Context) (*OneMethodService, error)
- func (omsq *OneMethodServiceQuery) OnlyID(ctx context.Context) (id int, err error)
- func (omsq *OneMethodServiceQuery) OnlyIDX(ctx context.Context) int
- func (omsq *OneMethodServiceQuery) OnlyX(ctx context.Context) *OneMethodService
- func (omsq *OneMethodServiceQuery) Order(o ...OrderFunc) *OneMethodServiceQuery
- func (omsq *OneMethodServiceQuery) Select(fields ...string) *OneMethodServiceSelect
- func (omsq *OneMethodServiceQuery) Unique(unique bool) *OneMethodServiceQuery
- func (omsq *OneMethodServiceQuery) Where(ps ...predicate.OneMethodService) *OneMethodServiceQuery
- type OneMethodServiceSelect
- func (s *OneMethodServiceSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *OneMethodServiceSelect) BoolX(ctx context.Context) bool
- func (s *OneMethodServiceSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *OneMethodServiceSelect) BoolsX(ctx context.Context) []bool
- func (s *OneMethodServiceSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *OneMethodServiceSelect) Float64X(ctx context.Context) float64
- func (s *OneMethodServiceSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *OneMethodServiceSelect) Float64sX(ctx context.Context) []float64
- func (s *OneMethodServiceSelect) Int(ctx context.Context) (_ int, err error)
- func (s *OneMethodServiceSelect) IntX(ctx context.Context) int
- func (s *OneMethodServiceSelect) Ints(ctx context.Context) ([]int, error)
- func (s *OneMethodServiceSelect) IntsX(ctx context.Context) []int
- func (omss *OneMethodServiceSelect) Scan(ctx context.Context, v interface{}) error
- func (s *OneMethodServiceSelect) ScanX(ctx context.Context, v interface{})
- func (s *OneMethodServiceSelect) String(ctx context.Context) (_ string, err error)
- func (s *OneMethodServiceSelect) StringX(ctx context.Context) string
- func (s *OneMethodServiceSelect) Strings(ctx context.Context) ([]string, error)
- func (s *OneMethodServiceSelect) StringsX(ctx context.Context) []string
- type OneMethodServiceUpdate
- func (omsu *OneMethodServiceUpdate) Exec(ctx context.Context) error
- func (omsu *OneMethodServiceUpdate) ExecX(ctx context.Context)
- func (omsu *OneMethodServiceUpdate) Mutation() *OneMethodServiceMutation
- func (omsu *OneMethodServiceUpdate) Save(ctx context.Context) (int, error)
- func (omsu *OneMethodServiceUpdate) SaveX(ctx context.Context) int
- func (omsu *OneMethodServiceUpdate) Where(ps ...predicate.OneMethodService) *OneMethodServiceUpdate
- type OneMethodServiceUpdateOne
- func (omsuo *OneMethodServiceUpdateOne) Exec(ctx context.Context) error
- func (omsuo *OneMethodServiceUpdateOne) ExecX(ctx context.Context)
- func (omsuo *OneMethodServiceUpdateOne) Mutation() *OneMethodServiceMutation
- func (omsuo *OneMethodServiceUpdateOne) Save(ctx context.Context) (*OneMethodService, error)
- func (omsuo *OneMethodServiceUpdateOne) SaveX(ctx context.Context) *OneMethodService
- func (omsuo *OneMethodServiceUpdateOne) Select(field string, fields ...string) *OneMethodServiceUpdateOne
- type OneMethodServices
- type Op
- type Option
- type OrderFunc
- type Policy
- type Portal
- type PortalClient
- func (c *PortalClient) Create() *PortalCreate
- func (c *PortalClient) CreateBulk(builders ...*PortalCreate) *PortalCreateBulk
- func (c *PortalClient) Delete() *PortalDelete
- func (c *PortalClient) DeleteOne(po *Portal) *PortalDeleteOne
- func (c *PortalClient) DeleteOneID(id int) *PortalDeleteOne
- func (c *PortalClient) Get(ctx context.Context, id int) (*Portal, error)
- func (c *PortalClient) GetX(ctx context.Context, id int) *Portal
- func (c *PortalClient) Hooks() []Hook
- func (c *PortalClient) Query() *PortalQuery
- func (c *PortalClient) QueryCategory(po *Portal) *CategoryQuery
- func (c *PortalClient) Update() *PortalUpdate
- func (c *PortalClient) UpdateOne(po *Portal) *PortalUpdateOne
- func (c *PortalClient) UpdateOneID(id int) *PortalUpdateOne
- func (c *PortalClient) Use(hooks ...Hook)
- type PortalCreate
- func (pc *PortalCreate) Exec(ctx context.Context) error
- func (pc *PortalCreate) ExecX(ctx context.Context)
- func (pc *PortalCreate) Mutation() *PortalMutation
- func (pc *PortalCreate) Save(ctx context.Context) (*Portal, error)
- func (pc *PortalCreate) SaveX(ctx context.Context) *Portal
- func (pc *PortalCreate) SetCategory(c *Category) *PortalCreate
- func (pc *PortalCreate) SetCategoryID(id int) *PortalCreate
- func (pc *PortalCreate) SetDescription(s string) *PortalCreate
- func (pc *PortalCreate) SetName(s string) *PortalCreate
- func (pc *PortalCreate) SetNillableCategoryID(id *int) *PortalCreate
- type PortalCreateBulk
- type PortalDelete
- type PortalDeleteOne
- type PortalEdges
- type PortalGroupBy
- func (pgb *PortalGroupBy) Aggregate(fns ...AggregateFunc) *PortalGroupBy
- func (s *PortalGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *PortalGroupBy) BoolX(ctx context.Context) bool
- func (s *PortalGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *PortalGroupBy) BoolsX(ctx context.Context) []bool
- func (s *PortalGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *PortalGroupBy) Float64X(ctx context.Context) float64
- func (s *PortalGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *PortalGroupBy) Float64sX(ctx context.Context) []float64
- func (s *PortalGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *PortalGroupBy) IntX(ctx context.Context) int
- func (s *PortalGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *PortalGroupBy) IntsX(ctx context.Context) []int
- func (pgb *PortalGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *PortalGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *PortalGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *PortalGroupBy) StringX(ctx context.Context) string
- func (s *PortalGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *PortalGroupBy) StringsX(ctx context.Context) []string
- type PortalMutation
- func (m *PortalMutation) AddField(name string, value ent.Value) error
- func (m *PortalMutation) AddedEdges() []string
- func (m *PortalMutation) AddedField(name string) (ent.Value, bool)
- func (m *PortalMutation) AddedFields() []string
- func (m *PortalMutation) AddedIDs(name string) []ent.Value
- func (m *PortalMutation) CategoryCleared() bool
- func (m *PortalMutation) CategoryID() (id int, exists bool)
- func (m *PortalMutation) CategoryIDs() (ids []int)
- func (m *PortalMutation) ClearCategory()
- func (m *PortalMutation) ClearEdge(name string) error
- func (m *PortalMutation) ClearField(name string) error
- func (m *PortalMutation) ClearedEdges() []string
- func (m *PortalMutation) ClearedFields() []string
- func (m PortalMutation) Client() *Client
- func (m *PortalMutation) Description() (r string, exists bool)
- func (m *PortalMutation) EdgeCleared(name string) bool
- func (m *PortalMutation) Field(name string) (ent.Value, bool)
- func (m *PortalMutation) FieldCleared(name string) bool
- func (m *PortalMutation) Fields() []string
- func (m *PortalMutation) ID() (id int, exists bool)
- func (m *PortalMutation) IDs(ctx context.Context) ([]int, error)
- func (m *PortalMutation) Name() (r string, exists bool)
- func (m *PortalMutation) OldDescription(ctx context.Context) (v string, err error)
- func (m *PortalMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *PortalMutation) OldName(ctx context.Context) (v string, err error)
- func (m *PortalMutation) Op() Op
- func (m *PortalMutation) RemovedEdges() []string
- func (m *PortalMutation) RemovedIDs(name string) []ent.Value
- func (m *PortalMutation) ResetCategory()
- func (m *PortalMutation) ResetDescription()
- func (m *PortalMutation) ResetEdge(name string) error
- func (m *PortalMutation) ResetField(name string) error
- func (m *PortalMutation) ResetName()
- func (m *PortalMutation) SetCategoryID(id int)
- func (m *PortalMutation) SetDescription(s string)
- func (m *PortalMutation) SetField(name string, value ent.Value) error
- func (m *PortalMutation) SetName(s string)
- func (m PortalMutation) Tx() (*Tx, error)
- func (m *PortalMutation) Type() string
- func (m *PortalMutation) Where(ps ...predicate.Portal)
- type PortalQuery
- func (pq *PortalQuery) All(ctx context.Context) ([]*Portal, error)
- func (pq *PortalQuery) AllX(ctx context.Context) []*Portal
- func (pq *PortalQuery) Clone() *PortalQuery
- func (pq *PortalQuery) Count(ctx context.Context) (int, error)
- func (pq *PortalQuery) CountX(ctx context.Context) int
- func (pq *PortalQuery) Exist(ctx context.Context) (bool, error)
- func (pq *PortalQuery) ExistX(ctx context.Context) bool
- func (pq *PortalQuery) First(ctx context.Context) (*Portal, error)
- func (pq *PortalQuery) FirstID(ctx context.Context) (id int, err error)
- func (pq *PortalQuery) FirstIDX(ctx context.Context) int
- func (pq *PortalQuery) FirstX(ctx context.Context) *Portal
- func (pq *PortalQuery) GroupBy(field string, fields ...string) *PortalGroupBy
- func (pq *PortalQuery) IDs(ctx context.Context) ([]int, error)
- func (pq *PortalQuery) IDsX(ctx context.Context) []int
- func (pq *PortalQuery) Limit(limit int) *PortalQuery
- func (pq *PortalQuery) Offset(offset int) *PortalQuery
- func (pq *PortalQuery) Only(ctx context.Context) (*Portal, error)
- func (pq *PortalQuery) OnlyID(ctx context.Context) (id int, err error)
- func (pq *PortalQuery) OnlyIDX(ctx context.Context) int
- func (pq *PortalQuery) OnlyX(ctx context.Context) *Portal
- func (pq *PortalQuery) Order(o ...OrderFunc) *PortalQuery
- func (pq *PortalQuery) QueryCategory() *CategoryQuery
- func (pq *PortalQuery) Select(fields ...string) *PortalSelect
- func (pq *PortalQuery) Unique(unique bool) *PortalQuery
- func (pq *PortalQuery) Where(ps ...predicate.Portal) *PortalQuery
- func (pq *PortalQuery) WithCategory(opts ...func(*CategoryQuery)) *PortalQuery
- type PortalSelect
- func (s *PortalSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *PortalSelect) BoolX(ctx context.Context) bool
- func (s *PortalSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *PortalSelect) BoolsX(ctx context.Context) []bool
- func (s *PortalSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *PortalSelect) Float64X(ctx context.Context) float64
- func (s *PortalSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *PortalSelect) Float64sX(ctx context.Context) []float64
- func (s *PortalSelect) Int(ctx context.Context) (_ int, err error)
- func (s *PortalSelect) IntX(ctx context.Context) int
- func (s *PortalSelect) Ints(ctx context.Context) ([]int, error)
- func (s *PortalSelect) IntsX(ctx context.Context) []int
- func (ps *PortalSelect) Scan(ctx context.Context, v interface{}) error
- func (s *PortalSelect) ScanX(ctx context.Context, v interface{})
- func (s *PortalSelect) String(ctx context.Context) (_ string, err error)
- func (s *PortalSelect) StringX(ctx context.Context) string
- func (s *PortalSelect) Strings(ctx context.Context) ([]string, error)
- func (s *PortalSelect) StringsX(ctx context.Context) []string
- type PortalUpdate
- func (pu *PortalUpdate) ClearCategory() *PortalUpdate
- func (pu *PortalUpdate) Exec(ctx context.Context) error
- func (pu *PortalUpdate) ExecX(ctx context.Context)
- func (pu *PortalUpdate) Mutation() *PortalMutation
- func (pu *PortalUpdate) Save(ctx context.Context) (int, error)
- func (pu *PortalUpdate) SaveX(ctx context.Context) int
- func (pu *PortalUpdate) SetCategory(c *Category) *PortalUpdate
- func (pu *PortalUpdate) SetCategoryID(id int) *PortalUpdate
- func (pu *PortalUpdate) SetDescription(s string) *PortalUpdate
- func (pu *PortalUpdate) SetName(s string) *PortalUpdate
- func (pu *PortalUpdate) SetNillableCategoryID(id *int) *PortalUpdate
- func (pu *PortalUpdate) Where(ps ...predicate.Portal) *PortalUpdate
- type PortalUpdateOne
- func (puo *PortalUpdateOne) ClearCategory() *PortalUpdateOne
- func (puo *PortalUpdateOne) Exec(ctx context.Context) error
- func (puo *PortalUpdateOne) ExecX(ctx context.Context)
- func (puo *PortalUpdateOne) Mutation() *PortalMutation
- func (puo *PortalUpdateOne) Save(ctx context.Context) (*Portal, error)
- func (puo *PortalUpdateOne) SaveX(ctx context.Context) *Portal
- func (puo *PortalUpdateOne) Select(field string, fields ...string) *PortalUpdateOne
- func (puo *PortalUpdateOne) SetCategory(c *Category) *PortalUpdateOne
- func (puo *PortalUpdateOne) SetCategoryID(id int) *PortalUpdateOne
- func (puo *PortalUpdateOne) SetDescription(s string) *PortalUpdateOne
- func (puo *PortalUpdateOne) SetName(s string) *PortalUpdateOne
- func (puo *PortalUpdateOne) SetNillableCategoryID(id *int) *PortalUpdateOne
- type Portals
- type Query
- type RollbackFunc
- type RollbackHook
- type Rollbacker
- type SkipEdgeExample
- type SkipEdgeExampleClient
- func (c *SkipEdgeExampleClient) Create() *SkipEdgeExampleCreate
- func (c *SkipEdgeExampleClient) CreateBulk(builders ...*SkipEdgeExampleCreate) *SkipEdgeExampleCreateBulk
- func (c *SkipEdgeExampleClient) Delete() *SkipEdgeExampleDelete
- func (c *SkipEdgeExampleClient) DeleteOne(see *SkipEdgeExample) *SkipEdgeExampleDeleteOne
- func (c *SkipEdgeExampleClient) DeleteOneID(id int) *SkipEdgeExampleDeleteOne
- func (c *SkipEdgeExampleClient) Get(ctx context.Context, id int) (*SkipEdgeExample, error)
- func (c *SkipEdgeExampleClient) GetX(ctx context.Context, id int) *SkipEdgeExample
- func (c *SkipEdgeExampleClient) Hooks() []Hook
- func (c *SkipEdgeExampleClient) Query() *SkipEdgeExampleQuery
- func (c *SkipEdgeExampleClient) QueryUser(see *SkipEdgeExample) *UserQuery
- func (c *SkipEdgeExampleClient) Update() *SkipEdgeExampleUpdate
- func (c *SkipEdgeExampleClient) UpdateOne(see *SkipEdgeExample) *SkipEdgeExampleUpdateOne
- func (c *SkipEdgeExampleClient) UpdateOneID(id int) *SkipEdgeExampleUpdateOne
- func (c *SkipEdgeExampleClient) Use(hooks ...Hook)
- type SkipEdgeExampleCreate
- func (seec *SkipEdgeExampleCreate) Exec(ctx context.Context) error
- func (seec *SkipEdgeExampleCreate) ExecX(ctx context.Context)
- func (seec *SkipEdgeExampleCreate) Mutation() *SkipEdgeExampleMutation
- func (seec *SkipEdgeExampleCreate) Save(ctx context.Context) (*SkipEdgeExample, error)
- func (seec *SkipEdgeExampleCreate) SaveX(ctx context.Context) *SkipEdgeExample
- func (seec *SkipEdgeExampleCreate) SetNillableUserID(id *int) *SkipEdgeExampleCreate
- func (seec *SkipEdgeExampleCreate) SetUser(u *User) *SkipEdgeExampleCreate
- func (seec *SkipEdgeExampleCreate) SetUserID(id int) *SkipEdgeExampleCreate
- type SkipEdgeExampleCreateBulk
- func (seecb *SkipEdgeExampleCreateBulk) Exec(ctx context.Context) error
- func (seecb *SkipEdgeExampleCreateBulk) ExecX(ctx context.Context)
- func (seecb *SkipEdgeExampleCreateBulk) Save(ctx context.Context) ([]*SkipEdgeExample, error)
- func (seecb *SkipEdgeExampleCreateBulk) SaveX(ctx context.Context) []*SkipEdgeExample
- type SkipEdgeExampleDelete
- type SkipEdgeExampleDeleteOne
- type SkipEdgeExampleEdges
- type SkipEdgeExampleGroupBy
- func (seegb *SkipEdgeExampleGroupBy) Aggregate(fns ...AggregateFunc) *SkipEdgeExampleGroupBy
- func (s *SkipEdgeExampleGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *SkipEdgeExampleGroupBy) BoolX(ctx context.Context) bool
- func (s *SkipEdgeExampleGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *SkipEdgeExampleGroupBy) BoolsX(ctx context.Context) []bool
- func (s *SkipEdgeExampleGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *SkipEdgeExampleGroupBy) Float64X(ctx context.Context) float64
- func (s *SkipEdgeExampleGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *SkipEdgeExampleGroupBy) Float64sX(ctx context.Context) []float64
- func (s *SkipEdgeExampleGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *SkipEdgeExampleGroupBy) IntX(ctx context.Context) int
- func (s *SkipEdgeExampleGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *SkipEdgeExampleGroupBy) IntsX(ctx context.Context) []int
- func (seegb *SkipEdgeExampleGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *SkipEdgeExampleGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *SkipEdgeExampleGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *SkipEdgeExampleGroupBy) StringX(ctx context.Context) string
- func (s *SkipEdgeExampleGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *SkipEdgeExampleGroupBy) StringsX(ctx context.Context) []string
- type SkipEdgeExampleMutation
- func (m *SkipEdgeExampleMutation) AddField(name string, value ent.Value) error
- func (m *SkipEdgeExampleMutation) AddedEdges() []string
- func (m *SkipEdgeExampleMutation) AddedField(name string) (ent.Value, bool)
- func (m *SkipEdgeExampleMutation) AddedFields() []string
- func (m *SkipEdgeExampleMutation) AddedIDs(name string) []ent.Value
- func (m *SkipEdgeExampleMutation) ClearEdge(name string) error
- func (m *SkipEdgeExampleMutation) ClearField(name string) error
- func (m *SkipEdgeExampleMutation) ClearUser()
- func (m *SkipEdgeExampleMutation) ClearedEdges() []string
- func (m *SkipEdgeExampleMutation) ClearedFields() []string
- func (m SkipEdgeExampleMutation) Client() *Client
- func (m *SkipEdgeExampleMutation) EdgeCleared(name string) bool
- func (m *SkipEdgeExampleMutation) Field(name string) (ent.Value, bool)
- func (m *SkipEdgeExampleMutation) FieldCleared(name string) bool
- func (m *SkipEdgeExampleMutation) Fields() []string
- func (m *SkipEdgeExampleMutation) ID() (id int, exists bool)
- func (m *SkipEdgeExampleMutation) IDs(ctx context.Context) ([]int, error)
- func (m *SkipEdgeExampleMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *SkipEdgeExampleMutation) Op() Op
- func (m *SkipEdgeExampleMutation) RemovedEdges() []string
- func (m *SkipEdgeExampleMutation) RemovedIDs(name string) []ent.Value
- func (m *SkipEdgeExampleMutation) ResetEdge(name string) error
- func (m *SkipEdgeExampleMutation) ResetField(name string) error
- func (m *SkipEdgeExampleMutation) ResetUser()
- func (m *SkipEdgeExampleMutation) SetField(name string, value ent.Value) error
- func (m *SkipEdgeExampleMutation) SetUserID(id int)
- func (m SkipEdgeExampleMutation) Tx() (*Tx, error)
- func (m *SkipEdgeExampleMutation) Type() string
- func (m *SkipEdgeExampleMutation) UserCleared() bool
- func (m *SkipEdgeExampleMutation) UserID() (id int, exists bool)
- func (m *SkipEdgeExampleMutation) UserIDs() (ids []int)
- func (m *SkipEdgeExampleMutation) Where(ps ...predicate.SkipEdgeExample)
- type SkipEdgeExampleQuery
- func (seeq *SkipEdgeExampleQuery) All(ctx context.Context) ([]*SkipEdgeExample, error)
- func (seeq *SkipEdgeExampleQuery) AllX(ctx context.Context) []*SkipEdgeExample
- func (seeq *SkipEdgeExampleQuery) Clone() *SkipEdgeExampleQuery
- func (seeq *SkipEdgeExampleQuery) Count(ctx context.Context) (int, error)
- func (seeq *SkipEdgeExampleQuery) CountX(ctx context.Context) int
- func (seeq *SkipEdgeExampleQuery) Exist(ctx context.Context) (bool, error)
- func (seeq *SkipEdgeExampleQuery) ExistX(ctx context.Context) bool
- func (seeq *SkipEdgeExampleQuery) First(ctx context.Context) (*SkipEdgeExample, error)
- func (seeq *SkipEdgeExampleQuery) FirstID(ctx context.Context) (id int, err error)
- func (seeq *SkipEdgeExampleQuery) FirstIDX(ctx context.Context) int
- func (seeq *SkipEdgeExampleQuery) FirstX(ctx context.Context) *SkipEdgeExample
- func (seeq *SkipEdgeExampleQuery) GroupBy(field string, fields ...string) *SkipEdgeExampleGroupBy
- func (seeq *SkipEdgeExampleQuery) IDs(ctx context.Context) ([]int, error)
- func (seeq *SkipEdgeExampleQuery) IDsX(ctx context.Context) []int
- func (seeq *SkipEdgeExampleQuery) Limit(limit int) *SkipEdgeExampleQuery
- func (seeq *SkipEdgeExampleQuery) Offset(offset int) *SkipEdgeExampleQuery
- func (seeq *SkipEdgeExampleQuery) Only(ctx context.Context) (*SkipEdgeExample, error)
- func (seeq *SkipEdgeExampleQuery) OnlyID(ctx context.Context) (id int, err error)
- func (seeq *SkipEdgeExampleQuery) OnlyIDX(ctx context.Context) int
- func (seeq *SkipEdgeExampleQuery) OnlyX(ctx context.Context) *SkipEdgeExample
- func (seeq *SkipEdgeExampleQuery) Order(o ...OrderFunc) *SkipEdgeExampleQuery
- func (seeq *SkipEdgeExampleQuery) QueryUser() *UserQuery
- func (seeq *SkipEdgeExampleQuery) Select(fields ...string) *SkipEdgeExampleSelect
- func (seeq *SkipEdgeExampleQuery) Unique(unique bool) *SkipEdgeExampleQuery
- func (seeq *SkipEdgeExampleQuery) Where(ps ...predicate.SkipEdgeExample) *SkipEdgeExampleQuery
- func (seeq *SkipEdgeExampleQuery) WithUser(opts ...func(*UserQuery)) *SkipEdgeExampleQuery
- type SkipEdgeExampleSelect
- func (s *SkipEdgeExampleSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *SkipEdgeExampleSelect) BoolX(ctx context.Context) bool
- func (s *SkipEdgeExampleSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *SkipEdgeExampleSelect) BoolsX(ctx context.Context) []bool
- func (s *SkipEdgeExampleSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *SkipEdgeExampleSelect) Float64X(ctx context.Context) float64
- func (s *SkipEdgeExampleSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *SkipEdgeExampleSelect) Float64sX(ctx context.Context) []float64
- func (s *SkipEdgeExampleSelect) Int(ctx context.Context) (_ int, err error)
- func (s *SkipEdgeExampleSelect) IntX(ctx context.Context) int
- func (s *SkipEdgeExampleSelect) Ints(ctx context.Context) ([]int, error)
- func (s *SkipEdgeExampleSelect) IntsX(ctx context.Context) []int
- func (sees *SkipEdgeExampleSelect) Scan(ctx context.Context, v interface{}) error
- func (s *SkipEdgeExampleSelect) ScanX(ctx context.Context, v interface{})
- func (s *SkipEdgeExampleSelect) String(ctx context.Context) (_ string, err error)
- func (s *SkipEdgeExampleSelect) StringX(ctx context.Context) string
- func (s *SkipEdgeExampleSelect) Strings(ctx context.Context) ([]string, error)
- func (s *SkipEdgeExampleSelect) StringsX(ctx context.Context) []string
- type SkipEdgeExampleUpdate
- func (seeu *SkipEdgeExampleUpdate) ClearUser() *SkipEdgeExampleUpdate
- func (seeu *SkipEdgeExampleUpdate) Exec(ctx context.Context) error
- func (seeu *SkipEdgeExampleUpdate) ExecX(ctx context.Context)
- func (seeu *SkipEdgeExampleUpdate) Mutation() *SkipEdgeExampleMutation
- func (seeu *SkipEdgeExampleUpdate) Save(ctx context.Context) (int, error)
- func (seeu *SkipEdgeExampleUpdate) SaveX(ctx context.Context) int
- func (seeu *SkipEdgeExampleUpdate) SetNillableUserID(id *int) *SkipEdgeExampleUpdate
- func (seeu *SkipEdgeExampleUpdate) SetUser(u *User) *SkipEdgeExampleUpdate
- func (seeu *SkipEdgeExampleUpdate) SetUserID(id int) *SkipEdgeExampleUpdate
- func (seeu *SkipEdgeExampleUpdate) Where(ps ...predicate.SkipEdgeExample) *SkipEdgeExampleUpdate
- type SkipEdgeExampleUpdateOne
- func (seeuo *SkipEdgeExampleUpdateOne) ClearUser() *SkipEdgeExampleUpdateOne
- func (seeuo *SkipEdgeExampleUpdateOne) Exec(ctx context.Context) error
- func (seeuo *SkipEdgeExampleUpdateOne) ExecX(ctx context.Context)
- func (seeuo *SkipEdgeExampleUpdateOne) Mutation() *SkipEdgeExampleMutation
- func (seeuo *SkipEdgeExampleUpdateOne) Save(ctx context.Context) (*SkipEdgeExample, error)
- func (seeuo *SkipEdgeExampleUpdateOne) SaveX(ctx context.Context) *SkipEdgeExample
- func (seeuo *SkipEdgeExampleUpdateOne) Select(field string, fields ...string) *SkipEdgeExampleUpdateOne
- func (seeuo *SkipEdgeExampleUpdateOne) SetNillableUserID(id *int) *SkipEdgeExampleUpdateOne
- func (seeuo *SkipEdgeExampleUpdateOne) SetUser(u *User) *SkipEdgeExampleUpdateOne
- func (seeuo *SkipEdgeExampleUpdateOne) SetUserID(id int) *SkipEdgeExampleUpdateOne
- type SkipEdgeExamples
- type TwoMethodService
- type TwoMethodServiceClient
- func (c *TwoMethodServiceClient) Create() *TwoMethodServiceCreate
- func (c *TwoMethodServiceClient) CreateBulk(builders ...*TwoMethodServiceCreate) *TwoMethodServiceCreateBulk
- func (c *TwoMethodServiceClient) Delete() *TwoMethodServiceDelete
- func (c *TwoMethodServiceClient) DeleteOne(tms *TwoMethodService) *TwoMethodServiceDeleteOne
- func (c *TwoMethodServiceClient) DeleteOneID(id int) *TwoMethodServiceDeleteOne
- func (c *TwoMethodServiceClient) Get(ctx context.Context, id int) (*TwoMethodService, error)
- func (c *TwoMethodServiceClient) GetX(ctx context.Context, id int) *TwoMethodService
- func (c *TwoMethodServiceClient) Hooks() []Hook
- func (c *TwoMethodServiceClient) Query() *TwoMethodServiceQuery
- func (c *TwoMethodServiceClient) Update() *TwoMethodServiceUpdate
- func (c *TwoMethodServiceClient) UpdateOne(tms *TwoMethodService) *TwoMethodServiceUpdateOne
- func (c *TwoMethodServiceClient) UpdateOneID(id int) *TwoMethodServiceUpdateOne
- func (c *TwoMethodServiceClient) Use(hooks ...Hook)
- type TwoMethodServiceCreate
- func (tmsc *TwoMethodServiceCreate) Exec(ctx context.Context) error
- func (tmsc *TwoMethodServiceCreate) ExecX(ctx context.Context)
- func (tmsc *TwoMethodServiceCreate) Mutation() *TwoMethodServiceMutation
- func (tmsc *TwoMethodServiceCreate) Save(ctx context.Context) (*TwoMethodService, error)
- func (tmsc *TwoMethodServiceCreate) SaveX(ctx context.Context) *TwoMethodService
- type TwoMethodServiceCreateBulk
- func (tmscb *TwoMethodServiceCreateBulk) Exec(ctx context.Context) error
- func (tmscb *TwoMethodServiceCreateBulk) ExecX(ctx context.Context)
- func (tmscb *TwoMethodServiceCreateBulk) Save(ctx context.Context) ([]*TwoMethodService, error)
- func (tmscb *TwoMethodServiceCreateBulk) SaveX(ctx context.Context) []*TwoMethodService
- type TwoMethodServiceDelete
- type TwoMethodServiceDeleteOne
- type TwoMethodServiceGroupBy
- func (tmsgb *TwoMethodServiceGroupBy) Aggregate(fns ...AggregateFunc) *TwoMethodServiceGroupBy
- func (s *TwoMethodServiceGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *TwoMethodServiceGroupBy) BoolX(ctx context.Context) bool
- func (s *TwoMethodServiceGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *TwoMethodServiceGroupBy) BoolsX(ctx context.Context) []bool
- func (s *TwoMethodServiceGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *TwoMethodServiceGroupBy) Float64X(ctx context.Context) float64
- func (s *TwoMethodServiceGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *TwoMethodServiceGroupBy) Float64sX(ctx context.Context) []float64
- func (s *TwoMethodServiceGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *TwoMethodServiceGroupBy) IntX(ctx context.Context) int
- func (s *TwoMethodServiceGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *TwoMethodServiceGroupBy) IntsX(ctx context.Context) []int
- func (tmsgb *TwoMethodServiceGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *TwoMethodServiceGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *TwoMethodServiceGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *TwoMethodServiceGroupBy) StringX(ctx context.Context) string
- func (s *TwoMethodServiceGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *TwoMethodServiceGroupBy) StringsX(ctx context.Context) []string
- type TwoMethodServiceMutation
- func (m *TwoMethodServiceMutation) AddField(name string, value ent.Value) error
- func (m *TwoMethodServiceMutation) AddedEdges() []string
- func (m *TwoMethodServiceMutation) AddedField(name string) (ent.Value, bool)
- func (m *TwoMethodServiceMutation) AddedFields() []string
- func (m *TwoMethodServiceMutation) AddedIDs(name string) []ent.Value
- func (m *TwoMethodServiceMutation) ClearEdge(name string) error
- func (m *TwoMethodServiceMutation) ClearField(name string) error
- func (m *TwoMethodServiceMutation) ClearedEdges() []string
- func (m *TwoMethodServiceMutation) ClearedFields() []string
- func (m TwoMethodServiceMutation) Client() *Client
- func (m *TwoMethodServiceMutation) EdgeCleared(name string) bool
- func (m *TwoMethodServiceMutation) Field(name string) (ent.Value, bool)
- func (m *TwoMethodServiceMutation) FieldCleared(name string) bool
- func (m *TwoMethodServiceMutation) Fields() []string
- func (m *TwoMethodServiceMutation) ID() (id int, exists bool)
- func (m *TwoMethodServiceMutation) IDs(ctx context.Context) ([]int, error)
- func (m *TwoMethodServiceMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *TwoMethodServiceMutation) Op() Op
- func (m *TwoMethodServiceMutation) RemovedEdges() []string
- func (m *TwoMethodServiceMutation) RemovedIDs(name string) []ent.Value
- func (m *TwoMethodServiceMutation) ResetEdge(name string) error
- func (m *TwoMethodServiceMutation) ResetField(name string) error
- func (m *TwoMethodServiceMutation) SetField(name string, value ent.Value) error
- func (m TwoMethodServiceMutation) Tx() (*Tx, error)
- func (m *TwoMethodServiceMutation) Type() string
- func (m *TwoMethodServiceMutation) Where(ps ...predicate.TwoMethodService)
- type TwoMethodServiceQuery
- func (tmsq *TwoMethodServiceQuery) All(ctx context.Context) ([]*TwoMethodService, error)
- func (tmsq *TwoMethodServiceQuery) AllX(ctx context.Context) []*TwoMethodService
- func (tmsq *TwoMethodServiceQuery) Clone() *TwoMethodServiceQuery
- func (tmsq *TwoMethodServiceQuery) Count(ctx context.Context) (int, error)
- func (tmsq *TwoMethodServiceQuery) CountX(ctx context.Context) int
- func (tmsq *TwoMethodServiceQuery) Exist(ctx context.Context) (bool, error)
- func (tmsq *TwoMethodServiceQuery) ExistX(ctx context.Context) bool
- func (tmsq *TwoMethodServiceQuery) First(ctx context.Context) (*TwoMethodService, error)
- func (tmsq *TwoMethodServiceQuery) FirstID(ctx context.Context) (id int, err error)
- func (tmsq *TwoMethodServiceQuery) FirstIDX(ctx context.Context) int
- func (tmsq *TwoMethodServiceQuery) FirstX(ctx context.Context) *TwoMethodService
- func (tmsq *TwoMethodServiceQuery) GroupBy(field string, fields ...string) *TwoMethodServiceGroupBy
- func (tmsq *TwoMethodServiceQuery) IDs(ctx context.Context) ([]int, error)
- func (tmsq *TwoMethodServiceQuery) IDsX(ctx context.Context) []int
- func (tmsq *TwoMethodServiceQuery) Limit(limit int) *TwoMethodServiceQuery
- func (tmsq *TwoMethodServiceQuery) Offset(offset int) *TwoMethodServiceQuery
- func (tmsq *TwoMethodServiceQuery) Only(ctx context.Context) (*TwoMethodService, error)
- func (tmsq *TwoMethodServiceQuery) OnlyID(ctx context.Context) (id int, err error)
- func (tmsq *TwoMethodServiceQuery) OnlyIDX(ctx context.Context) int
- func (tmsq *TwoMethodServiceQuery) OnlyX(ctx context.Context) *TwoMethodService
- func (tmsq *TwoMethodServiceQuery) Order(o ...OrderFunc) *TwoMethodServiceQuery
- func (tmsq *TwoMethodServiceQuery) Select(fields ...string) *TwoMethodServiceSelect
- func (tmsq *TwoMethodServiceQuery) Unique(unique bool) *TwoMethodServiceQuery
- func (tmsq *TwoMethodServiceQuery) Where(ps ...predicate.TwoMethodService) *TwoMethodServiceQuery
- type TwoMethodServiceSelect
- func (s *TwoMethodServiceSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *TwoMethodServiceSelect) BoolX(ctx context.Context) bool
- func (s *TwoMethodServiceSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *TwoMethodServiceSelect) BoolsX(ctx context.Context) []bool
- func (s *TwoMethodServiceSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *TwoMethodServiceSelect) Float64X(ctx context.Context) float64
- func (s *TwoMethodServiceSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *TwoMethodServiceSelect) Float64sX(ctx context.Context) []float64
- func (s *TwoMethodServiceSelect) Int(ctx context.Context) (_ int, err error)
- func (s *TwoMethodServiceSelect) IntX(ctx context.Context) int
- func (s *TwoMethodServiceSelect) Ints(ctx context.Context) ([]int, error)
- func (s *TwoMethodServiceSelect) IntsX(ctx context.Context) []int
- func (tmss *TwoMethodServiceSelect) Scan(ctx context.Context, v interface{}) error
- func (s *TwoMethodServiceSelect) ScanX(ctx context.Context, v interface{})
- func (s *TwoMethodServiceSelect) String(ctx context.Context) (_ string, err error)
- func (s *TwoMethodServiceSelect) StringX(ctx context.Context) string
- func (s *TwoMethodServiceSelect) Strings(ctx context.Context) ([]string, error)
- func (s *TwoMethodServiceSelect) StringsX(ctx context.Context) []string
- type TwoMethodServiceUpdate
- func (tmsu *TwoMethodServiceUpdate) Exec(ctx context.Context) error
- func (tmsu *TwoMethodServiceUpdate) ExecX(ctx context.Context)
- func (tmsu *TwoMethodServiceUpdate) Mutation() *TwoMethodServiceMutation
- func (tmsu *TwoMethodServiceUpdate) Save(ctx context.Context) (int, error)
- func (tmsu *TwoMethodServiceUpdate) SaveX(ctx context.Context) int
- func (tmsu *TwoMethodServiceUpdate) Where(ps ...predicate.TwoMethodService) *TwoMethodServiceUpdate
- type TwoMethodServiceUpdateOne
- func (tmsuo *TwoMethodServiceUpdateOne) Exec(ctx context.Context) error
- func (tmsuo *TwoMethodServiceUpdateOne) ExecX(ctx context.Context)
- func (tmsuo *TwoMethodServiceUpdateOne) Mutation() *TwoMethodServiceMutation
- func (tmsuo *TwoMethodServiceUpdateOne) Save(ctx context.Context) (*TwoMethodService, error)
- func (tmsuo *TwoMethodServiceUpdateOne) SaveX(ctx context.Context) *TwoMethodService
- func (tmsuo *TwoMethodServiceUpdateOne) Select(field string, fields ...string) *TwoMethodServiceUpdateOne
- type TwoMethodServices
- type Tx
- type User
- type UserClient
- func (c *UserClient) Create() *UserCreate
- func (c *UserClient) CreateBulk(builders ...*UserCreate) *UserCreateBulk
- func (c *UserClient) Delete() *UserDelete
- func (c *UserClient) DeleteOne(u *User) *UserDeleteOne
- func (c *UserClient) DeleteOneID(id int) *UserDeleteOne
- func (c *UserClient) Get(ctx context.Context, id int) (*User, error)
- func (c *UserClient) GetX(ctx context.Context, id int) *User
- func (c *UserClient) Hooks() []Hook
- func (c *UserClient) Query() *UserQuery
- func (c *UserClient) QueryBlogPosts(u *User) *BlogPostQuery
- func (c *UserClient) QueryProfilePic(u *User) *ImageQuery
- func (c *UserClient) QuerySkipEdge(u *User) *SkipEdgeExampleQuery
- func (c *UserClient) Update() *UserUpdate
- func (c *UserClient) UpdateOne(u *User) *UserUpdateOne
- func (c *UserClient) UpdateOneID(id int) *UserUpdateOne
- func (c *UserClient) Use(hooks ...Hook)
- type UserCreate
- func (uc *UserCreate) AddBlogPostIDs(ids ...int) *UserCreate
- func (uc *UserCreate) AddBlogPosts(b ...*BlogPost) *UserCreate
- func (uc *UserCreate) Exec(ctx context.Context) error
- func (uc *UserCreate) ExecX(ctx context.Context)
- func (uc *UserCreate) Mutation() *UserMutation
- func (uc *UserCreate) Save(ctx context.Context) (*User, error)
- func (uc *UserCreate) SaveX(ctx context.Context) *User
- func (uc *UserCreate) SetNillableProfilePicID(id *uuid.UUID) *UserCreate
- func (uc *UserCreate) SetNillableSkipEdgeID(id *int) *UserCreate
- func (uc *UserCreate) SetNillableUnnecessary(s *string) *UserCreate
- func (uc *UserCreate) SetProfilePic(i *Image) *UserCreate
- func (uc *UserCreate) SetProfilePicID(id uuid.UUID) *UserCreate
- func (uc *UserCreate) SetSkipEdge(s *SkipEdgeExample) *UserCreate
- func (uc *UserCreate) SetSkipEdgeID(id int) *UserCreate
- func (uc *UserCreate) SetStatus(u user.Status) *UserCreate
- func (uc *UserCreate) SetUnnecessary(s string) *UserCreate
- func (uc *UserCreate) SetUserName(s string) *UserCreate
- type UserCreateBulk
- type UserDelete
- type UserDeleteOne
- type UserEdges
- type UserGroupBy
- func (ugb *UserGroupBy) Aggregate(fns ...AggregateFunc) *UserGroupBy
- func (s *UserGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *UserGroupBy) BoolX(ctx context.Context) bool
- func (s *UserGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *UserGroupBy) BoolsX(ctx context.Context) []bool
- func (s *UserGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *UserGroupBy) Float64X(ctx context.Context) float64
- func (s *UserGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *UserGroupBy) Float64sX(ctx context.Context) []float64
- func (s *UserGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *UserGroupBy) IntX(ctx context.Context) int
- func (s *UserGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *UserGroupBy) IntsX(ctx context.Context) []int
- func (ugb *UserGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *UserGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *UserGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *UserGroupBy) StringX(ctx context.Context) string
- func (s *UserGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *UserGroupBy) StringsX(ctx context.Context) []string
- type UserMutation
- func (m *UserMutation) AddBlogPostIDs(ids ...int)
- func (m *UserMutation) AddField(name string, value ent.Value) error
- func (m *UserMutation) AddedEdges() []string
- func (m *UserMutation) AddedField(name string) (ent.Value, bool)
- func (m *UserMutation) AddedFields() []string
- func (m *UserMutation) AddedIDs(name string) []ent.Value
- func (m *UserMutation) BlogPostsCleared() bool
- func (m *UserMutation) BlogPostsIDs() (ids []int)
- func (m *UserMutation) ClearBlogPosts()
- func (m *UserMutation) ClearEdge(name string) error
- func (m *UserMutation) ClearField(name string) error
- func (m *UserMutation) ClearProfilePic()
- func (m *UserMutation) ClearSkipEdge()
- func (m *UserMutation) ClearUnnecessary()
- func (m *UserMutation) ClearedEdges() []string
- func (m *UserMutation) ClearedFields() []string
- func (m UserMutation) Client() *Client
- func (m *UserMutation) EdgeCleared(name string) bool
- func (m *UserMutation) Field(name string) (ent.Value, bool)
- func (m *UserMutation) FieldCleared(name string) bool
- func (m *UserMutation) Fields() []string
- func (m *UserMutation) ID() (id int, exists bool)
- func (m *UserMutation) IDs(ctx context.Context) ([]int, error)
- func (m *UserMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *UserMutation) OldStatus(ctx context.Context) (v user.Status, err error)
- func (m *UserMutation) OldUnnecessary(ctx context.Context) (v string, err error)
- func (m *UserMutation) OldUserName(ctx context.Context) (v string, err error)
- func (m *UserMutation) Op() Op
- func (m *UserMutation) ProfilePicCleared() bool
- func (m *UserMutation) ProfilePicID() (id uuid.UUID, exists bool)
- func (m *UserMutation) ProfilePicIDs() (ids []uuid.UUID)
- func (m *UserMutation) RemoveBlogPostIDs(ids ...int)
- func (m *UserMutation) RemovedBlogPostsIDs() (ids []int)
- func (m *UserMutation) RemovedEdges() []string
- func (m *UserMutation) RemovedIDs(name string) []ent.Value
- func (m *UserMutation) ResetBlogPosts()
- func (m *UserMutation) ResetEdge(name string) error
- func (m *UserMutation) ResetField(name string) error
- func (m *UserMutation) ResetProfilePic()
- func (m *UserMutation) ResetSkipEdge()
- func (m *UserMutation) ResetStatus()
- func (m *UserMutation) ResetUnnecessary()
- func (m *UserMutation) ResetUserName()
- func (m *UserMutation) SetField(name string, value ent.Value) error
- func (m *UserMutation) SetProfilePicID(id uuid.UUID)
- func (m *UserMutation) SetSkipEdgeID(id int)
- func (m *UserMutation) SetStatus(u user.Status)
- func (m *UserMutation) SetUnnecessary(s string)
- func (m *UserMutation) SetUserName(s string)
- func (m *UserMutation) SkipEdgeCleared() bool
- func (m *UserMutation) SkipEdgeID() (id int, exists bool)
- func (m *UserMutation) SkipEdgeIDs() (ids []int)
- func (m *UserMutation) Status() (r user.Status, exists bool)
- func (m UserMutation) Tx() (*Tx, error)
- func (m *UserMutation) Type() string
- func (m *UserMutation) Unnecessary() (r string, exists bool)
- func (m *UserMutation) UnnecessaryCleared() bool
- func (m *UserMutation) UserName() (r string, exists bool)
- func (m *UserMutation) Where(ps ...predicate.User)
- type UserQuery
- func (uq *UserQuery) All(ctx context.Context) ([]*User, error)
- func (uq *UserQuery) AllX(ctx context.Context) []*User
- func (uq *UserQuery) Clone() *UserQuery
- func (uq *UserQuery) Count(ctx context.Context) (int, error)
- func (uq *UserQuery) CountX(ctx context.Context) int
- func (uq *UserQuery) Exist(ctx context.Context) (bool, error)
- func (uq *UserQuery) ExistX(ctx context.Context) bool
- func (uq *UserQuery) First(ctx context.Context) (*User, error)
- func (uq *UserQuery) FirstID(ctx context.Context) (id int, err error)
- func (uq *UserQuery) FirstIDX(ctx context.Context) int
- func (uq *UserQuery) FirstX(ctx context.Context) *User
- func (uq *UserQuery) GroupBy(field string, fields ...string) *UserGroupBy
- func (uq *UserQuery) IDs(ctx context.Context) ([]int, error)
- func (uq *UserQuery) IDsX(ctx context.Context) []int
- func (uq *UserQuery) Limit(limit int) *UserQuery
- func (uq *UserQuery) Offset(offset int) *UserQuery
- func (uq *UserQuery) Only(ctx context.Context) (*User, error)
- func (uq *UserQuery) OnlyID(ctx context.Context) (id int, err error)
- func (uq *UserQuery) OnlyIDX(ctx context.Context) int
- func (uq *UserQuery) OnlyX(ctx context.Context) *User
- func (uq *UserQuery) Order(o ...OrderFunc) *UserQuery
- func (uq *UserQuery) QueryBlogPosts() *BlogPostQuery
- func (uq *UserQuery) QueryProfilePic() *ImageQuery
- func (uq *UserQuery) QuerySkipEdge() *SkipEdgeExampleQuery
- func (uq *UserQuery) Select(fields ...string) *UserSelect
- func (uq *UserQuery) Unique(unique bool) *UserQuery
- func (uq *UserQuery) Where(ps ...predicate.User) *UserQuery
- func (uq *UserQuery) WithBlogPosts(opts ...func(*BlogPostQuery)) *UserQuery
- func (uq *UserQuery) WithProfilePic(opts ...func(*ImageQuery)) *UserQuery
- func (uq *UserQuery) WithSkipEdge(opts ...func(*SkipEdgeExampleQuery)) *UserQuery
- type UserSelect
- func (s *UserSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *UserSelect) BoolX(ctx context.Context) bool
- func (s *UserSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *UserSelect) BoolsX(ctx context.Context) []bool
- func (s *UserSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *UserSelect) Float64X(ctx context.Context) float64
- func (s *UserSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *UserSelect) Float64sX(ctx context.Context) []float64
- func (s *UserSelect) Int(ctx context.Context) (_ int, err error)
- func (s *UserSelect) IntX(ctx context.Context) int
- func (s *UserSelect) Ints(ctx context.Context) ([]int, error)
- func (s *UserSelect) IntsX(ctx context.Context) []int
- func (us *UserSelect) Scan(ctx context.Context, v interface{}) error
- func (s *UserSelect) ScanX(ctx context.Context, v interface{})
- func (s *UserSelect) String(ctx context.Context) (_ string, err error)
- func (s *UserSelect) StringX(ctx context.Context) string
- func (s *UserSelect) Strings(ctx context.Context) ([]string, error)
- func (s *UserSelect) StringsX(ctx context.Context) []string
- type UserUpdate
- func (uu *UserUpdate) AddBlogPostIDs(ids ...int) *UserUpdate
- func (uu *UserUpdate) AddBlogPosts(b ...*BlogPost) *UserUpdate
- func (uu *UserUpdate) ClearBlogPosts() *UserUpdate
- func (uu *UserUpdate) ClearProfilePic() *UserUpdate
- func (uu *UserUpdate) ClearSkipEdge() *UserUpdate
- func (uu *UserUpdate) ClearUnnecessary() *UserUpdate
- func (uu *UserUpdate) Exec(ctx context.Context) error
- func (uu *UserUpdate) ExecX(ctx context.Context)
- func (uu *UserUpdate) Mutation() *UserMutation
- func (uu *UserUpdate) RemoveBlogPostIDs(ids ...int) *UserUpdate
- func (uu *UserUpdate) RemoveBlogPosts(b ...*BlogPost) *UserUpdate
- func (uu *UserUpdate) Save(ctx context.Context) (int, error)
- func (uu *UserUpdate) SaveX(ctx context.Context) int
- func (uu *UserUpdate) SetNillableProfilePicID(id *uuid.UUID) *UserUpdate
- func (uu *UserUpdate) SetNillableSkipEdgeID(id *int) *UserUpdate
- func (uu *UserUpdate) SetNillableUnnecessary(s *string) *UserUpdate
- func (uu *UserUpdate) SetProfilePic(i *Image) *UserUpdate
- func (uu *UserUpdate) SetProfilePicID(id uuid.UUID) *UserUpdate
- func (uu *UserUpdate) SetSkipEdge(s *SkipEdgeExample) *UserUpdate
- func (uu *UserUpdate) SetSkipEdgeID(id int) *UserUpdate
- func (uu *UserUpdate) SetStatus(u user.Status) *UserUpdate
- func (uu *UserUpdate) SetUnnecessary(s string) *UserUpdate
- func (uu *UserUpdate) SetUserName(s string) *UserUpdate
- func (uu *UserUpdate) Where(ps ...predicate.User) *UserUpdate
- type UserUpdateOne
- func (uuo *UserUpdateOne) AddBlogPostIDs(ids ...int) *UserUpdateOne
- func (uuo *UserUpdateOne) AddBlogPosts(b ...*BlogPost) *UserUpdateOne
- func (uuo *UserUpdateOne) ClearBlogPosts() *UserUpdateOne
- func (uuo *UserUpdateOne) ClearProfilePic() *UserUpdateOne
- func (uuo *UserUpdateOne) ClearSkipEdge() *UserUpdateOne
- func (uuo *UserUpdateOne) ClearUnnecessary() *UserUpdateOne
- func (uuo *UserUpdateOne) Exec(ctx context.Context) error
- func (uuo *UserUpdateOne) ExecX(ctx context.Context)
- func (uuo *UserUpdateOne) Mutation() *UserMutation
- func (uuo *UserUpdateOne) RemoveBlogPostIDs(ids ...int) *UserUpdateOne
- func (uuo *UserUpdateOne) RemoveBlogPosts(b ...*BlogPost) *UserUpdateOne
- func (uuo *UserUpdateOne) Save(ctx context.Context) (*User, error)
- func (uuo *UserUpdateOne) SaveX(ctx context.Context) *User
- func (uuo *UserUpdateOne) Select(field string, fields ...string) *UserUpdateOne
- func (uuo *UserUpdateOne) SetNillableProfilePicID(id *uuid.UUID) *UserUpdateOne
- func (uuo *UserUpdateOne) SetNillableSkipEdgeID(id *int) *UserUpdateOne
- func (uuo *UserUpdateOne) SetNillableUnnecessary(s *string) *UserUpdateOne
- func (uuo *UserUpdateOne) SetProfilePic(i *Image) *UserUpdateOne
- func (uuo *UserUpdateOne) SetProfilePicID(id uuid.UUID) *UserUpdateOne
- func (uuo *UserUpdateOne) SetSkipEdge(s *SkipEdgeExample) *UserUpdateOne
- func (uuo *UserUpdateOne) SetSkipEdgeID(id int) *UserUpdateOne
- func (uuo *UserUpdateOne) SetStatus(u user.Status) *UserUpdateOne
- func (uuo *UserUpdateOne) SetUnnecessary(s string) *UserUpdateOne
- func (uuo *UserUpdateOne) SetUserName(s string) *UserUpdateOne
- type Users
- type ValidMessage
- type ValidMessageClient
- func (c *ValidMessageClient) Create() *ValidMessageCreate
- func (c *ValidMessageClient) CreateBulk(builders ...*ValidMessageCreate) *ValidMessageCreateBulk
- func (c *ValidMessageClient) Delete() *ValidMessageDelete
- func (c *ValidMessageClient) DeleteOne(vm *ValidMessage) *ValidMessageDeleteOne
- func (c *ValidMessageClient) DeleteOneID(id int) *ValidMessageDeleteOne
- func (c *ValidMessageClient) Get(ctx context.Context, id int) (*ValidMessage, error)
- func (c *ValidMessageClient) GetX(ctx context.Context, id int) *ValidMessage
- func (c *ValidMessageClient) Hooks() []Hook
- func (c *ValidMessageClient) Query() *ValidMessageQuery
- func (c *ValidMessageClient) Update() *ValidMessageUpdate
- func (c *ValidMessageClient) UpdateOne(vm *ValidMessage) *ValidMessageUpdateOne
- func (c *ValidMessageClient) UpdateOneID(id int) *ValidMessageUpdateOne
- func (c *ValidMessageClient) Use(hooks ...Hook)
- type ValidMessageCreate
- func (vmc *ValidMessageCreate) Exec(ctx context.Context) error
- func (vmc *ValidMessageCreate) ExecX(ctx context.Context)
- func (vmc *ValidMessageCreate) Mutation() *ValidMessageMutation
- func (vmc *ValidMessageCreate) Save(ctx context.Context) (*ValidMessage, error)
- func (vmc *ValidMessageCreate) SaveX(ctx context.Context) *ValidMessage
- func (vmc *ValidMessageCreate) SetName(s string) *ValidMessageCreate
- func (vmc *ValidMessageCreate) SetNillableOpti8(i *int8) *ValidMessageCreate
- func (vmc *ValidMessageCreate) SetOpti8(i int8) *ValidMessageCreate
- func (vmc *ValidMessageCreate) SetTs(t time.Time) *ValidMessageCreate
- func (vmc *ValidMessageCreate) SetU8(u uint8) *ValidMessageCreate
- func (vmc *ValidMessageCreate) SetUUID(u uuid.UUID) *ValidMessageCreate
- type ValidMessageCreateBulk
- type ValidMessageDelete
- type ValidMessageDeleteOne
- type ValidMessageGroupBy
- func (vmgb *ValidMessageGroupBy) Aggregate(fns ...AggregateFunc) *ValidMessageGroupBy
- func (s *ValidMessageGroupBy) Bool(ctx context.Context) (_ bool, err error)
- func (s *ValidMessageGroupBy) BoolX(ctx context.Context) bool
- func (s *ValidMessageGroupBy) Bools(ctx context.Context) ([]bool, error)
- func (s *ValidMessageGroupBy) BoolsX(ctx context.Context) []bool
- func (s *ValidMessageGroupBy) Float64(ctx context.Context) (_ float64, err error)
- func (s *ValidMessageGroupBy) Float64X(ctx context.Context) float64
- func (s *ValidMessageGroupBy) Float64s(ctx context.Context) ([]float64, error)
- func (s *ValidMessageGroupBy) Float64sX(ctx context.Context) []float64
- func (s *ValidMessageGroupBy) Int(ctx context.Context) (_ int, err error)
- func (s *ValidMessageGroupBy) IntX(ctx context.Context) int
- func (s *ValidMessageGroupBy) Ints(ctx context.Context) ([]int, error)
- func (s *ValidMessageGroupBy) IntsX(ctx context.Context) []int
- func (vmgb *ValidMessageGroupBy) Scan(ctx context.Context, v interface{}) error
- func (s *ValidMessageGroupBy) ScanX(ctx context.Context, v interface{})
- func (s *ValidMessageGroupBy) String(ctx context.Context) (_ string, err error)
- func (s *ValidMessageGroupBy) StringX(ctx context.Context) string
- func (s *ValidMessageGroupBy) Strings(ctx context.Context) ([]string, error)
- func (s *ValidMessageGroupBy) StringsX(ctx context.Context) []string
- type ValidMessageMutation
- func (m *ValidMessageMutation) AddField(name string, value ent.Value) error
- func (m *ValidMessageMutation) AddOpti8(i int8)
- func (m *ValidMessageMutation) AddU8(u int8)
- func (m *ValidMessageMutation) AddedEdges() []string
- func (m *ValidMessageMutation) AddedField(name string) (ent.Value, bool)
- func (m *ValidMessageMutation) AddedFields() []string
- func (m *ValidMessageMutation) AddedIDs(name string) []ent.Value
- func (m *ValidMessageMutation) AddedOpti8() (r int8, exists bool)
- func (m *ValidMessageMutation) AddedU8() (r int8, exists bool)
- func (m *ValidMessageMutation) ClearEdge(name string) error
- func (m *ValidMessageMutation) ClearField(name string) error
- func (m *ValidMessageMutation) ClearOpti8()
- func (m *ValidMessageMutation) ClearedEdges() []string
- func (m *ValidMessageMutation) ClearedFields() []string
- func (m ValidMessageMutation) Client() *Client
- func (m *ValidMessageMutation) EdgeCleared(name string) bool
- func (m *ValidMessageMutation) Field(name string) (ent.Value, bool)
- func (m *ValidMessageMutation) FieldCleared(name string) bool
- func (m *ValidMessageMutation) Fields() []string
- func (m *ValidMessageMutation) ID() (id int, exists bool)
- func (m *ValidMessageMutation) IDs(ctx context.Context) ([]int, error)
- func (m *ValidMessageMutation) Name() (r string, exists bool)
- func (m *ValidMessageMutation) OldField(ctx context.Context, name string) (ent.Value, error)
- func (m *ValidMessageMutation) OldName(ctx context.Context) (v string, err error)
- func (m *ValidMessageMutation) OldOpti8(ctx context.Context) (v *int8, err error)
- func (m *ValidMessageMutation) OldTs(ctx context.Context) (v time.Time, err error)
- func (m *ValidMessageMutation) OldU8(ctx context.Context) (v uint8, err error)
- func (m *ValidMessageMutation) OldUUID(ctx context.Context) (v uuid.UUID, err error)
- func (m *ValidMessageMutation) Op() Op
- func (m *ValidMessageMutation) Opti8() (r int8, exists bool)
- func (m *ValidMessageMutation) Opti8Cleared() bool
- func (m *ValidMessageMutation) RemovedEdges() []string
- func (m *ValidMessageMutation) RemovedIDs(name string) []ent.Value
- func (m *ValidMessageMutation) ResetEdge(name string) error
- func (m *ValidMessageMutation) ResetField(name string) error
- func (m *ValidMessageMutation) ResetName()
- func (m *ValidMessageMutation) ResetOpti8()
- func (m *ValidMessageMutation) ResetTs()
- func (m *ValidMessageMutation) ResetU8()
- func (m *ValidMessageMutation) ResetUUID()
- func (m *ValidMessageMutation) SetField(name string, value ent.Value) error
- func (m *ValidMessageMutation) SetName(s string)
- func (m *ValidMessageMutation) SetOpti8(i int8)
- func (m *ValidMessageMutation) SetTs(t time.Time)
- func (m *ValidMessageMutation) SetU8(u uint8)
- func (m *ValidMessageMutation) SetUUID(u uuid.UUID)
- func (m *ValidMessageMutation) Ts() (r time.Time, exists bool)
- func (m ValidMessageMutation) Tx() (*Tx, error)
- func (m *ValidMessageMutation) Type() string
- func (m *ValidMessageMutation) U8() (r uint8, exists bool)
- func (m *ValidMessageMutation) UUID() (r uuid.UUID, exists bool)
- func (m *ValidMessageMutation) Where(ps ...predicate.ValidMessage)
- type ValidMessageQuery
- func (vmq *ValidMessageQuery) All(ctx context.Context) ([]*ValidMessage, error)
- func (vmq *ValidMessageQuery) AllX(ctx context.Context) []*ValidMessage
- func (vmq *ValidMessageQuery) Clone() *ValidMessageQuery
- func (vmq *ValidMessageQuery) Count(ctx context.Context) (int, error)
- func (vmq *ValidMessageQuery) CountX(ctx context.Context) int
- func (vmq *ValidMessageQuery) Exist(ctx context.Context) (bool, error)
- func (vmq *ValidMessageQuery) ExistX(ctx context.Context) bool
- func (vmq *ValidMessageQuery) First(ctx context.Context) (*ValidMessage, error)
- func (vmq *ValidMessageQuery) FirstID(ctx context.Context) (id int, err error)
- func (vmq *ValidMessageQuery) FirstIDX(ctx context.Context) int
- func (vmq *ValidMessageQuery) FirstX(ctx context.Context) *ValidMessage
- func (vmq *ValidMessageQuery) GroupBy(field string, fields ...string) *ValidMessageGroupBy
- func (vmq *ValidMessageQuery) IDs(ctx context.Context) ([]int, error)
- func (vmq *ValidMessageQuery) IDsX(ctx context.Context) []int
- func (vmq *ValidMessageQuery) Limit(limit int) *ValidMessageQuery
- func (vmq *ValidMessageQuery) Offset(offset int) *ValidMessageQuery
- func (vmq *ValidMessageQuery) Only(ctx context.Context) (*ValidMessage, error)
- func (vmq *ValidMessageQuery) OnlyID(ctx context.Context) (id int, err error)
- func (vmq *ValidMessageQuery) OnlyIDX(ctx context.Context) int
- func (vmq *ValidMessageQuery) OnlyX(ctx context.Context) *ValidMessage
- func (vmq *ValidMessageQuery) Order(o ...OrderFunc) *ValidMessageQuery
- func (vmq *ValidMessageQuery) Select(fields ...string) *ValidMessageSelect
- func (vmq *ValidMessageQuery) Unique(unique bool) *ValidMessageQuery
- func (vmq *ValidMessageQuery) Where(ps ...predicate.ValidMessage) *ValidMessageQuery
- type ValidMessageSelect
- func (s *ValidMessageSelect) Bool(ctx context.Context) (_ bool, err error)
- func (s *ValidMessageSelect) BoolX(ctx context.Context) bool
- func (s *ValidMessageSelect) Bools(ctx context.Context) ([]bool, error)
- func (s *ValidMessageSelect) BoolsX(ctx context.Context) []bool
- func (s *ValidMessageSelect) Float64(ctx context.Context) (_ float64, err error)
- func (s *ValidMessageSelect) Float64X(ctx context.Context) float64
- func (s *ValidMessageSelect) Float64s(ctx context.Context) ([]float64, error)
- func (s *ValidMessageSelect) Float64sX(ctx context.Context) []float64
- func (s *ValidMessageSelect) Int(ctx context.Context) (_ int, err error)
- func (s *ValidMessageSelect) IntX(ctx context.Context) int
- func (s *ValidMessageSelect) Ints(ctx context.Context) ([]int, error)
- func (s *ValidMessageSelect) IntsX(ctx context.Context) []int
- func (vms *ValidMessageSelect) Scan(ctx context.Context, v interface{}) error
- func (s *ValidMessageSelect) ScanX(ctx context.Context, v interface{})
- func (s *ValidMessageSelect) String(ctx context.Context) (_ string, err error)
- func (s *ValidMessageSelect) StringX(ctx context.Context) string
- func (s *ValidMessageSelect) Strings(ctx context.Context) ([]string, error)
- func (s *ValidMessageSelect) StringsX(ctx context.Context) []string
- type ValidMessageUpdate
- func (vmu *ValidMessageUpdate) AddOpti8(i int8) *ValidMessageUpdate
- func (vmu *ValidMessageUpdate) AddU8(u int8) *ValidMessageUpdate
- func (vmu *ValidMessageUpdate) ClearOpti8() *ValidMessageUpdate
- func (vmu *ValidMessageUpdate) Exec(ctx context.Context) error
- func (vmu *ValidMessageUpdate) ExecX(ctx context.Context)
- func (vmu *ValidMessageUpdate) Mutation() *ValidMessageMutation
- func (vmu *ValidMessageUpdate) Save(ctx context.Context) (int, error)
- func (vmu *ValidMessageUpdate) SaveX(ctx context.Context) int
- func (vmu *ValidMessageUpdate) SetName(s string) *ValidMessageUpdate
- func (vmu *ValidMessageUpdate) SetNillableOpti8(i *int8) *ValidMessageUpdate
- func (vmu *ValidMessageUpdate) SetOpti8(i int8) *ValidMessageUpdate
- func (vmu *ValidMessageUpdate) SetTs(t time.Time) *ValidMessageUpdate
- func (vmu *ValidMessageUpdate) SetU8(u uint8) *ValidMessageUpdate
- func (vmu *ValidMessageUpdate) SetUUID(u uuid.UUID) *ValidMessageUpdate
- func (vmu *ValidMessageUpdate) Where(ps ...predicate.ValidMessage) *ValidMessageUpdate
- type ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) AddOpti8(i int8) *ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) AddU8(u int8) *ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) ClearOpti8() *ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) Exec(ctx context.Context) error
- func (vmuo *ValidMessageUpdateOne) ExecX(ctx context.Context)
- func (vmuo *ValidMessageUpdateOne) Mutation() *ValidMessageMutation
- func (vmuo *ValidMessageUpdateOne) Save(ctx context.Context) (*ValidMessage, error)
- func (vmuo *ValidMessageUpdateOne) SaveX(ctx context.Context) *ValidMessage
- func (vmuo *ValidMessageUpdateOne) Select(field string, fields ...string) *ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) SetName(s string) *ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) SetNillableOpti8(i *int8) *ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) SetOpti8(i int8) *ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) SetTs(t time.Time) *ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) SetU8(u uint8) *ValidMessageUpdateOne
- func (vmuo *ValidMessageUpdateOne) SetUUID(u uuid.UUID) *ValidMessageUpdateOne
- type ValidMessages
- type ValidationError
- type Value
Constants ¶
const ( // Operation types. OpCreate = ent.OpCreate OpDelete = ent.OpDelete OpDeleteOne = ent.OpDeleteOne OpUpdate = ent.OpUpdate OpUpdateOne = ent.OpUpdateOne // Node types. TypeAllMethodsService = "AllMethodsService" TypeBlogPost = "BlogPost" TypeCategory = "Category" TypeDependsOnSkipped = "DependsOnSkipped" TypeDuplicateNumberMessage = "DuplicateNumberMessage" TypeExplicitSkippedMessage = "ExplicitSkippedMessage" TypeImage = "Image" TypeImplicitSkippedMessage = "ImplicitSkippedMessage" TypeInvalidFieldMessage = "InvalidFieldMessage" TypeMessageWithEnum = "MessageWithEnum" TypeMessageWithFieldOne = "MessageWithFieldOne" TypeMessageWithID = "MessageWithID" TypeMessageWithOptionals = "MessageWithOptionals" TypeMessageWithPackageName = "MessageWithPackageName" TypeOneMethodService = "OneMethodService" TypePortal = "Portal" TypeSkipEdgeExample = "SkipEdgeExample" TypeTwoMethodService = "TwoMethodService" TypeUser = "User" TypeValidMessage = "ValidMessage" )
Variables ¶
This section is empty.
Functions ¶
func IsConstraintError ¶
IsConstraintError returns a boolean indicating whether the error is a constraint failure.
func IsNotFound ¶
IsNotFound returns a boolean indicating whether the error is a not found error.
func IsNotLoaded ¶
IsNotLoaded returns a boolean indicating whether the error is a not loaded error.
func IsNotSingular ¶
IsNotSingular returns a boolean indicating whether the error is a not singular error.
func IsValidationError ¶
IsValidationError returns a boolean indicating whether the error is a validation error.
func NewContext ¶
NewContext returns a new context with the given Client attached.
Types ¶
type AggregateFunc ¶
AggregateFunc applies an aggregation step on the group-by traversal/selector.
func As ¶
func As(fn AggregateFunc, end string) AggregateFunc
As is a pseudo aggregation function for renaming another other functions with custom names. For example:
GroupBy(field1, field2). Aggregate(ent.As(ent.Sum(field1), "sum_field1"), (ent.As(ent.Sum(field2), "sum_field2")). Scan(ctx, &v)
func Count ¶
func Count() AggregateFunc
Count applies the "count" aggregation function on each group.
func Max ¶
func Max(field string) AggregateFunc
Max applies the "max" aggregation function on the given field of each group.
func Mean ¶
func Mean(field string) AggregateFunc
Mean applies the "mean" aggregation function on the given field of each group.
func Min ¶
func Min(field string) AggregateFunc
Min applies the "min" aggregation function on the given field of each group.
func Sum ¶
func Sum(field string) AggregateFunc
Sum applies the "sum" aggregation function on the given field of each group.
type AllMethodsService ¶
type AllMethodsService struct { // ID of the ent. ID int `json:"id,omitempty"` // contains filtered or unexported fields }
AllMethodsService is the model entity for the AllMethodsService schema.
func (*AllMethodsService) String ¶
func (ams *AllMethodsService) String() string
String implements the fmt.Stringer.
func (*AllMethodsService) Unwrap ¶
func (ams *AllMethodsService) Unwrap() *AllMethodsService
Unwrap unwraps the AllMethodsService entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*AllMethodsService) Update ¶
func (ams *AllMethodsService) Update() *AllMethodsServiceUpdateOne
Update returns a builder for updating this AllMethodsService. Note that you need to call AllMethodsService.Unwrap() before calling this method if this AllMethodsService was returned from a transaction, and the transaction was committed or rolled back.
type AllMethodsServiceClient ¶
type AllMethodsServiceClient struct {
// contains filtered or unexported fields
}
AllMethodsServiceClient is a client for the AllMethodsService schema.
func NewAllMethodsServiceClient ¶
func NewAllMethodsServiceClient(c config) *AllMethodsServiceClient
NewAllMethodsServiceClient returns a client for the AllMethodsService from the given config.
func (*AllMethodsServiceClient) Create ¶
func (c *AllMethodsServiceClient) Create() *AllMethodsServiceCreate
Create returns a create builder for AllMethodsService.
func (*AllMethodsServiceClient) CreateBulk ¶
func (c *AllMethodsServiceClient) CreateBulk(builders ...*AllMethodsServiceCreate) *AllMethodsServiceCreateBulk
CreateBulk returns a builder for creating a bulk of AllMethodsService entities.
func (*AllMethodsServiceClient) Delete ¶
func (c *AllMethodsServiceClient) Delete() *AllMethodsServiceDelete
Delete returns a delete builder for AllMethodsService.
func (*AllMethodsServiceClient) DeleteOne ¶
func (c *AllMethodsServiceClient) DeleteOne(ams *AllMethodsService) *AllMethodsServiceDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*AllMethodsServiceClient) DeleteOneID ¶
func (c *AllMethodsServiceClient) DeleteOneID(id int) *AllMethodsServiceDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*AllMethodsServiceClient) Get ¶
func (c *AllMethodsServiceClient) Get(ctx context.Context, id int) (*AllMethodsService, error)
Get returns a AllMethodsService entity by its id.
func (*AllMethodsServiceClient) GetX ¶
func (c *AllMethodsServiceClient) GetX(ctx context.Context, id int) *AllMethodsService
GetX is like Get, but panics if an error occurs.
func (*AllMethodsServiceClient) Hooks ¶
func (c *AllMethodsServiceClient) Hooks() []Hook
Hooks returns the client hooks.
func (*AllMethodsServiceClient) Query ¶
func (c *AllMethodsServiceClient) Query() *AllMethodsServiceQuery
Query returns a query builder for AllMethodsService.
func (*AllMethodsServiceClient) Update ¶
func (c *AllMethodsServiceClient) Update() *AllMethodsServiceUpdate
Update returns an update builder for AllMethodsService.
func (*AllMethodsServiceClient) UpdateOne ¶
func (c *AllMethodsServiceClient) UpdateOne(ams *AllMethodsService) *AllMethodsServiceUpdateOne
UpdateOne returns an update builder for the given entity.
func (*AllMethodsServiceClient) UpdateOneID ¶
func (c *AllMethodsServiceClient) UpdateOneID(id int) *AllMethodsServiceUpdateOne
UpdateOneID returns an update builder for the given id.
func (*AllMethodsServiceClient) Use ¶
func (c *AllMethodsServiceClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `allmethodsservice.Hooks(f(g(h())))`.
type AllMethodsServiceCreate ¶
type AllMethodsServiceCreate struct {
// contains filtered or unexported fields
}
AllMethodsServiceCreate is the builder for creating a AllMethodsService entity.
func (*AllMethodsServiceCreate) Exec ¶
func (amsc *AllMethodsServiceCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*AllMethodsServiceCreate) ExecX ¶
func (amsc *AllMethodsServiceCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*AllMethodsServiceCreate) Mutation ¶
func (amsc *AllMethodsServiceCreate) Mutation() *AllMethodsServiceMutation
Mutation returns the AllMethodsServiceMutation object of the builder.
func (*AllMethodsServiceCreate) Save ¶
func (amsc *AllMethodsServiceCreate) Save(ctx context.Context) (*AllMethodsService, error)
Save creates the AllMethodsService in the database.
func (*AllMethodsServiceCreate) SaveX ¶
func (amsc *AllMethodsServiceCreate) SaveX(ctx context.Context) *AllMethodsService
SaveX calls Save and panics if Save returns an error.
type AllMethodsServiceCreateBulk ¶
type AllMethodsServiceCreateBulk struct {
// contains filtered or unexported fields
}
AllMethodsServiceCreateBulk is the builder for creating many AllMethodsService entities in bulk.
func (*AllMethodsServiceCreateBulk) Exec ¶
func (amscb *AllMethodsServiceCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*AllMethodsServiceCreateBulk) ExecX ¶
func (amscb *AllMethodsServiceCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*AllMethodsServiceCreateBulk) Save ¶
func (amscb *AllMethodsServiceCreateBulk) Save(ctx context.Context) ([]*AllMethodsService, error)
Save creates the AllMethodsService entities in the database.
func (*AllMethodsServiceCreateBulk) SaveX ¶
func (amscb *AllMethodsServiceCreateBulk) SaveX(ctx context.Context) []*AllMethodsService
SaveX is like Save, but panics if an error occurs.
type AllMethodsServiceDelete ¶
type AllMethodsServiceDelete struct {
// contains filtered or unexported fields
}
AllMethodsServiceDelete is the builder for deleting a AllMethodsService entity.
func (*AllMethodsServiceDelete) Exec ¶
func (amsd *AllMethodsServiceDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*AllMethodsServiceDelete) ExecX ¶
func (amsd *AllMethodsServiceDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*AllMethodsServiceDelete) Where ¶
func (amsd *AllMethodsServiceDelete) Where(ps ...predicate.AllMethodsService) *AllMethodsServiceDelete
Where appends a list predicates to the AllMethodsServiceDelete builder.
type AllMethodsServiceDeleteOne ¶
type AllMethodsServiceDeleteOne struct {
// contains filtered or unexported fields
}
AllMethodsServiceDeleteOne is the builder for deleting a single AllMethodsService entity.
func (*AllMethodsServiceDeleteOne) Exec ¶
func (amsdo *AllMethodsServiceDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*AllMethodsServiceDeleteOne) ExecX ¶
func (amsdo *AllMethodsServiceDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type AllMethodsServiceGroupBy ¶
type AllMethodsServiceGroupBy struct {
// contains filtered or unexported fields
}
AllMethodsServiceGroupBy is the group-by builder for AllMethodsService entities.
func (*AllMethodsServiceGroupBy) Aggregate ¶
func (amsgb *AllMethodsServiceGroupBy) Aggregate(fns ...AggregateFunc) *AllMethodsServiceGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*AllMethodsServiceGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceGroupBy) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*AllMethodsServiceGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*AllMethodsServiceGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceGroupBy) Scan ¶
func (amsgb *AllMethodsServiceGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*AllMethodsServiceGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type AllMethodsServiceMutation ¶
type AllMethodsServiceMutation struct {
// contains filtered or unexported fields
}
AllMethodsServiceMutation represents an operation that mutates the AllMethodsService nodes in the graph.
func (*AllMethodsServiceMutation) AddField ¶
func (m *AllMethodsServiceMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*AllMethodsServiceMutation) AddedEdges ¶
func (m *AllMethodsServiceMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*AllMethodsServiceMutation) AddedField ¶
func (m *AllMethodsServiceMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*AllMethodsServiceMutation) AddedFields ¶
func (m *AllMethodsServiceMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*AllMethodsServiceMutation) AddedIDs ¶
func (m *AllMethodsServiceMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*AllMethodsServiceMutation) ClearEdge ¶
func (m *AllMethodsServiceMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*AllMethodsServiceMutation) ClearField ¶
func (m *AllMethodsServiceMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*AllMethodsServiceMutation) ClearedEdges ¶
func (m *AllMethodsServiceMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*AllMethodsServiceMutation) ClearedFields ¶
func (m *AllMethodsServiceMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (AllMethodsServiceMutation) Client ¶
func (m AllMethodsServiceMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*AllMethodsServiceMutation) EdgeCleared ¶
func (m *AllMethodsServiceMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*AllMethodsServiceMutation) Field ¶
func (m *AllMethodsServiceMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*AllMethodsServiceMutation) FieldCleared ¶
func (m *AllMethodsServiceMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*AllMethodsServiceMutation) Fields ¶
func (m *AllMethodsServiceMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*AllMethodsServiceMutation) ID ¶
func (m *AllMethodsServiceMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*AllMethodsServiceMutation) IDs ¶
func (m *AllMethodsServiceMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*AllMethodsServiceMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*AllMethodsServiceMutation) Op ¶
func (m *AllMethodsServiceMutation) Op() Op
Op returns the operation name.
func (*AllMethodsServiceMutation) RemovedEdges ¶
func (m *AllMethodsServiceMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*AllMethodsServiceMutation) RemovedIDs ¶
func (m *AllMethodsServiceMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*AllMethodsServiceMutation) ResetEdge ¶
func (m *AllMethodsServiceMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*AllMethodsServiceMutation) ResetField ¶
func (m *AllMethodsServiceMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*AllMethodsServiceMutation) SetField ¶
func (m *AllMethodsServiceMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (AllMethodsServiceMutation) Tx ¶
func (m AllMethodsServiceMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*AllMethodsServiceMutation) Type ¶
func (m *AllMethodsServiceMutation) Type() string
Type returns the node type of this mutation (AllMethodsService).
func (*AllMethodsServiceMutation) Where ¶
func (m *AllMethodsServiceMutation) Where(ps ...predicate.AllMethodsService)
Where appends a list predicates to the AllMethodsServiceMutation builder.
type AllMethodsServiceQuery ¶
type AllMethodsServiceQuery struct {
// contains filtered or unexported fields
}
AllMethodsServiceQuery is the builder for querying AllMethodsService entities.
func (*AllMethodsServiceQuery) All ¶
func (amsq *AllMethodsServiceQuery) All(ctx context.Context) ([]*AllMethodsService, error)
All executes the query and returns a list of AllMethodsServices.
func (*AllMethodsServiceQuery) AllX ¶
func (amsq *AllMethodsServiceQuery) AllX(ctx context.Context) []*AllMethodsService
AllX is like All, but panics if an error occurs.
func (*AllMethodsServiceQuery) Clone ¶
func (amsq *AllMethodsServiceQuery) Clone() *AllMethodsServiceQuery
Clone returns a duplicate of the AllMethodsServiceQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*AllMethodsServiceQuery) Count ¶
func (amsq *AllMethodsServiceQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*AllMethodsServiceQuery) CountX ¶
func (amsq *AllMethodsServiceQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*AllMethodsServiceQuery) Exist ¶
func (amsq *AllMethodsServiceQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*AllMethodsServiceQuery) ExistX ¶
func (amsq *AllMethodsServiceQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*AllMethodsServiceQuery) First ¶
func (amsq *AllMethodsServiceQuery) First(ctx context.Context) (*AllMethodsService, error)
First returns the first AllMethodsService entity from the query. Returns a *NotFoundError when no AllMethodsService was found.
func (*AllMethodsServiceQuery) FirstID ¶
func (amsq *AllMethodsServiceQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first AllMethodsService ID from the query. Returns a *NotFoundError when no AllMethodsService ID was found.
func (*AllMethodsServiceQuery) FirstIDX ¶
func (amsq *AllMethodsServiceQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*AllMethodsServiceQuery) FirstX ¶
func (amsq *AllMethodsServiceQuery) FirstX(ctx context.Context) *AllMethodsService
FirstX is like First, but panics if an error occurs.
func (*AllMethodsServiceQuery) GroupBy ¶
func (amsq *AllMethodsServiceQuery) GroupBy(field string, fields ...string) *AllMethodsServiceGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
func (*AllMethodsServiceQuery) IDs ¶
func (amsq *AllMethodsServiceQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of AllMethodsService IDs.
func (*AllMethodsServiceQuery) IDsX ¶
func (amsq *AllMethodsServiceQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*AllMethodsServiceQuery) Limit ¶
func (amsq *AllMethodsServiceQuery) Limit(limit int) *AllMethodsServiceQuery
Limit adds a limit step to the query.
func (*AllMethodsServiceQuery) Offset ¶
func (amsq *AllMethodsServiceQuery) Offset(offset int) *AllMethodsServiceQuery
Offset adds an offset step to the query.
func (*AllMethodsServiceQuery) Only ¶
func (amsq *AllMethodsServiceQuery) Only(ctx context.Context) (*AllMethodsService, error)
Only returns a single AllMethodsService entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one AllMethodsService entity is found. Returns a *NotFoundError when no AllMethodsService entities are found.
func (*AllMethodsServiceQuery) OnlyID ¶
func (amsq *AllMethodsServiceQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only AllMethodsService ID in the query. Returns a *NotSingularError when more than one AllMethodsService ID is found. Returns a *NotFoundError when no entities are found.
func (*AllMethodsServiceQuery) OnlyIDX ¶
func (amsq *AllMethodsServiceQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*AllMethodsServiceQuery) OnlyX ¶
func (amsq *AllMethodsServiceQuery) OnlyX(ctx context.Context) *AllMethodsService
OnlyX is like Only, but panics if an error occurs.
func (*AllMethodsServiceQuery) Order ¶
func (amsq *AllMethodsServiceQuery) Order(o ...OrderFunc) *AllMethodsServiceQuery
Order adds an order step to the query.
func (*AllMethodsServiceQuery) Select ¶
func (amsq *AllMethodsServiceQuery) Select(fields ...string) *AllMethodsServiceSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
func (*AllMethodsServiceQuery) Unique ¶
func (amsq *AllMethodsServiceQuery) Unique(unique bool) *AllMethodsServiceQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*AllMethodsServiceQuery) Where ¶
func (amsq *AllMethodsServiceQuery) Where(ps ...predicate.AllMethodsService) *AllMethodsServiceQuery
Where adds a new predicate for the AllMethodsServiceQuery builder.
type AllMethodsServiceSelect ¶
type AllMethodsServiceSelect struct { *AllMethodsServiceQuery // contains filtered or unexported fields }
AllMethodsServiceSelect is the builder for selecting fields of AllMethodsService entities.
func (*AllMethodsServiceSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*AllMethodsServiceSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*AllMethodsServiceSelect) Scan ¶
func (amss *AllMethodsServiceSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*AllMethodsServiceSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type AllMethodsServiceUpdate ¶
type AllMethodsServiceUpdate struct {
// contains filtered or unexported fields
}
AllMethodsServiceUpdate is the builder for updating AllMethodsService entities.
func (*AllMethodsServiceUpdate) Exec ¶
func (amsu *AllMethodsServiceUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*AllMethodsServiceUpdate) ExecX ¶
func (amsu *AllMethodsServiceUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*AllMethodsServiceUpdate) Mutation ¶
func (amsu *AllMethodsServiceUpdate) Mutation() *AllMethodsServiceMutation
Mutation returns the AllMethodsServiceMutation object of the builder.
func (*AllMethodsServiceUpdate) Save ¶
func (amsu *AllMethodsServiceUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*AllMethodsServiceUpdate) SaveX ¶
func (amsu *AllMethodsServiceUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*AllMethodsServiceUpdate) Where ¶
func (amsu *AllMethodsServiceUpdate) Where(ps ...predicate.AllMethodsService) *AllMethodsServiceUpdate
Where appends a list predicates to the AllMethodsServiceUpdate builder.
type AllMethodsServiceUpdateOne ¶
type AllMethodsServiceUpdateOne struct {
// contains filtered or unexported fields
}
AllMethodsServiceUpdateOne is the builder for updating a single AllMethodsService entity.
func (*AllMethodsServiceUpdateOne) Exec ¶
func (amsuo *AllMethodsServiceUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*AllMethodsServiceUpdateOne) ExecX ¶
func (amsuo *AllMethodsServiceUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*AllMethodsServiceUpdateOne) Mutation ¶
func (amsuo *AllMethodsServiceUpdateOne) Mutation() *AllMethodsServiceMutation
Mutation returns the AllMethodsServiceMutation object of the builder.
func (*AllMethodsServiceUpdateOne) Save ¶
func (amsuo *AllMethodsServiceUpdateOne) Save(ctx context.Context) (*AllMethodsService, error)
Save executes the query and returns the updated AllMethodsService entity.
func (*AllMethodsServiceUpdateOne) SaveX ¶
func (amsuo *AllMethodsServiceUpdateOne) SaveX(ctx context.Context) *AllMethodsService
SaveX is like Save, but panics if an error occurs.
func (*AllMethodsServiceUpdateOne) Select ¶
func (amsuo *AllMethodsServiceUpdateOne) Select(field string, fields ...string) *AllMethodsServiceUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
type AllMethodsServices ¶
type AllMethodsServices []*AllMethodsService
AllMethodsServices is a parsable slice of AllMethodsService.
type BlogPost ¶
type BlogPost struct { // ID of the ent. ID int `json:"id,omitempty"` // Title holds the value of the "title" field. Title string `json:"title,omitempty"` // Body holds the value of the "body" field. Body string `json:"body,omitempty"` // ExternalID holds the value of the "external_id" field. ExternalID int `json:"external_id,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the BlogPostQuery when eager-loading is set. Edges BlogPostEdges `json:"edges"` // contains filtered or unexported fields }
BlogPost is the model entity for the BlogPost schema.
func (*BlogPost) QueryAuthor ¶
QueryAuthor queries the "author" edge of the BlogPost entity.
func (*BlogPost) QueryCategories ¶
func (bp *BlogPost) QueryCategories() *CategoryQuery
QueryCategories queries the "categories" edge of the BlogPost entity.
func (*BlogPost) Unwrap ¶
Unwrap unwraps the BlogPost entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*BlogPost) Update ¶
func (bp *BlogPost) Update() *BlogPostUpdateOne
Update returns a builder for updating this BlogPost. Note that you need to call BlogPost.Unwrap() before calling this method if this BlogPost was returned from a transaction, and the transaction was committed or rolled back.
type BlogPostClient ¶
type BlogPostClient struct {
// contains filtered or unexported fields
}
BlogPostClient is a client for the BlogPost schema.
func NewBlogPostClient ¶
func NewBlogPostClient(c config) *BlogPostClient
NewBlogPostClient returns a client for the BlogPost from the given config.
func (*BlogPostClient) Create ¶
func (c *BlogPostClient) Create() *BlogPostCreate
Create returns a create builder for BlogPost.
func (*BlogPostClient) CreateBulk ¶
func (c *BlogPostClient) CreateBulk(builders ...*BlogPostCreate) *BlogPostCreateBulk
CreateBulk returns a builder for creating a bulk of BlogPost entities.
func (*BlogPostClient) Delete ¶
func (c *BlogPostClient) Delete() *BlogPostDelete
Delete returns a delete builder for BlogPost.
func (*BlogPostClient) DeleteOne ¶
func (c *BlogPostClient) DeleteOne(bp *BlogPost) *BlogPostDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*BlogPostClient) DeleteOneID ¶
func (c *BlogPostClient) DeleteOneID(id int) *BlogPostDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*BlogPostClient) GetX ¶
func (c *BlogPostClient) GetX(ctx context.Context, id int) *BlogPost
GetX is like Get, but panics if an error occurs.
func (*BlogPostClient) Hooks ¶
func (c *BlogPostClient) Hooks() []Hook
Hooks returns the client hooks.
func (*BlogPostClient) Query ¶
func (c *BlogPostClient) Query() *BlogPostQuery
Query returns a query builder for BlogPost.
func (*BlogPostClient) QueryAuthor ¶
func (c *BlogPostClient) QueryAuthor(bp *BlogPost) *UserQuery
QueryAuthor queries the author edge of a BlogPost.
func (*BlogPostClient) QueryCategories ¶
func (c *BlogPostClient) QueryCategories(bp *BlogPost) *CategoryQuery
QueryCategories queries the categories edge of a BlogPost.
func (*BlogPostClient) Update ¶
func (c *BlogPostClient) Update() *BlogPostUpdate
Update returns an update builder for BlogPost.
func (*BlogPostClient) UpdateOne ¶
func (c *BlogPostClient) UpdateOne(bp *BlogPost) *BlogPostUpdateOne
UpdateOne returns an update builder for the given entity.
func (*BlogPostClient) UpdateOneID ¶
func (c *BlogPostClient) UpdateOneID(id int) *BlogPostUpdateOne
UpdateOneID returns an update builder for the given id.
func (*BlogPostClient) Use ¶
func (c *BlogPostClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `blogpost.Hooks(f(g(h())))`.
type BlogPostCreate ¶
type BlogPostCreate struct {
// contains filtered or unexported fields
}
BlogPostCreate is the builder for creating a BlogPost entity.
func (*BlogPostCreate) AddCategories ¶
func (bpc *BlogPostCreate) AddCategories(c ...*Category) *BlogPostCreate
AddCategories adds the "categories" edges to the Category entity.
func (*BlogPostCreate) AddCategoryIDs ¶
func (bpc *BlogPostCreate) AddCategoryIDs(ids ...int) *BlogPostCreate
AddCategoryIDs adds the "categories" edge to the Category entity by IDs.
func (*BlogPostCreate) Exec ¶
func (bpc *BlogPostCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*BlogPostCreate) ExecX ¶
func (bpc *BlogPostCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*BlogPostCreate) Mutation ¶
func (bpc *BlogPostCreate) Mutation() *BlogPostMutation
Mutation returns the BlogPostMutation object of the builder.
func (*BlogPostCreate) Save ¶
func (bpc *BlogPostCreate) Save(ctx context.Context) (*BlogPost, error)
Save creates the BlogPost in the database.
func (*BlogPostCreate) SaveX ¶
func (bpc *BlogPostCreate) SaveX(ctx context.Context) *BlogPost
SaveX calls Save and panics if Save returns an error.
func (*BlogPostCreate) SetAuthor ¶
func (bpc *BlogPostCreate) SetAuthor(u *User) *BlogPostCreate
SetAuthor sets the "author" edge to the User entity.
func (*BlogPostCreate) SetAuthorID ¶
func (bpc *BlogPostCreate) SetAuthorID(id int) *BlogPostCreate
SetAuthorID sets the "author" edge to the User entity by ID.
func (*BlogPostCreate) SetBody ¶
func (bpc *BlogPostCreate) SetBody(s string) *BlogPostCreate
SetBody sets the "body" field.
func (*BlogPostCreate) SetExternalID ¶
func (bpc *BlogPostCreate) SetExternalID(i int) *BlogPostCreate
SetExternalID sets the "external_id" field.
func (*BlogPostCreate) SetNillableAuthorID ¶
func (bpc *BlogPostCreate) SetNillableAuthorID(id *int) *BlogPostCreate
SetNillableAuthorID sets the "author" edge to the User entity by ID if the given value is not nil.
func (*BlogPostCreate) SetTitle ¶
func (bpc *BlogPostCreate) SetTitle(s string) *BlogPostCreate
SetTitle sets the "title" field.
type BlogPostCreateBulk ¶
type BlogPostCreateBulk struct {
// contains filtered or unexported fields
}
BlogPostCreateBulk is the builder for creating many BlogPost entities in bulk.
func (*BlogPostCreateBulk) Exec ¶
func (bpcb *BlogPostCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*BlogPostCreateBulk) ExecX ¶
func (bpcb *BlogPostCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type BlogPostDelete ¶
type BlogPostDelete struct {
// contains filtered or unexported fields
}
BlogPostDelete is the builder for deleting a BlogPost entity.
func (*BlogPostDelete) Exec ¶
func (bpd *BlogPostDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*BlogPostDelete) ExecX ¶
func (bpd *BlogPostDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*BlogPostDelete) Where ¶
func (bpd *BlogPostDelete) Where(ps ...predicate.BlogPost) *BlogPostDelete
Where appends a list predicates to the BlogPostDelete builder.
type BlogPostDeleteOne ¶
type BlogPostDeleteOne struct {
// contains filtered or unexported fields
}
BlogPostDeleteOne is the builder for deleting a single BlogPost entity.
func (*BlogPostDeleteOne) Exec ¶
func (bpdo *BlogPostDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*BlogPostDeleteOne) ExecX ¶
func (bpdo *BlogPostDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type BlogPostEdges ¶
type BlogPostEdges struct { // Author holds the value of the author edge. Author *User `json:"author,omitempty"` // Categories holds the value of the categories edge. Categories []*Category `json:"categories,omitempty"` // contains filtered or unexported fields }
BlogPostEdges holds the relations/edges for other nodes in the graph.
func (BlogPostEdges) AuthorOrErr ¶
func (e BlogPostEdges) AuthorOrErr() (*User, error)
AuthorOrErr returns the Author value or an error if the edge was not loaded in eager-loading, or loaded but was not found.
func (BlogPostEdges) CategoriesOrErr ¶
func (e BlogPostEdges) CategoriesOrErr() ([]*Category, error)
CategoriesOrErr returns the Categories value or an error if the edge was not loaded in eager-loading.
type BlogPostGroupBy ¶
type BlogPostGroupBy struct {
// contains filtered or unexported fields
}
BlogPostGroupBy is the group-by builder for BlogPost entities.
func (*BlogPostGroupBy) Aggregate ¶
func (bpgb *BlogPostGroupBy) Aggregate(fns ...AggregateFunc) *BlogPostGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*BlogPostGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*BlogPostGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*BlogPostGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*BlogPostGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*BlogPostGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*BlogPostGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*BlogPostGroupBy) Scan ¶
func (bpgb *BlogPostGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*BlogPostGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type BlogPostMutation ¶
type BlogPostMutation struct {
// contains filtered or unexported fields
}
BlogPostMutation represents an operation that mutates the BlogPost nodes in the graph.
func (*BlogPostMutation) AddCategoryIDs ¶
func (m *BlogPostMutation) AddCategoryIDs(ids ...int)
AddCategoryIDs adds the "categories" edge to the Category entity by ids.
func (*BlogPostMutation) AddExternalID ¶
func (m *BlogPostMutation) AddExternalID(i int)
AddExternalID adds i to the "external_id" field.
func (*BlogPostMutation) AddField ¶
func (m *BlogPostMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*BlogPostMutation) AddedEdges ¶
func (m *BlogPostMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*BlogPostMutation) AddedExternalID ¶
func (m *BlogPostMutation) AddedExternalID() (r int, exists bool)
AddedExternalID returns the value that was added to the "external_id" field in this mutation.
func (*BlogPostMutation) AddedField ¶
func (m *BlogPostMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*BlogPostMutation) AddedFields ¶
func (m *BlogPostMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*BlogPostMutation) AddedIDs ¶
func (m *BlogPostMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*BlogPostMutation) AuthorCleared ¶
func (m *BlogPostMutation) AuthorCleared() bool
AuthorCleared reports if the "author" edge to the User entity was cleared.
func (*BlogPostMutation) AuthorID ¶
func (m *BlogPostMutation) AuthorID() (id int, exists bool)
AuthorID returns the "author" edge ID in the mutation.
func (*BlogPostMutation) AuthorIDs ¶
func (m *BlogPostMutation) AuthorIDs() (ids []int)
AuthorIDs returns the "author" edge IDs in the mutation. Note that IDs always returns len(IDs) <= 1 for unique edges, and you should use AuthorID instead. It exists only for internal usage by the builders.
func (*BlogPostMutation) Body ¶
func (m *BlogPostMutation) Body() (r string, exists bool)
Body returns the value of the "body" field in the mutation.
func (*BlogPostMutation) CategoriesCleared ¶
func (m *BlogPostMutation) CategoriesCleared() bool
CategoriesCleared reports if the "categories" edge to the Category entity was cleared.
func (*BlogPostMutation) CategoriesIDs ¶
func (m *BlogPostMutation) CategoriesIDs() (ids []int)
CategoriesIDs returns the "categories" edge IDs in the mutation.
func (*BlogPostMutation) ClearAuthor ¶
func (m *BlogPostMutation) ClearAuthor()
ClearAuthor clears the "author" edge to the User entity.
func (*BlogPostMutation) ClearCategories ¶
func (m *BlogPostMutation) ClearCategories()
ClearCategories clears the "categories" edge to the Category entity.
func (*BlogPostMutation) ClearEdge ¶
func (m *BlogPostMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*BlogPostMutation) ClearField ¶
func (m *BlogPostMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*BlogPostMutation) ClearedEdges ¶
func (m *BlogPostMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*BlogPostMutation) ClearedFields ¶
func (m *BlogPostMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (BlogPostMutation) Client ¶
func (m BlogPostMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*BlogPostMutation) EdgeCleared ¶
func (m *BlogPostMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*BlogPostMutation) ExternalID ¶
func (m *BlogPostMutation) ExternalID() (r int, exists bool)
ExternalID returns the value of the "external_id" field in the mutation.
func (*BlogPostMutation) Field ¶
func (m *BlogPostMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*BlogPostMutation) FieldCleared ¶
func (m *BlogPostMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*BlogPostMutation) Fields ¶
func (m *BlogPostMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*BlogPostMutation) ID ¶
func (m *BlogPostMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*BlogPostMutation) IDs ¶
func (m *BlogPostMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*BlogPostMutation) OldBody ¶
func (m *BlogPostMutation) OldBody(ctx context.Context) (v string, err error)
OldBody returns the old "body" field's value of the BlogPost entity. If the BlogPost object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*BlogPostMutation) OldExternalID ¶
func (m *BlogPostMutation) OldExternalID(ctx context.Context) (v int, err error)
OldExternalID returns the old "external_id" field's value of the BlogPost entity. If the BlogPost object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*BlogPostMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*BlogPostMutation) OldTitle ¶
func (m *BlogPostMutation) OldTitle(ctx context.Context) (v string, err error)
OldTitle returns the old "title" field's value of the BlogPost entity. If the BlogPost object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*BlogPostMutation) RemoveCategoryIDs ¶
func (m *BlogPostMutation) RemoveCategoryIDs(ids ...int)
RemoveCategoryIDs removes the "categories" edge to the Category entity by IDs.
func (*BlogPostMutation) RemovedCategoriesIDs ¶
func (m *BlogPostMutation) RemovedCategoriesIDs() (ids []int)
RemovedCategories returns the removed IDs of the "categories" edge to the Category entity.
func (*BlogPostMutation) RemovedEdges ¶
func (m *BlogPostMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*BlogPostMutation) RemovedIDs ¶
func (m *BlogPostMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*BlogPostMutation) ResetAuthor ¶
func (m *BlogPostMutation) ResetAuthor()
ResetAuthor resets all changes to the "author" edge.
func (*BlogPostMutation) ResetBody ¶
func (m *BlogPostMutation) ResetBody()
ResetBody resets all changes to the "body" field.
func (*BlogPostMutation) ResetCategories ¶
func (m *BlogPostMutation) ResetCategories()
ResetCategories resets all changes to the "categories" edge.
func (*BlogPostMutation) ResetEdge ¶
func (m *BlogPostMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*BlogPostMutation) ResetExternalID ¶
func (m *BlogPostMutation) ResetExternalID()
ResetExternalID resets all changes to the "external_id" field.
func (*BlogPostMutation) ResetField ¶
func (m *BlogPostMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*BlogPostMutation) ResetTitle ¶
func (m *BlogPostMutation) ResetTitle()
ResetTitle resets all changes to the "title" field.
func (*BlogPostMutation) SetAuthorID ¶
func (m *BlogPostMutation) SetAuthorID(id int)
SetAuthorID sets the "author" edge to the User entity by id.
func (*BlogPostMutation) SetBody ¶
func (m *BlogPostMutation) SetBody(s string)
SetBody sets the "body" field.
func (*BlogPostMutation) SetExternalID ¶
func (m *BlogPostMutation) SetExternalID(i int)
SetExternalID sets the "external_id" field.
func (*BlogPostMutation) SetField ¶
func (m *BlogPostMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*BlogPostMutation) SetTitle ¶
func (m *BlogPostMutation) SetTitle(s string)
SetTitle sets the "title" field.
func (*BlogPostMutation) Title ¶
func (m *BlogPostMutation) Title() (r string, exists bool)
Title returns the value of the "title" field in the mutation.
func (BlogPostMutation) Tx ¶
func (m BlogPostMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*BlogPostMutation) Type ¶
func (m *BlogPostMutation) Type() string
Type returns the node type of this mutation (BlogPost).
func (*BlogPostMutation) Where ¶
func (m *BlogPostMutation) Where(ps ...predicate.BlogPost)
Where appends a list predicates to the BlogPostMutation builder.
type BlogPostQuery ¶
type BlogPostQuery struct {
// contains filtered or unexported fields
}
BlogPostQuery is the builder for querying BlogPost entities.
func (*BlogPostQuery) All ¶
func (bpq *BlogPostQuery) All(ctx context.Context) ([]*BlogPost, error)
All executes the query and returns a list of BlogPosts.
func (*BlogPostQuery) AllX ¶
func (bpq *BlogPostQuery) AllX(ctx context.Context) []*BlogPost
AllX is like All, but panics if an error occurs.
func (*BlogPostQuery) Clone ¶
func (bpq *BlogPostQuery) Clone() *BlogPostQuery
Clone returns a duplicate of the BlogPostQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*BlogPostQuery) Count ¶
func (bpq *BlogPostQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*BlogPostQuery) CountX ¶
func (bpq *BlogPostQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*BlogPostQuery) Exist ¶
func (bpq *BlogPostQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*BlogPostQuery) ExistX ¶
func (bpq *BlogPostQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*BlogPostQuery) First ¶
func (bpq *BlogPostQuery) First(ctx context.Context) (*BlogPost, error)
First returns the first BlogPost entity from the query. Returns a *NotFoundError when no BlogPost was found.
func (*BlogPostQuery) FirstID ¶
func (bpq *BlogPostQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first BlogPost ID from the query. Returns a *NotFoundError when no BlogPost ID was found.
func (*BlogPostQuery) FirstIDX ¶
func (bpq *BlogPostQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*BlogPostQuery) FirstX ¶
func (bpq *BlogPostQuery) FirstX(ctx context.Context) *BlogPost
FirstX is like First, but panics if an error occurs.
func (*BlogPostQuery) GroupBy ¶
func (bpq *BlogPostQuery) GroupBy(field string, fields ...string) *BlogPostGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Title string `json:"title,omitempty"` Count int `json:"count,omitempty"` } client.BlogPost.Query(). GroupBy(blogpost.FieldTitle). Aggregate(ent.Count()). Scan(ctx, &v)
func (*BlogPostQuery) IDs ¶
func (bpq *BlogPostQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of BlogPost IDs.
func (*BlogPostQuery) IDsX ¶
func (bpq *BlogPostQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*BlogPostQuery) Limit ¶
func (bpq *BlogPostQuery) Limit(limit int) *BlogPostQuery
Limit adds a limit step to the query.
func (*BlogPostQuery) Offset ¶
func (bpq *BlogPostQuery) Offset(offset int) *BlogPostQuery
Offset adds an offset step to the query.
func (*BlogPostQuery) Only ¶
func (bpq *BlogPostQuery) Only(ctx context.Context) (*BlogPost, error)
Only returns a single BlogPost entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one BlogPost entity is found. Returns a *NotFoundError when no BlogPost entities are found.
func (*BlogPostQuery) OnlyID ¶
func (bpq *BlogPostQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only BlogPost ID in the query. Returns a *NotSingularError when more than one BlogPost ID is found. Returns a *NotFoundError when no entities are found.
func (*BlogPostQuery) OnlyIDX ¶
func (bpq *BlogPostQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*BlogPostQuery) OnlyX ¶
func (bpq *BlogPostQuery) OnlyX(ctx context.Context) *BlogPost
OnlyX is like Only, but panics if an error occurs.
func (*BlogPostQuery) Order ¶
func (bpq *BlogPostQuery) Order(o ...OrderFunc) *BlogPostQuery
Order adds an order step to the query.
func (*BlogPostQuery) QueryAuthor ¶
func (bpq *BlogPostQuery) QueryAuthor() *UserQuery
QueryAuthor chains the current query on the "author" edge.
func (*BlogPostQuery) QueryCategories ¶
func (bpq *BlogPostQuery) QueryCategories() *CategoryQuery
QueryCategories chains the current query on the "categories" edge.
func (*BlogPostQuery) Select ¶
func (bpq *BlogPostQuery) Select(fields ...string) *BlogPostSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Title string `json:"title,omitempty"` } client.BlogPost.Query(). Select(blogpost.FieldTitle). Scan(ctx, &v)
func (*BlogPostQuery) Unique ¶
func (bpq *BlogPostQuery) Unique(unique bool) *BlogPostQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*BlogPostQuery) Where ¶
func (bpq *BlogPostQuery) Where(ps ...predicate.BlogPost) *BlogPostQuery
Where adds a new predicate for the BlogPostQuery builder.
func (*BlogPostQuery) WithAuthor ¶
func (bpq *BlogPostQuery) WithAuthor(opts ...func(*UserQuery)) *BlogPostQuery
WithAuthor tells the query-builder to eager-load the nodes that are connected to the "author" edge. The optional arguments are used to configure the query builder of the edge.
func (*BlogPostQuery) WithCategories ¶
func (bpq *BlogPostQuery) WithCategories(opts ...func(*CategoryQuery)) *BlogPostQuery
WithCategories tells the query-builder to eager-load the nodes that are connected to the "categories" edge. The optional arguments are used to configure the query builder of the edge.
type BlogPostSelect ¶
type BlogPostSelect struct { *BlogPostQuery // contains filtered or unexported fields }
BlogPostSelect is the builder for selecting fields of BlogPost entities.
func (*BlogPostSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*BlogPostSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*BlogPostSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*BlogPostSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*BlogPostSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*BlogPostSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*BlogPostSelect) Scan ¶
func (bps *BlogPostSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*BlogPostSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type BlogPostUpdate ¶
type BlogPostUpdate struct {
// contains filtered or unexported fields
}
BlogPostUpdate is the builder for updating BlogPost entities.
func (*BlogPostUpdate) AddCategories ¶
func (bpu *BlogPostUpdate) AddCategories(c ...*Category) *BlogPostUpdate
AddCategories adds the "categories" edges to the Category entity.
func (*BlogPostUpdate) AddCategoryIDs ¶
func (bpu *BlogPostUpdate) AddCategoryIDs(ids ...int) *BlogPostUpdate
AddCategoryIDs adds the "categories" edge to the Category entity by IDs.
func (*BlogPostUpdate) AddExternalID ¶
func (bpu *BlogPostUpdate) AddExternalID(i int) *BlogPostUpdate
AddExternalID adds i to the "external_id" field.
func (*BlogPostUpdate) ClearAuthor ¶
func (bpu *BlogPostUpdate) ClearAuthor() *BlogPostUpdate
ClearAuthor clears the "author" edge to the User entity.
func (*BlogPostUpdate) ClearCategories ¶
func (bpu *BlogPostUpdate) ClearCategories() *BlogPostUpdate
ClearCategories clears all "categories" edges to the Category entity.
func (*BlogPostUpdate) Exec ¶
func (bpu *BlogPostUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*BlogPostUpdate) ExecX ¶
func (bpu *BlogPostUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*BlogPostUpdate) Mutation ¶
func (bpu *BlogPostUpdate) Mutation() *BlogPostMutation
Mutation returns the BlogPostMutation object of the builder.
func (*BlogPostUpdate) RemoveCategories ¶
func (bpu *BlogPostUpdate) RemoveCategories(c ...*Category) *BlogPostUpdate
RemoveCategories removes "categories" edges to Category entities.
func (*BlogPostUpdate) RemoveCategoryIDs ¶
func (bpu *BlogPostUpdate) RemoveCategoryIDs(ids ...int) *BlogPostUpdate
RemoveCategoryIDs removes the "categories" edge to Category entities by IDs.
func (*BlogPostUpdate) Save ¶
func (bpu *BlogPostUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*BlogPostUpdate) SaveX ¶
func (bpu *BlogPostUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*BlogPostUpdate) SetAuthor ¶
func (bpu *BlogPostUpdate) SetAuthor(u *User) *BlogPostUpdate
SetAuthor sets the "author" edge to the User entity.
func (*BlogPostUpdate) SetAuthorID ¶
func (bpu *BlogPostUpdate) SetAuthorID(id int) *BlogPostUpdate
SetAuthorID sets the "author" edge to the User entity by ID.
func (*BlogPostUpdate) SetBody ¶
func (bpu *BlogPostUpdate) SetBody(s string) *BlogPostUpdate
SetBody sets the "body" field.
func (*BlogPostUpdate) SetExternalID ¶
func (bpu *BlogPostUpdate) SetExternalID(i int) *BlogPostUpdate
SetExternalID sets the "external_id" field.
func (*BlogPostUpdate) SetNillableAuthorID ¶
func (bpu *BlogPostUpdate) SetNillableAuthorID(id *int) *BlogPostUpdate
SetNillableAuthorID sets the "author" edge to the User entity by ID if the given value is not nil.
func (*BlogPostUpdate) SetTitle ¶
func (bpu *BlogPostUpdate) SetTitle(s string) *BlogPostUpdate
SetTitle sets the "title" field.
func (*BlogPostUpdate) Where ¶
func (bpu *BlogPostUpdate) Where(ps ...predicate.BlogPost) *BlogPostUpdate
Where appends a list predicates to the BlogPostUpdate builder.
type BlogPostUpdateOne ¶
type BlogPostUpdateOne struct {
// contains filtered or unexported fields
}
BlogPostUpdateOne is the builder for updating a single BlogPost entity.
func (*BlogPostUpdateOne) AddCategories ¶
func (bpuo *BlogPostUpdateOne) AddCategories(c ...*Category) *BlogPostUpdateOne
AddCategories adds the "categories" edges to the Category entity.
func (*BlogPostUpdateOne) AddCategoryIDs ¶
func (bpuo *BlogPostUpdateOne) AddCategoryIDs(ids ...int) *BlogPostUpdateOne
AddCategoryIDs adds the "categories" edge to the Category entity by IDs.
func (*BlogPostUpdateOne) AddExternalID ¶
func (bpuo *BlogPostUpdateOne) AddExternalID(i int) *BlogPostUpdateOne
AddExternalID adds i to the "external_id" field.
func (*BlogPostUpdateOne) ClearAuthor ¶
func (bpuo *BlogPostUpdateOne) ClearAuthor() *BlogPostUpdateOne
ClearAuthor clears the "author" edge to the User entity.
func (*BlogPostUpdateOne) ClearCategories ¶
func (bpuo *BlogPostUpdateOne) ClearCategories() *BlogPostUpdateOne
ClearCategories clears all "categories" edges to the Category entity.
func (*BlogPostUpdateOne) Exec ¶
func (bpuo *BlogPostUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*BlogPostUpdateOne) ExecX ¶
func (bpuo *BlogPostUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*BlogPostUpdateOne) Mutation ¶
func (bpuo *BlogPostUpdateOne) Mutation() *BlogPostMutation
Mutation returns the BlogPostMutation object of the builder.
func (*BlogPostUpdateOne) RemoveCategories ¶
func (bpuo *BlogPostUpdateOne) RemoveCategories(c ...*Category) *BlogPostUpdateOne
RemoveCategories removes "categories" edges to Category entities.
func (*BlogPostUpdateOne) RemoveCategoryIDs ¶
func (bpuo *BlogPostUpdateOne) RemoveCategoryIDs(ids ...int) *BlogPostUpdateOne
RemoveCategoryIDs removes the "categories" edge to Category entities by IDs.
func (*BlogPostUpdateOne) Save ¶
func (bpuo *BlogPostUpdateOne) Save(ctx context.Context) (*BlogPost, error)
Save executes the query and returns the updated BlogPost entity.
func (*BlogPostUpdateOne) SaveX ¶
func (bpuo *BlogPostUpdateOne) SaveX(ctx context.Context) *BlogPost
SaveX is like Save, but panics if an error occurs.
func (*BlogPostUpdateOne) Select ¶
func (bpuo *BlogPostUpdateOne) Select(field string, fields ...string) *BlogPostUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*BlogPostUpdateOne) SetAuthor ¶
func (bpuo *BlogPostUpdateOne) SetAuthor(u *User) *BlogPostUpdateOne
SetAuthor sets the "author" edge to the User entity.
func (*BlogPostUpdateOne) SetAuthorID ¶
func (bpuo *BlogPostUpdateOne) SetAuthorID(id int) *BlogPostUpdateOne
SetAuthorID sets the "author" edge to the User entity by ID.
func (*BlogPostUpdateOne) SetBody ¶
func (bpuo *BlogPostUpdateOne) SetBody(s string) *BlogPostUpdateOne
SetBody sets the "body" field.
func (*BlogPostUpdateOne) SetExternalID ¶
func (bpuo *BlogPostUpdateOne) SetExternalID(i int) *BlogPostUpdateOne
SetExternalID sets the "external_id" field.
func (*BlogPostUpdateOne) SetNillableAuthorID ¶
func (bpuo *BlogPostUpdateOne) SetNillableAuthorID(id *int) *BlogPostUpdateOne
SetNillableAuthorID sets the "author" edge to the User entity by ID if the given value is not nil.
func (*BlogPostUpdateOne) SetTitle ¶
func (bpuo *BlogPostUpdateOne) SetTitle(s string) *BlogPostUpdateOne
SetTitle sets the "title" field.
type Category ¶
type Category struct { // ID of the ent. ID int `json:"id,omitempty"` // Name holds the value of the "name" field. Name string `json:"name,omitempty"` // Description holds the value of the "description" field. Description string `json:"description,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the CategoryQuery when eager-loading is set. Edges CategoryEdges `json:"edges"` // contains filtered or unexported fields }
Category is the model entity for the Category schema.
func (*Category) QueryBlogPosts ¶
func (c *Category) QueryBlogPosts() *BlogPostQuery
QueryBlogPosts queries the "blog_posts" edge of the Category entity.
func (*Category) Unwrap ¶
Unwrap unwraps the Category entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*Category) Update ¶
func (c *Category) Update() *CategoryUpdateOne
Update returns a builder for updating this Category. Note that you need to call Category.Unwrap() before calling this method if this Category was returned from a transaction, and the transaction was committed or rolled back.
type CategoryClient ¶
type CategoryClient struct {
// contains filtered or unexported fields
}
CategoryClient is a client for the Category schema.
func NewCategoryClient ¶
func NewCategoryClient(c config) *CategoryClient
NewCategoryClient returns a client for the Category from the given config.
func (*CategoryClient) Create ¶
func (c *CategoryClient) Create() *CategoryCreate
Create returns a create builder for Category.
func (*CategoryClient) CreateBulk ¶
func (c *CategoryClient) CreateBulk(builders ...*CategoryCreate) *CategoryCreateBulk
CreateBulk returns a builder for creating a bulk of Category entities.
func (*CategoryClient) Delete ¶
func (c *CategoryClient) Delete() *CategoryDelete
Delete returns a delete builder for Category.
func (*CategoryClient) DeleteOne ¶
func (c *CategoryClient) DeleteOne(ca *Category) *CategoryDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*CategoryClient) DeleteOneID ¶
func (c *CategoryClient) DeleteOneID(id int) *CategoryDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*CategoryClient) GetX ¶
func (c *CategoryClient) GetX(ctx context.Context, id int) *Category
GetX is like Get, but panics if an error occurs.
func (*CategoryClient) Hooks ¶
func (c *CategoryClient) Hooks() []Hook
Hooks returns the client hooks.
func (*CategoryClient) Query ¶
func (c *CategoryClient) Query() *CategoryQuery
Query returns a query builder for Category.
func (*CategoryClient) QueryBlogPosts ¶
func (c *CategoryClient) QueryBlogPosts(ca *Category) *BlogPostQuery
QueryBlogPosts queries the blog_posts edge of a Category.
func (*CategoryClient) Update ¶
func (c *CategoryClient) Update() *CategoryUpdate
Update returns an update builder for Category.
func (*CategoryClient) UpdateOne ¶
func (c *CategoryClient) UpdateOne(ca *Category) *CategoryUpdateOne
UpdateOne returns an update builder for the given entity.
func (*CategoryClient) UpdateOneID ¶
func (c *CategoryClient) UpdateOneID(id int) *CategoryUpdateOne
UpdateOneID returns an update builder for the given id.
func (*CategoryClient) Use ¶
func (c *CategoryClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `category.Hooks(f(g(h())))`.
type CategoryCreate ¶
type CategoryCreate struct {
// contains filtered or unexported fields
}
CategoryCreate is the builder for creating a Category entity.
func (*CategoryCreate) AddBlogPostIDs ¶
func (cc *CategoryCreate) AddBlogPostIDs(ids ...int) *CategoryCreate
AddBlogPostIDs adds the "blog_posts" edge to the BlogPost entity by IDs.
func (*CategoryCreate) AddBlogPosts ¶
func (cc *CategoryCreate) AddBlogPosts(b ...*BlogPost) *CategoryCreate
AddBlogPosts adds the "blog_posts" edges to the BlogPost entity.
func (*CategoryCreate) Exec ¶
func (cc *CategoryCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*CategoryCreate) ExecX ¶
func (cc *CategoryCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*CategoryCreate) Mutation ¶
func (cc *CategoryCreate) Mutation() *CategoryMutation
Mutation returns the CategoryMutation object of the builder.
func (*CategoryCreate) Save ¶
func (cc *CategoryCreate) Save(ctx context.Context) (*Category, error)
Save creates the Category in the database.
func (*CategoryCreate) SaveX ¶
func (cc *CategoryCreate) SaveX(ctx context.Context) *Category
SaveX calls Save and panics if Save returns an error.
func (*CategoryCreate) SetDescription ¶
func (cc *CategoryCreate) SetDescription(s string) *CategoryCreate
SetDescription sets the "description" field.
func (*CategoryCreate) SetName ¶
func (cc *CategoryCreate) SetName(s string) *CategoryCreate
SetName sets the "name" field.
type CategoryCreateBulk ¶
type CategoryCreateBulk struct {
// contains filtered or unexported fields
}
CategoryCreateBulk is the builder for creating many Category entities in bulk.
func (*CategoryCreateBulk) Exec ¶
func (ccb *CategoryCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*CategoryCreateBulk) ExecX ¶
func (ccb *CategoryCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type CategoryDelete ¶
type CategoryDelete struct {
// contains filtered or unexported fields
}
CategoryDelete is the builder for deleting a Category entity.
func (*CategoryDelete) Exec ¶
func (cd *CategoryDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*CategoryDelete) ExecX ¶
func (cd *CategoryDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*CategoryDelete) Where ¶
func (cd *CategoryDelete) Where(ps ...predicate.Category) *CategoryDelete
Where appends a list predicates to the CategoryDelete builder.
type CategoryDeleteOne ¶
type CategoryDeleteOne struct {
// contains filtered or unexported fields
}
CategoryDeleteOne is the builder for deleting a single Category entity.
func (*CategoryDeleteOne) Exec ¶
func (cdo *CategoryDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*CategoryDeleteOne) ExecX ¶
func (cdo *CategoryDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type CategoryEdges ¶
type CategoryEdges struct { // BlogPosts holds the value of the blog_posts edge. BlogPosts []*BlogPost `json:"blog_posts,omitempty"` // contains filtered or unexported fields }
CategoryEdges holds the relations/edges for other nodes in the graph.
func (CategoryEdges) BlogPostsOrErr ¶
func (e CategoryEdges) BlogPostsOrErr() ([]*BlogPost, error)
BlogPostsOrErr returns the BlogPosts value or an error if the edge was not loaded in eager-loading.
type CategoryGroupBy ¶
type CategoryGroupBy struct {
// contains filtered or unexported fields
}
CategoryGroupBy is the group-by builder for Category entities.
func (*CategoryGroupBy) Aggregate ¶
func (cgb *CategoryGroupBy) Aggregate(fns ...AggregateFunc) *CategoryGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*CategoryGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*CategoryGroupBy) Scan ¶
func (cgb *CategoryGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*CategoryGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type CategoryMutation ¶
type CategoryMutation struct {
// contains filtered or unexported fields
}
CategoryMutation represents an operation that mutates the Category nodes in the graph.
func (*CategoryMutation) AddBlogPostIDs ¶
func (m *CategoryMutation) AddBlogPostIDs(ids ...int)
AddBlogPostIDs adds the "blog_posts" edge to the BlogPost entity by ids.
func (*CategoryMutation) AddField ¶
func (m *CategoryMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*CategoryMutation) AddedEdges ¶
func (m *CategoryMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*CategoryMutation) AddedField ¶
func (m *CategoryMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*CategoryMutation) AddedFields ¶
func (m *CategoryMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*CategoryMutation) AddedIDs ¶
func (m *CategoryMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*CategoryMutation) BlogPostsCleared ¶
func (m *CategoryMutation) BlogPostsCleared() bool
BlogPostsCleared reports if the "blog_posts" edge to the BlogPost entity was cleared.
func (*CategoryMutation) BlogPostsIDs ¶
func (m *CategoryMutation) BlogPostsIDs() (ids []int)
BlogPostsIDs returns the "blog_posts" edge IDs in the mutation.
func (*CategoryMutation) ClearBlogPosts ¶
func (m *CategoryMutation) ClearBlogPosts()
ClearBlogPosts clears the "blog_posts" edge to the BlogPost entity.
func (*CategoryMutation) ClearEdge ¶
func (m *CategoryMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*CategoryMutation) ClearField ¶
func (m *CategoryMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*CategoryMutation) ClearedEdges ¶
func (m *CategoryMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*CategoryMutation) ClearedFields ¶
func (m *CategoryMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (CategoryMutation) Client ¶
func (m CategoryMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*CategoryMutation) Description ¶
func (m *CategoryMutation) Description() (r string, exists bool)
Description returns the value of the "description" field in the mutation.
func (*CategoryMutation) EdgeCleared ¶
func (m *CategoryMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*CategoryMutation) Field ¶
func (m *CategoryMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*CategoryMutation) FieldCleared ¶
func (m *CategoryMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*CategoryMutation) Fields ¶
func (m *CategoryMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*CategoryMutation) ID ¶
func (m *CategoryMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*CategoryMutation) IDs ¶
func (m *CategoryMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*CategoryMutation) Name ¶
func (m *CategoryMutation) Name() (r string, exists bool)
Name returns the value of the "name" field in the mutation.
func (*CategoryMutation) OldDescription ¶
func (m *CategoryMutation) OldDescription(ctx context.Context) (v string, err error)
OldDescription returns the old "description" field's value of the Category entity. If the Category object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*CategoryMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*CategoryMutation) OldName ¶
func (m *CategoryMutation) OldName(ctx context.Context) (v string, err error)
OldName returns the old "name" field's value of the Category entity. If the Category object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*CategoryMutation) RemoveBlogPostIDs ¶
func (m *CategoryMutation) RemoveBlogPostIDs(ids ...int)
RemoveBlogPostIDs removes the "blog_posts" edge to the BlogPost entity by IDs.
func (*CategoryMutation) RemovedBlogPostsIDs ¶
func (m *CategoryMutation) RemovedBlogPostsIDs() (ids []int)
RemovedBlogPosts returns the removed IDs of the "blog_posts" edge to the BlogPost entity.
func (*CategoryMutation) RemovedEdges ¶
func (m *CategoryMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*CategoryMutation) RemovedIDs ¶
func (m *CategoryMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*CategoryMutation) ResetBlogPosts ¶
func (m *CategoryMutation) ResetBlogPosts()
ResetBlogPosts resets all changes to the "blog_posts" edge.
func (*CategoryMutation) ResetDescription ¶
func (m *CategoryMutation) ResetDescription()
ResetDescription resets all changes to the "description" field.
func (*CategoryMutation) ResetEdge ¶
func (m *CategoryMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*CategoryMutation) ResetField ¶
func (m *CategoryMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*CategoryMutation) ResetName ¶
func (m *CategoryMutation) ResetName()
ResetName resets all changes to the "name" field.
func (*CategoryMutation) SetDescription ¶
func (m *CategoryMutation) SetDescription(s string)
SetDescription sets the "description" field.
func (*CategoryMutation) SetField ¶
func (m *CategoryMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*CategoryMutation) SetName ¶
func (m *CategoryMutation) SetName(s string)
SetName sets the "name" field.
func (CategoryMutation) Tx ¶
func (m CategoryMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*CategoryMutation) Type ¶
func (m *CategoryMutation) Type() string
Type returns the node type of this mutation (Category).
func (*CategoryMutation) Where ¶
func (m *CategoryMutation) Where(ps ...predicate.Category)
Where appends a list predicates to the CategoryMutation builder.
type CategoryQuery ¶
type CategoryQuery struct {
// contains filtered or unexported fields
}
CategoryQuery is the builder for querying Category entities.
func (*CategoryQuery) All ¶
func (cq *CategoryQuery) All(ctx context.Context) ([]*Category, error)
All executes the query and returns a list of Categories.
func (*CategoryQuery) AllX ¶
func (cq *CategoryQuery) AllX(ctx context.Context) []*Category
AllX is like All, but panics if an error occurs.
func (*CategoryQuery) Clone ¶
func (cq *CategoryQuery) Clone() *CategoryQuery
Clone returns a duplicate of the CategoryQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*CategoryQuery) Count ¶
func (cq *CategoryQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*CategoryQuery) CountX ¶
func (cq *CategoryQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*CategoryQuery) Exist ¶
func (cq *CategoryQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*CategoryQuery) ExistX ¶
func (cq *CategoryQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*CategoryQuery) First ¶
func (cq *CategoryQuery) First(ctx context.Context) (*Category, error)
First returns the first Category entity from the query. Returns a *NotFoundError when no Category was found.
func (*CategoryQuery) FirstID ¶
func (cq *CategoryQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first Category ID from the query. Returns a *NotFoundError when no Category ID was found.
func (*CategoryQuery) FirstIDX ¶
func (cq *CategoryQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*CategoryQuery) FirstX ¶
func (cq *CategoryQuery) FirstX(ctx context.Context) *Category
FirstX is like First, but panics if an error occurs.
func (*CategoryQuery) GroupBy ¶
func (cq *CategoryQuery) GroupBy(field string, fields ...string) *CategoryGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Name string `json:"name,omitempty"` Count int `json:"count,omitempty"` } client.Category.Query(). GroupBy(category.FieldName). Aggregate(ent.Count()). Scan(ctx, &v)
func (*CategoryQuery) IDs ¶
func (cq *CategoryQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of Category IDs.
func (*CategoryQuery) IDsX ¶
func (cq *CategoryQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*CategoryQuery) Limit ¶
func (cq *CategoryQuery) Limit(limit int) *CategoryQuery
Limit adds a limit step to the query.
func (*CategoryQuery) Offset ¶
func (cq *CategoryQuery) Offset(offset int) *CategoryQuery
Offset adds an offset step to the query.
func (*CategoryQuery) Only ¶
func (cq *CategoryQuery) Only(ctx context.Context) (*Category, error)
Only returns a single Category entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one Category entity is found. Returns a *NotFoundError when no Category entities are found.
func (*CategoryQuery) OnlyID ¶
func (cq *CategoryQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only Category ID in the query. Returns a *NotSingularError when more than one Category ID is found. Returns a *NotFoundError when no entities are found.
func (*CategoryQuery) OnlyIDX ¶
func (cq *CategoryQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*CategoryQuery) OnlyX ¶
func (cq *CategoryQuery) OnlyX(ctx context.Context) *Category
OnlyX is like Only, but panics if an error occurs.
func (*CategoryQuery) Order ¶
func (cq *CategoryQuery) Order(o ...OrderFunc) *CategoryQuery
Order adds an order step to the query.
func (*CategoryQuery) QueryBlogPosts ¶
func (cq *CategoryQuery) QueryBlogPosts() *BlogPostQuery
QueryBlogPosts chains the current query on the "blog_posts" edge.
func (*CategoryQuery) Select ¶
func (cq *CategoryQuery) Select(fields ...string) *CategorySelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Name string `json:"name,omitempty"` } client.Category.Query(). Select(category.FieldName). Scan(ctx, &v)
func (*CategoryQuery) Unique ¶
func (cq *CategoryQuery) Unique(unique bool) *CategoryQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*CategoryQuery) Where ¶
func (cq *CategoryQuery) Where(ps ...predicate.Category) *CategoryQuery
Where adds a new predicate for the CategoryQuery builder.
func (*CategoryQuery) WithBlogPosts ¶
func (cq *CategoryQuery) WithBlogPosts(opts ...func(*BlogPostQuery)) *CategoryQuery
WithBlogPosts tells the query-builder to eager-load the nodes that are connected to the "blog_posts" edge. The optional arguments are used to configure the query builder of the edge.
type CategorySelect ¶
type CategorySelect struct { *CategoryQuery // contains filtered or unexported fields }
CategorySelect is the builder for selecting fields of Category entities.
func (*CategorySelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*CategorySelect) Scan ¶
func (cs *CategorySelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*CategorySelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type CategoryUpdate ¶
type CategoryUpdate struct {
// contains filtered or unexported fields
}
CategoryUpdate is the builder for updating Category entities.
func (*CategoryUpdate) AddBlogPostIDs ¶
func (cu *CategoryUpdate) AddBlogPostIDs(ids ...int) *CategoryUpdate
AddBlogPostIDs adds the "blog_posts" edge to the BlogPost entity by IDs.
func (*CategoryUpdate) AddBlogPosts ¶
func (cu *CategoryUpdate) AddBlogPosts(b ...*BlogPost) *CategoryUpdate
AddBlogPosts adds the "blog_posts" edges to the BlogPost entity.
func (*CategoryUpdate) ClearBlogPosts ¶
func (cu *CategoryUpdate) ClearBlogPosts() *CategoryUpdate
ClearBlogPosts clears all "blog_posts" edges to the BlogPost entity.
func (*CategoryUpdate) Exec ¶
func (cu *CategoryUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*CategoryUpdate) ExecX ¶
func (cu *CategoryUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*CategoryUpdate) Mutation ¶
func (cu *CategoryUpdate) Mutation() *CategoryMutation
Mutation returns the CategoryMutation object of the builder.
func (*CategoryUpdate) RemoveBlogPostIDs ¶
func (cu *CategoryUpdate) RemoveBlogPostIDs(ids ...int) *CategoryUpdate
RemoveBlogPostIDs removes the "blog_posts" edge to BlogPost entities by IDs.
func (*CategoryUpdate) RemoveBlogPosts ¶
func (cu *CategoryUpdate) RemoveBlogPosts(b ...*BlogPost) *CategoryUpdate
RemoveBlogPosts removes "blog_posts" edges to BlogPost entities.
func (*CategoryUpdate) Save ¶
func (cu *CategoryUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*CategoryUpdate) SaveX ¶
func (cu *CategoryUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*CategoryUpdate) SetDescription ¶
func (cu *CategoryUpdate) SetDescription(s string) *CategoryUpdate
SetDescription sets the "description" field.
func (*CategoryUpdate) SetName ¶
func (cu *CategoryUpdate) SetName(s string) *CategoryUpdate
SetName sets the "name" field.
func (*CategoryUpdate) Where ¶
func (cu *CategoryUpdate) Where(ps ...predicate.Category) *CategoryUpdate
Where appends a list predicates to the CategoryUpdate builder.
type CategoryUpdateOne ¶
type CategoryUpdateOne struct {
// contains filtered or unexported fields
}
CategoryUpdateOne is the builder for updating a single Category entity.
func (*CategoryUpdateOne) AddBlogPostIDs ¶
func (cuo *CategoryUpdateOne) AddBlogPostIDs(ids ...int) *CategoryUpdateOne
AddBlogPostIDs adds the "blog_posts" edge to the BlogPost entity by IDs.
func (*CategoryUpdateOne) AddBlogPosts ¶
func (cuo *CategoryUpdateOne) AddBlogPosts(b ...*BlogPost) *CategoryUpdateOne
AddBlogPosts adds the "blog_posts" edges to the BlogPost entity.
func (*CategoryUpdateOne) ClearBlogPosts ¶
func (cuo *CategoryUpdateOne) ClearBlogPosts() *CategoryUpdateOne
ClearBlogPosts clears all "blog_posts" edges to the BlogPost entity.
func (*CategoryUpdateOne) Exec ¶
func (cuo *CategoryUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*CategoryUpdateOne) ExecX ¶
func (cuo *CategoryUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*CategoryUpdateOne) Mutation ¶
func (cuo *CategoryUpdateOne) Mutation() *CategoryMutation
Mutation returns the CategoryMutation object of the builder.
func (*CategoryUpdateOne) RemoveBlogPostIDs ¶
func (cuo *CategoryUpdateOne) RemoveBlogPostIDs(ids ...int) *CategoryUpdateOne
RemoveBlogPostIDs removes the "blog_posts" edge to BlogPost entities by IDs.
func (*CategoryUpdateOne) RemoveBlogPosts ¶
func (cuo *CategoryUpdateOne) RemoveBlogPosts(b ...*BlogPost) *CategoryUpdateOne
RemoveBlogPosts removes "blog_posts" edges to BlogPost entities.
func (*CategoryUpdateOne) Save ¶
func (cuo *CategoryUpdateOne) Save(ctx context.Context) (*Category, error)
Save executes the query and returns the updated Category entity.
func (*CategoryUpdateOne) SaveX ¶
func (cuo *CategoryUpdateOne) SaveX(ctx context.Context) *Category
SaveX is like Save, but panics if an error occurs.
func (*CategoryUpdateOne) Select ¶
func (cuo *CategoryUpdateOne) Select(field string, fields ...string) *CategoryUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*CategoryUpdateOne) SetDescription ¶
func (cuo *CategoryUpdateOne) SetDescription(s string) *CategoryUpdateOne
SetDescription sets the "description" field.
func (*CategoryUpdateOne) SetName ¶
func (cuo *CategoryUpdateOne) SetName(s string) *CategoryUpdateOne
SetName sets the "name" field.
type Client ¶
type Client struct { // Schema is the client for creating, migrating and dropping schema. Schema *migrate.Schema // AllMethodsService is the client for interacting with the AllMethodsService builders. AllMethodsService *AllMethodsServiceClient // BlogPost is the client for interacting with the BlogPost builders. BlogPost *BlogPostClient // Category is the client for interacting with the Category builders. Category *CategoryClient // DependsOnSkipped is the client for interacting with the DependsOnSkipped builders. DependsOnSkipped *DependsOnSkippedClient // DuplicateNumberMessage is the client for interacting with the DuplicateNumberMessage builders. DuplicateNumberMessage *DuplicateNumberMessageClient // ExplicitSkippedMessage is the client for interacting with the ExplicitSkippedMessage builders. ExplicitSkippedMessage *ExplicitSkippedMessageClient // Image is the client for interacting with the Image builders. Image *ImageClient // ImplicitSkippedMessage is the client for interacting with the ImplicitSkippedMessage builders. ImplicitSkippedMessage *ImplicitSkippedMessageClient // InvalidFieldMessage is the client for interacting with the InvalidFieldMessage builders. InvalidFieldMessage *InvalidFieldMessageClient // MessageWithEnum is the client for interacting with the MessageWithEnum builders. MessageWithEnum *MessageWithEnumClient // MessageWithFieldOne is the client for interacting with the MessageWithFieldOne builders. MessageWithFieldOne *MessageWithFieldOneClient // MessageWithID is the client for interacting with the MessageWithID builders. MessageWithID *MessageWithIDClient // MessageWithOptionals is the client for interacting with the MessageWithOptionals builders. MessageWithOptionals *MessageWithOptionalsClient // MessageWithPackageName is the client for interacting with the MessageWithPackageName builders. MessageWithPackageName *MessageWithPackageNameClient // OneMethodService is the client for interacting with the OneMethodService builders. OneMethodService *OneMethodServiceClient // Portal is the client for interacting with the Portal builders. Portal *PortalClient // SkipEdgeExample is the client for interacting with the SkipEdgeExample builders. SkipEdgeExample *SkipEdgeExampleClient // TwoMethodService is the client for interacting with the TwoMethodService builders. TwoMethodService *TwoMethodServiceClient // User is the client for interacting with the User builders. User *UserClient // ValidMessage is the client for interacting with the ValidMessage builders. ValidMessage *ValidMessageClient // contains filtered or unexported fields }
Client is the client that holds all ent builders.
func FromContext ¶
FromContext returns a Client stored inside a context, or nil if there isn't one.
func Open ¶
Open opens a database/sql.DB specified by the driver name and the data source name, and returns a new client attached to it. Optional parameters can be added for configuring the client.
func (*Client) Debug ¶
Debug returns a new debug-client. It's used to get verbose logging on specific operations.
client.Debug(). AllMethodsService. Query(). Count(ctx)
type CommitFunc ¶
The CommitFunc type is an adapter to allow the use of ordinary function as a Committer. If f is a function with the appropriate signature, CommitFunc(f) is a Committer that calls f.
type CommitHook ¶
CommitHook defines the "commit middleware". A function that gets a Committer and returns a Committer. For example:
hook := func(next ent.Committer) ent.Committer { return ent.CommitFunc(func(ctx context.Context, tx *ent.Tx) error { // Do some stuff before. if err := next.Commit(ctx, tx); err != nil { return err } // Do some stuff after. return nil }) }
type ConstraintError ¶
type ConstraintError struct {
// contains filtered or unexported fields
}
ConstraintError returns when trying to create/update one or more entities and one or more of their constraints failed. For example, violation of edge or field uniqueness.
func (ConstraintError) Error ¶
func (e ConstraintError) Error() string
Error implements the error interface.
func (*ConstraintError) Unwrap ¶
func (e *ConstraintError) Unwrap() error
Unwrap implements the errors.Wrapper interface.
type DependsOnSkipped ¶
type DependsOnSkipped struct { // ID of the ent. ID int `json:"id,omitempty"` // Name holds the value of the "name" field. Name string `json:"name,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the DependsOnSkippedQuery when eager-loading is set. Edges DependsOnSkippedEdges `json:"edges"` // contains filtered or unexported fields }
DependsOnSkipped is the model entity for the DependsOnSkipped schema.
func (*DependsOnSkipped) QuerySkipped ¶
func (dos *DependsOnSkipped) QuerySkipped() *ImplicitSkippedMessageQuery
QuerySkipped queries the "skipped" edge of the DependsOnSkipped entity.
func (*DependsOnSkipped) String ¶
func (dos *DependsOnSkipped) String() string
String implements the fmt.Stringer.
func (*DependsOnSkipped) Unwrap ¶
func (dos *DependsOnSkipped) Unwrap() *DependsOnSkipped
Unwrap unwraps the DependsOnSkipped entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*DependsOnSkipped) Update ¶
func (dos *DependsOnSkipped) Update() *DependsOnSkippedUpdateOne
Update returns a builder for updating this DependsOnSkipped. Note that you need to call DependsOnSkipped.Unwrap() before calling this method if this DependsOnSkipped was returned from a transaction, and the transaction was committed or rolled back.
type DependsOnSkippedClient ¶
type DependsOnSkippedClient struct {
// contains filtered or unexported fields
}
DependsOnSkippedClient is a client for the DependsOnSkipped schema.
func NewDependsOnSkippedClient ¶
func NewDependsOnSkippedClient(c config) *DependsOnSkippedClient
NewDependsOnSkippedClient returns a client for the DependsOnSkipped from the given config.
func (*DependsOnSkippedClient) Create ¶
func (c *DependsOnSkippedClient) Create() *DependsOnSkippedCreate
Create returns a create builder for DependsOnSkipped.
func (*DependsOnSkippedClient) CreateBulk ¶
func (c *DependsOnSkippedClient) CreateBulk(builders ...*DependsOnSkippedCreate) *DependsOnSkippedCreateBulk
CreateBulk returns a builder for creating a bulk of DependsOnSkipped entities.
func (*DependsOnSkippedClient) Delete ¶
func (c *DependsOnSkippedClient) Delete() *DependsOnSkippedDelete
Delete returns a delete builder for DependsOnSkipped.
func (*DependsOnSkippedClient) DeleteOne ¶
func (c *DependsOnSkippedClient) DeleteOne(dos *DependsOnSkipped) *DependsOnSkippedDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*DependsOnSkippedClient) DeleteOneID ¶
func (c *DependsOnSkippedClient) DeleteOneID(id int) *DependsOnSkippedDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*DependsOnSkippedClient) Get ¶
func (c *DependsOnSkippedClient) Get(ctx context.Context, id int) (*DependsOnSkipped, error)
Get returns a DependsOnSkipped entity by its id.
func (*DependsOnSkippedClient) GetX ¶
func (c *DependsOnSkippedClient) GetX(ctx context.Context, id int) *DependsOnSkipped
GetX is like Get, but panics if an error occurs.
func (*DependsOnSkippedClient) Hooks ¶
func (c *DependsOnSkippedClient) Hooks() []Hook
Hooks returns the client hooks.
func (*DependsOnSkippedClient) Query ¶
func (c *DependsOnSkippedClient) Query() *DependsOnSkippedQuery
Query returns a query builder for DependsOnSkipped.
func (*DependsOnSkippedClient) QuerySkipped ¶
func (c *DependsOnSkippedClient) QuerySkipped(dos *DependsOnSkipped) *ImplicitSkippedMessageQuery
QuerySkipped queries the skipped edge of a DependsOnSkipped.
func (*DependsOnSkippedClient) Update ¶
func (c *DependsOnSkippedClient) Update() *DependsOnSkippedUpdate
Update returns an update builder for DependsOnSkipped.
func (*DependsOnSkippedClient) UpdateOne ¶
func (c *DependsOnSkippedClient) UpdateOne(dos *DependsOnSkipped) *DependsOnSkippedUpdateOne
UpdateOne returns an update builder for the given entity.
func (*DependsOnSkippedClient) UpdateOneID ¶
func (c *DependsOnSkippedClient) UpdateOneID(id int) *DependsOnSkippedUpdateOne
UpdateOneID returns an update builder for the given id.
func (*DependsOnSkippedClient) Use ¶
func (c *DependsOnSkippedClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `dependsonskipped.Hooks(f(g(h())))`.
type DependsOnSkippedCreate ¶
type DependsOnSkippedCreate struct {
// contains filtered or unexported fields
}
DependsOnSkippedCreate is the builder for creating a DependsOnSkipped entity.
func (*DependsOnSkippedCreate) AddSkipped ¶
func (dosc *DependsOnSkippedCreate) AddSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedCreate
AddSkipped adds the "skipped" edges to the ImplicitSkippedMessage entity.
func (*DependsOnSkippedCreate) AddSkippedIDs ¶
func (dosc *DependsOnSkippedCreate) AddSkippedIDs(ids ...int) *DependsOnSkippedCreate
AddSkippedIDs adds the "skipped" edge to the ImplicitSkippedMessage entity by IDs.
func (*DependsOnSkippedCreate) Exec ¶
func (dosc *DependsOnSkippedCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*DependsOnSkippedCreate) ExecX ¶
func (dosc *DependsOnSkippedCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*DependsOnSkippedCreate) Mutation ¶
func (dosc *DependsOnSkippedCreate) Mutation() *DependsOnSkippedMutation
Mutation returns the DependsOnSkippedMutation object of the builder.
func (*DependsOnSkippedCreate) Save ¶
func (dosc *DependsOnSkippedCreate) Save(ctx context.Context) (*DependsOnSkipped, error)
Save creates the DependsOnSkipped in the database.
func (*DependsOnSkippedCreate) SaveX ¶
func (dosc *DependsOnSkippedCreate) SaveX(ctx context.Context) *DependsOnSkipped
SaveX calls Save and panics if Save returns an error.
func (*DependsOnSkippedCreate) SetName ¶
func (dosc *DependsOnSkippedCreate) SetName(s string) *DependsOnSkippedCreate
SetName sets the "name" field.
type DependsOnSkippedCreateBulk ¶
type DependsOnSkippedCreateBulk struct {
// contains filtered or unexported fields
}
DependsOnSkippedCreateBulk is the builder for creating many DependsOnSkipped entities in bulk.
func (*DependsOnSkippedCreateBulk) Exec ¶
func (doscb *DependsOnSkippedCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*DependsOnSkippedCreateBulk) ExecX ¶
func (doscb *DependsOnSkippedCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*DependsOnSkippedCreateBulk) Save ¶
func (doscb *DependsOnSkippedCreateBulk) Save(ctx context.Context) ([]*DependsOnSkipped, error)
Save creates the DependsOnSkipped entities in the database.
func (*DependsOnSkippedCreateBulk) SaveX ¶
func (doscb *DependsOnSkippedCreateBulk) SaveX(ctx context.Context) []*DependsOnSkipped
SaveX is like Save, but panics if an error occurs.
type DependsOnSkippedDelete ¶
type DependsOnSkippedDelete struct {
// contains filtered or unexported fields
}
DependsOnSkippedDelete is the builder for deleting a DependsOnSkipped entity.
func (*DependsOnSkippedDelete) Exec ¶
func (dosd *DependsOnSkippedDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*DependsOnSkippedDelete) ExecX ¶
func (dosd *DependsOnSkippedDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*DependsOnSkippedDelete) Where ¶
func (dosd *DependsOnSkippedDelete) Where(ps ...predicate.DependsOnSkipped) *DependsOnSkippedDelete
Where appends a list predicates to the DependsOnSkippedDelete builder.
type DependsOnSkippedDeleteOne ¶
type DependsOnSkippedDeleteOne struct {
// contains filtered or unexported fields
}
DependsOnSkippedDeleteOne is the builder for deleting a single DependsOnSkipped entity.
func (*DependsOnSkippedDeleteOne) Exec ¶
func (dosdo *DependsOnSkippedDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*DependsOnSkippedDeleteOne) ExecX ¶
func (dosdo *DependsOnSkippedDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type DependsOnSkippedEdges ¶
type DependsOnSkippedEdges struct { // Skipped holds the value of the skipped edge. Skipped []*ImplicitSkippedMessage `json:"skipped,omitempty"` // contains filtered or unexported fields }
DependsOnSkippedEdges holds the relations/edges for other nodes in the graph.
func (DependsOnSkippedEdges) SkippedOrErr ¶
func (e DependsOnSkippedEdges) SkippedOrErr() ([]*ImplicitSkippedMessage, error)
SkippedOrErr returns the Skipped value or an error if the edge was not loaded in eager-loading.
type DependsOnSkippedGroupBy ¶
type DependsOnSkippedGroupBy struct {
// contains filtered or unexported fields
}
DependsOnSkippedGroupBy is the group-by builder for DependsOnSkipped entities.
func (*DependsOnSkippedGroupBy) Aggregate ¶
func (dosgb *DependsOnSkippedGroupBy) Aggregate(fns ...AggregateFunc) *DependsOnSkippedGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*DependsOnSkippedGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*DependsOnSkippedGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedGroupBy) Scan ¶
func (dosgb *DependsOnSkippedGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*DependsOnSkippedGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type DependsOnSkippedMutation ¶
type DependsOnSkippedMutation struct {
// contains filtered or unexported fields
}
DependsOnSkippedMutation represents an operation that mutates the DependsOnSkipped nodes in the graph.
func (*DependsOnSkippedMutation) AddField ¶
func (m *DependsOnSkippedMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*DependsOnSkippedMutation) AddSkippedIDs ¶
func (m *DependsOnSkippedMutation) AddSkippedIDs(ids ...int)
AddSkippedIDs adds the "skipped" edge to the ImplicitSkippedMessage entity by ids.
func (*DependsOnSkippedMutation) AddedEdges ¶
func (m *DependsOnSkippedMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*DependsOnSkippedMutation) AddedField ¶
func (m *DependsOnSkippedMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*DependsOnSkippedMutation) AddedFields ¶
func (m *DependsOnSkippedMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*DependsOnSkippedMutation) AddedIDs ¶
func (m *DependsOnSkippedMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*DependsOnSkippedMutation) ClearEdge ¶
func (m *DependsOnSkippedMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*DependsOnSkippedMutation) ClearField ¶
func (m *DependsOnSkippedMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*DependsOnSkippedMutation) ClearSkipped ¶
func (m *DependsOnSkippedMutation) ClearSkipped()
ClearSkipped clears the "skipped" edge to the ImplicitSkippedMessage entity.
func (*DependsOnSkippedMutation) ClearedEdges ¶
func (m *DependsOnSkippedMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*DependsOnSkippedMutation) ClearedFields ¶
func (m *DependsOnSkippedMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (DependsOnSkippedMutation) Client ¶
func (m DependsOnSkippedMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*DependsOnSkippedMutation) EdgeCleared ¶
func (m *DependsOnSkippedMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*DependsOnSkippedMutation) Field ¶
func (m *DependsOnSkippedMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*DependsOnSkippedMutation) FieldCleared ¶
func (m *DependsOnSkippedMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*DependsOnSkippedMutation) Fields ¶
func (m *DependsOnSkippedMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*DependsOnSkippedMutation) ID ¶
func (m *DependsOnSkippedMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*DependsOnSkippedMutation) IDs ¶
func (m *DependsOnSkippedMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*DependsOnSkippedMutation) Name ¶
func (m *DependsOnSkippedMutation) Name() (r string, exists bool)
Name returns the value of the "name" field in the mutation.
func (*DependsOnSkippedMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*DependsOnSkippedMutation) OldName ¶
func (m *DependsOnSkippedMutation) OldName(ctx context.Context) (v string, err error)
OldName returns the old "name" field's value of the DependsOnSkipped entity. If the DependsOnSkipped object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*DependsOnSkippedMutation) Op ¶
func (m *DependsOnSkippedMutation) Op() Op
Op returns the operation name.
func (*DependsOnSkippedMutation) RemoveSkippedIDs ¶
func (m *DependsOnSkippedMutation) RemoveSkippedIDs(ids ...int)
RemoveSkippedIDs removes the "skipped" edge to the ImplicitSkippedMessage entity by IDs.
func (*DependsOnSkippedMutation) RemovedEdges ¶
func (m *DependsOnSkippedMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*DependsOnSkippedMutation) RemovedIDs ¶
func (m *DependsOnSkippedMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*DependsOnSkippedMutation) RemovedSkippedIDs ¶
func (m *DependsOnSkippedMutation) RemovedSkippedIDs() (ids []int)
RemovedSkipped returns the removed IDs of the "skipped" edge to the ImplicitSkippedMessage entity.
func (*DependsOnSkippedMutation) ResetEdge ¶
func (m *DependsOnSkippedMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*DependsOnSkippedMutation) ResetField ¶
func (m *DependsOnSkippedMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*DependsOnSkippedMutation) ResetName ¶
func (m *DependsOnSkippedMutation) ResetName()
ResetName resets all changes to the "name" field.
func (*DependsOnSkippedMutation) ResetSkipped ¶
func (m *DependsOnSkippedMutation) ResetSkipped()
ResetSkipped resets all changes to the "skipped" edge.
func (*DependsOnSkippedMutation) SetField ¶
func (m *DependsOnSkippedMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*DependsOnSkippedMutation) SetName ¶
func (m *DependsOnSkippedMutation) SetName(s string)
SetName sets the "name" field.
func (*DependsOnSkippedMutation) SkippedCleared ¶
func (m *DependsOnSkippedMutation) SkippedCleared() bool
SkippedCleared reports if the "skipped" edge to the ImplicitSkippedMessage entity was cleared.
func (*DependsOnSkippedMutation) SkippedIDs ¶
func (m *DependsOnSkippedMutation) SkippedIDs() (ids []int)
SkippedIDs returns the "skipped" edge IDs in the mutation.
func (DependsOnSkippedMutation) Tx ¶
func (m DependsOnSkippedMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*DependsOnSkippedMutation) Type ¶
func (m *DependsOnSkippedMutation) Type() string
Type returns the node type of this mutation (DependsOnSkipped).
func (*DependsOnSkippedMutation) Where ¶
func (m *DependsOnSkippedMutation) Where(ps ...predicate.DependsOnSkipped)
Where appends a list predicates to the DependsOnSkippedMutation builder.
type DependsOnSkippedQuery ¶
type DependsOnSkippedQuery struct {
// contains filtered or unexported fields
}
DependsOnSkippedQuery is the builder for querying DependsOnSkipped entities.
func (*DependsOnSkippedQuery) All ¶
func (dosq *DependsOnSkippedQuery) All(ctx context.Context) ([]*DependsOnSkipped, error)
All executes the query and returns a list of DependsOnSkippeds.
func (*DependsOnSkippedQuery) AllX ¶
func (dosq *DependsOnSkippedQuery) AllX(ctx context.Context) []*DependsOnSkipped
AllX is like All, but panics if an error occurs.
func (*DependsOnSkippedQuery) Clone ¶
func (dosq *DependsOnSkippedQuery) Clone() *DependsOnSkippedQuery
Clone returns a duplicate of the DependsOnSkippedQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*DependsOnSkippedQuery) Count ¶
func (dosq *DependsOnSkippedQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*DependsOnSkippedQuery) CountX ¶
func (dosq *DependsOnSkippedQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*DependsOnSkippedQuery) Exist ¶
func (dosq *DependsOnSkippedQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*DependsOnSkippedQuery) ExistX ¶
func (dosq *DependsOnSkippedQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*DependsOnSkippedQuery) First ¶
func (dosq *DependsOnSkippedQuery) First(ctx context.Context) (*DependsOnSkipped, error)
First returns the first DependsOnSkipped entity from the query. Returns a *NotFoundError when no DependsOnSkipped was found.
func (*DependsOnSkippedQuery) FirstID ¶
func (dosq *DependsOnSkippedQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first DependsOnSkipped ID from the query. Returns a *NotFoundError when no DependsOnSkipped ID was found.
func (*DependsOnSkippedQuery) FirstIDX ¶
func (dosq *DependsOnSkippedQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*DependsOnSkippedQuery) FirstX ¶
func (dosq *DependsOnSkippedQuery) FirstX(ctx context.Context) *DependsOnSkipped
FirstX is like First, but panics if an error occurs.
func (*DependsOnSkippedQuery) GroupBy ¶
func (dosq *DependsOnSkippedQuery) GroupBy(field string, fields ...string) *DependsOnSkippedGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Name string `json:"name,omitempty"` Count int `json:"count,omitempty"` } client.DependsOnSkipped.Query(). GroupBy(dependsonskipped.FieldName). Aggregate(ent.Count()). Scan(ctx, &v)
func (*DependsOnSkippedQuery) IDs ¶
func (dosq *DependsOnSkippedQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of DependsOnSkipped IDs.
func (*DependsOnSkippedQuery) IDsX ¶
func (dosq *DependsOnSkippedQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*DependsOnSkippedQuery) Limit ¶
func (dosq *DependsOnSkippedQuery) Limit(limit int) *DependsOnSkippedQuery
Limit adds a limit step to the query.
func (*DependsOnSkippedQuery) Offset ¶
func (dosq *DependsOnSkippedQuery) Offset(offset int) *DependsOnSkippedQuery
Offset adds an offset step to the query.
func (*DependsOnSkippedQuery) Only ¶
func (dosq *DependsOnSkippedQuery) Only(ctx context.Context) (*DependsOnSkipped, error)
Only returns a single DependsOnSkipped entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one DependsOnSkipped entity is found. Returns a *NotFoundError when no DependsOnSkipped entities are found.
func (*DependsOnSkippedQuery) OnlyID ¶
func (dosq *DependsOnSkippedQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only DependsOnSkipped ID in the query. Returns a *NotSingularError when more than one DependsOnSkipped ID is found. Returns a *NotFoundError when no entities are found.
func (*DependsOnSkippedQuery) OnlyIDX ¶
func (dosq *DependsOnSkippedQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*DependsOnSkippedQuery) OnlyX ¶
func (dosq *DependsOnSkippedQuery) OnlyX(ctx context.Context) *DependsOnSkipped
OnlyX is like Only, but panics if an error occurs.
func (*DependsOnSkippedQuery) Order ¶
func (dosq *DependsOnSkippedQuery) Order(o ...OrderFunc) *DependsOnSkippedQuery
Order adds an order step to the query.
func (*DependsOnSkippedQuery) QuerySkipped ¶
func (dosq *DependsOnSkippedQuery) QuerySkipped() *ImplicitSkippedMessageQuery
QuerySkipped chains the current query on the "skipped" edge.
func (*DependsOnSkippedQuery) Select ¶
func (dosq *DependsOnSkippedQuery) Select(fields ...string) *DependsOnSkippedSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Name string `json:"name,omitempty"` } client.DependsOnSkipped.Query(). Select(dependsonskipped.FieldName). Scan(ctx, &v)
func (*DependsOnSkippedQuery) Unique ¶
func (dosq *DependsOnSkippedQuery) Unique(unique bool) *DependsOnSkippedQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*DependsOnSkippedQuery) Where ¶
func (dosq *DependsOnSkippedQuery) Where(ps ...predicate.DependsOnSkipped) *DependsOnSkippedQuery
Where adds a new predicate for the DependsOnSkippedQuery builder.
func (*DependsOnSkippedQuery) WithSkipped ¶
func (dosq *DependsOnSkippedQuery) WithSkipped(opts ...func(*ImplicitSkippedMessageQuery)) *DependsOnSkippedQuery
WithSkipped tells the query-builder to eager-load the nodes that are connected to the "skipped" edge. The optional arguments are used to configure the query builder of the edge.
type DependsOnSkippedSelect ¶
type DependsOnSkippedSelect struct { *DependsOnSkippedQuery // contains filtered or unexported fields }
DependsOnSkippedSelect is the builder for selecting fields of DependsOnSkipped entities.
func (*DependsOnSkippedSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*DependsOnSkippedSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*DependsOnSkippedSelect) Scan ¶
func (doss *DependsOnSkippedSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*DependsOnSkippedSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type DependsOnSkippedUpdate ¶
type DependsOnSkippedUpdate struct {
// contains filtered or unexported fields
}
DependsOnSkippedUpdate is the builder for updating DependsOnSkipped entities.
func (*DependsOnSkippedUpdate) AddSkipped ¶
func (dosu *DependsOnSkippedUpdate) AddSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedUpdate
AddSkipped adds the "skipped" edges to the ImplicitSkippedMessage entity.
func (*DependsOnSkippedUpdate) AddSkippedIDs ¶
func (dosu *DependsOnSkippedUpdate) AddSkippedIDs(ids ...int) *DependsOnSkippedUpdate
AddSkippedIDs adds the "skipped" edge to the ImplicitSkippedMessage entity by IDs.
func (*DependsOnSkippedUpdate) ClearSkipped ¶
func (dosu *DependsOnSkippedUpdate) ClearSkipped() *DependsOnSkippedUpdate
ClearSkipped clears all "skipped" edges to the ImplicitSkippedMessage entity.
func (*DependsOnSkippedUpdate) Exec ¶
func (dosu *DependsOnSkippedUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*DependsOnSkippedUpdate) ExecX ¶
func (dosu *DependsOnSkippedUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*DependsOnSkippedUpdate) Mutation ¶
func (dosu *DependsOnSkippedUpdate) Mutation() *DependsOnSkippedMutation
Mutation returns the DependsOnSkippedMutation object of the builder.
func (*DependsOnSkippedUpdate) RemoveSkipped ¶
func (dosu *DependsOnSkippedUpdate) RemoveSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedUpdate
RemoveSkipped removes "skipped" edges to ImplicitSkippedMessage entities.
func (*DependsOnSkippedUpdate) RemoveSkippedIDs ¶
func (dosu *DependsOnSkippedUpdate) RemoveSkippedIDs(ids ...int) *DependsOnSkippedUpdate
RemoveSkippedIDs removes the "skipped" edge to ImplicitSkippedMessage entities by IDs.
func (*DependsOnSkippedUpdate) Save ¶
func (dosu *DependsOnSkippedUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*DependsOnSkippedUpdate) SaveX ¶
func (dosu *DependsOnSkippedUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*DependsOnSkippedUpdate) SetName ¶
func (dosu *DependsOnSkippedUpdate) SetName(s string) *DependsOnSkippedUpdate
SetName sets the "name" field.
func (*DependsOnSkippedUpdate) Where ¶
func (dosu *DependsOnSkippedUpdate) Where(ps ...predicate.DependsOnSkipped) *DependsOnSkippedUpdate
Where appends a list predicates to the DependsOnSkippedUpdate builder.
type DependsOnSkippedUpdateOne ¶
type DependsOnSkippedUpdateOne struct {
// contains filtered or unexported fields
}
DependsOnSkippedUpdateOne is the builder for updating a single DependsOnSkipped entity.
func (*DependsOnSkippedUpdateOne) AddSkipped ¶
func (dosuo *DependsOnSkippedUpdateOne) AddSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedUpdateOne
AddSkipped adds the "skipped" edges to the ImplicitSkippedMessage entity.
func (*DependsOnSkippedUpdateOne) AddSkippedIDs ¶
func (dosuo *DependsOnSkippedUpdateOne) AddSkippedIDs(ids ...int) *DependsOnSkippedUpdateOne
AddSkippedIDs adds the "skipped" edge to the ImplicitSkippedMessage entity by IDs.
func (*DependsOnSkippedUpdateOne) ClearSkipped ¶
func (dosuo *DependsOnSkippedUpdateOne) ClearSkipped() *DependsOnSkippedUpdateOne
ClearSkipped clears all "skipped" edges to the ImplicitSkippedMessage entity.
func (*DependsOnSkippedUpdateOne) Exec ¶
func (dosuo *DependsOnSkippedUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*DependsOnSkippedUpdateOne) ExecX ¶
func (dosuo *DependsOnSkippedUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*DependsOnSkippedUpdateOne) Mutation ¶
func (dosuo *DependsOnSkippedUpdateOne) Mutation() *DependsOnSkippedMutation
Mutation returns the DependsOnSkippedMutation object of the builder.
func (*DependsOnSkippedUpdateOne) RemoveSkipped ¶
func (dosuo *DependsOnSkippedUpdateOne) RemoveSkipped(i ...*ImplicitSkippedMessage) *DependsOnSkippedUpdateOne
RemoveSkipped removes "skipped" edges to ImplicitSkippedMessage entities.
func (*DependsOnSkippedUpdateOne) RemoveSkippedIDs ¶
func (dosuo *DependsOnSkippedUpdateOne) RemoveSkippedIDs(ids ...int) *DependsOnSkippedUpdateOne
RemoveSkippedIDs removes the "skipped" edge to ImplicitSkippedMessage entities by IDs.
func (*DependsOnSkippedUpdateOne) Save ¶
func (dosuo *DependsOnSkippedUpdateOne) Save(ctx context.Context) (*DependsOnSkipped, error)
Save executes the query and returns the updated DependsOnSkipped entity.
func (*DependsOnSkippedUpdateOne) SaveX ¶
func (dosuo *DependsOnSkippedUpdateOne) SaveX(ctx context.Context) *DependsOnSkipped
SaveX is like Save, but panics if an error occurs.
func (*DependsOnSkippedUpdateOne) Select ¶
func (dosuo *DependsOnSkippedUpdateOne) Select(field string, fields ...string) *DependsOnSkippedUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*DependsOnSkippedUpdateOne) SetName ¶
func (dosuo *DependsOnSkippedUpdateOne) SetName(s string) *DependsOnSkippedUpdateOne
SetName sets the "name" field.
type DependsOnSkippeds ¶
type DependsOnSkippeds []*DependsOnSkipped
DependsOnSkippeds is a parsable slice of DependsOnSkipped.
type DuplicateNumberMessage ¶
type DuplicateNumberMessage struct { // ID of the ent. ID int `json:"id,omitempty"` // Hello holds the value of the "hello" field. Hello string `json:"hello,omitempty"` // World holds the value of the "world" field. World string `json:"world,omitempty"` // contains filtered or unexported fields }
DuplicateNumberMessage is the model entity for the DuplicateNumberMessage schema.
func (*DuplicateNumberMessage) String ¶
func (dnm *DuplicateNumberMessage) String() string
String implements the fmt.Stringer.
func (*DuplicateNumberMessage) Unwrap ¶
func (dnm *DuplicateNumberMessage) Unwrap() *DuplicateNumberMessage
Unwrap unwraps the DuplicateNumberMessage entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*DuplicateNumberMessage) Update ¶
func (dnm *DuplicateNumberMessage) Update() *DuplicateNumberMessageUpdateOne
Update returns a builder for updating this DuplicateNumberMessage. Note that you need to call DuplicateNumberMessage.Unwrap() before calling this method if this DuplicateNumberMessage was returned from a transaction, and the transaction was committed or rolled back.
type DuplicateNumberMessageClient ¶
type DuplicateNumberMessageClient struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageClient is a client for the DuplicateNumberMessage schema.
func NewDuplicateNumberMessageClient ¶
func NewDuplicateNumberMessageClient(c config) *DuplicateNumberMessageClient
NewDuplicateNumberMessageClient returns a client for the DuplicateNumberMessage from the given config.
func (*DuplicateNumberMessageClient) Create ¶
func (c *DuplicateNumberMessageClient) Create() *DuplicateNumberMessageCreate
Create returns a create builder for DuplicateNumberMessage.
func (*DuplicateNumberMessageClient) CreateBulk ¶
func (c *DuplicateNumberMessageClient) CreateBulk(builders ...*DuplicateNumberMessageCreate) *DuplicateNumberMessageCreateBulk
CreateBulk returns a builder for creating a bulk of DuplicateNumberMessage entities.
func (*DuplicateNumberMessageClient) Delete ¶
func (c *DuplicateNumberMessageClient) Delete() *DuplicateNumberMessageDelete
Delete returns a delete builder for DuplicateNumberMessage.
func (*DuplicateNumberMessageClient) DeleteOne ¶
func (c *DuplicateNumberMessageClient) DeleteOne(dnm *DuplicateNumberMessage) *DuplicateNumberMessageDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*DuplicateNumberMessageClient) DeleteOneID ¶
func (c *DuplicateNumberMessageClient) DeleteOneID(id int) *DuplicateNumberMessageDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*DuplicateNumberMessageClient) Get ¶
func (c *DuplicateNumberMessageClient) Get(ctx context.Context, id int) (*DuplicateNumberMessage, error)
Get returns a DuplicateNumberMessage entity by its id.
func (*DuplicateNumberMessageClient) GetX ¶
func (c *DuplicateNumberMessageClient) GetX(ctx context.Context, id int) *DuplicateNumberMessage
GetX is like Get, but panics if an error occurs.
func (*DuplicateNumberMessageClient) Hooks ¶
func (c *DuplicateNumberMessageClient) Hooks() []Hook
Hooks returns the client hooks.
func (*DuplicateNumberMessageClient) Query ¶
func (c *DuplicateNumberMessageClient) Query() *DuplicateNumberMessageQuery
Query returns a query builder for DuplicateNumberMessage.
func (*DuplicateNumberMessageClient) Update ¶
func (c *DuplicateNumberMessageClient) Update() *DuplicateNumberMessageUpdate
Update returns an update builder for DuplicateNumberMessage.
func (*DuplicateNumberMessageClient) UpdateOne ¶
func (c *DuplicateNumberMessageClient) UpdateOne(dnm *DuplicateNumberMessage) *DuplicateNumberMessageUpdateOne
UpdateOne returns an update builder for the given entity.
func (*DuplicateNumberMessageClient) UpdateOneID ¶
func (c *DuplicateNumberMessageClient) UpdateOneID(id int) *DuplicateNumberMessageUpdateOne
UpdateOneID returns an update builder for the given id.
func (*DuplicateNumberMessageClient) Use ¶
func (c *DuplicateNumberMessageClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `duplicatenumbermessage.Hooks(f(g(h())))`.
type DuplicateNumberMessageCreate ¶
type DuplicateNumberMessageCreate struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageCreate is the builder for creating a DuplicateNumberMessage entity.
func (*DuplicateNumberMessageCreate) Exec ¶
func (dnmc *DuplicateNumberMessageCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*DuplicateNumberMessageCreate) ExecX ¶
func (dnmc *DuplicateNumberMessageCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*DuplicateNumberMessageCreate) Mutation ¶
func (dnmc *DuplicateNumberMessageCreate) Mutation() *DuplicateNumberMessageMutation
Mutation returns the DuplicateNumberMessageMutation object of the builder.
func (*DuplicateNumberMessageCreate) Save ¶
func (dnmc *DuplicateNumberMessageCreate) Save(ctx context.Context) (*DuplicateNumberMessage, error)
Save creates the DuplicateNumberMessage in the database.
func (*DuplicateNumberMessageCreate) SaveX ¶
func (dnmc *DuplicateNumberMessageCreate) SaveX(ctx context.Context) *DuplicateNumberMessage
SaveX calls Save and panics if Save returns an error.
func (*DuplicateNumberMessageCreate) SetHello ¶
func (dnmc *DuplicateNumberMessageCreate) SetHello(s string) *DuplicateNumberMessageCreate
SetHello sets the "hello" field.
func (*DuplicateNumberMessageCreate) SetWorld ¶
func (dnmc *DuplicateNumberMessageCreate) SetWorld(s string) *DuplicateNumberMessageCreate
SetWorld sets the "world" field.
type DuplicateNumberMessageCreateBulk ¶
type DuplicateNumberMessageCreateBulk struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageCreateBulk is the builder for creating many DuplicateNumberMessage entities in bulk.
func (*DuplicateNumberMessageCreateBulk) Exec ¶
func (dnmcb *DuplicateNumberMessageCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*DuplicateNumberMessageCreateBulk) ExecX ¶
func (dnmcb *DuplicateNumberMessageCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*DuplicateNumberMessageCreateBulk) Save ¶
func (dnmcb *DuplicateNumberMessageCreateBulk) Save(ctx context.Context) ([]*DuplicateNumberMessage, error)
Save creates the DuplicateNumberMessage entities in the database.
func (*DuplicateNumberMessageCreateBulk) SaveX ¶
func (dnmcb *DuplicateNumberMessageCreateBulk) SaveX(ctx context.Context) []*DuplicateNumberMessage
SaveX is like Save, but panics if an error occurs.
type DuplicateNumberMessageDelete ¶
type DuplicateNumberMessageDelete struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageDelete is the builder for deleting a DuplicateNumberMessage entity.
func (*DuplicateNumberMessageDelete) Exec ¶
func (dnmd *DuplicateNumberMessageDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*DuplicateNumberMessageDelete) ExecX ¶
func (dnmd *DuplicateNumberMessageDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*DuplicateNumberMessageDelete) Where ¶
func (dnmd *DuplicateNumberMessageDelete) Where(ps ...predicate.DuplicateNumberMessage) *DuplicateNumberMessageDelete
Where appends a list predicates to the DuplicateNumberMessageDelete builder.
type DuplicateNumberMessageDeleteOne ¶
type DuplicateNumberMessageDeleteOne struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageDeleteOne is the builder for deleting a single DuplicateNumberMessage entity.
func (*DuplicateNumberMessageDeleteOne) Exec ¶
func (dnmdo *DuplicateNumberMessageDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*DuplicateNumberMessageDeleteOne) ExecX ¶
func (dnmdo *DuplicateNumberMessageDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type DuplicateNumberMessageGroupBy ¶
type DuplicateNumberMessageGroupBy struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageGroupBy is the group-by builder for DuplicateNumberMessage entities.
func (*DuplicateNumberMessageGroupBy) Aggregate ¶
func (dnmgb *DuplicateNumberMessageGroupBy) Aggregate(fns ...AggregateFunc) *DuplicateNumberMessageGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*DuplicateNumberMessageGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageGroupBy) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*DuplicateNumberMessageGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*DuplicateNumberMessageGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageGroupBy) Scan ¶
func (dnmgb *DuplicateNumberMessageGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*DuplicateNumberMessageGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageGroupBy) StringX ¶
StringX is like String, but panics if an error occurs.
type DuplicateNumberMessageMutation ¶
type DuplicateNumberMessageMutation struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageMutation represents an operation that mutates the DuplicateNumberMessage nodes in the graph.
func (*DuplicateNumberMessageMutation) AddField ¶
func (m *DuplicateNumberMessageMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*DuplicateNumberMessageMutation) AddedEdges ¶
func (m *DuplicateNumberMessageMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*DuplicateNumberMessageMutation) AddedField ¶
func (m *DuplicateNumberMessageMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*DuplicateNumberMessageMutation) AddedFields ¶
func (m *DuplicateNumberMessageMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*DuplicateNumberMessageMutation) AddedIDs ¶
func (m *DuplicateNumberMessageMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*DuplicateNumberMessageMutation) ClearEdge ¶
func (m *DuplicateNumberMessageMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*DuplicateNumberMessageMutation) ClearField ¶
func (m *DuplicateNumberMessageMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*DuplicateNumberMessageMutation) ClearedEdges ¶
func (m *DuplicateNumberMessageMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*DuplicateNumberMessageMutation) ClearedFields ¶
func (m *DuplicateNumberMessageMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (DuplicateNumberMessageMutation) Client ¶
func (m DuplicateNumberMessageMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*DuplicateNumberMessageMutation) EdgeCleared ¶
func (m *DuplicateNumberMessageMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*DuplicateNumberMessageMutation) Field ¶
func (m *DuplicateNumberMessageMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*DuplicateNumberMessageMutation) FieldCleared ¶
func (m *DuplicateNumberMessageMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*DuplicateNumberMessageMutation) Fields ¶
func (m *DuplicateNumberMessageMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*DuplicateNumberMessageMutation) Hello ¶
func (m *DuplicateNumberMessageMutation) Hello() (r string, exists bool)
Hello returns the value of the "hello" field in the mutation.
func (*DuplicateNumberMessageMutation) ID ¶
func (m *DuplicateNumberMessageMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*DuplicateNumberMessageMutation) IDs ¶
func (m *DuplicateNumberMessageMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*DuplicateNumberMessageMutation) OldField ¶
func (m *DuplicateNumberMessageMutation) OldField(ctx context.Context, name string) (ent.Value, error)
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*DuplicateNumberMessageMutation) OldHello ¶
func (m *DuplicateNumberMessageMutation) OldHello(ctx context.Context) (v string, err error)
OldHello returns the old "hello" field's value of the DuplicateNumberMessage entity. If the DuplicateNumberMessage object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*DuplicateNumberMessageMutation) OldWorld ¶
func (m *DuplicateNumberMessageMutation) OldWorld(ctx context.Context) (v string, err error)
OldWorld returns the old "world" field's value of the DuplicateNumberMessage entity. If the DuplicateNumberMessage object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*DuplicateNumberMessageMutation) Op ¶
func (m *DuplicateNumberMessageMutation) Op() Op
Op returns the operation name.
func (*DuplicateNumberMessageMutation) RemovedEdges ¶
func (m *DuplicateNumberMessageMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*DuplicateNumberMessageMutation) RemovedIDs ¶
func (m *DuplicateNumberMessageMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*DuplicateNumberMessageMutation) ResetEdge ¶
func (m *DuplicateNumberMessageMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*DuplicateNumberMessageMutation) ResetField ¶
func (m *DuplicateNumberMessageMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*DuplicateNumberMessageMutation) ResetHello ¶
func (m *DuplicateNumberMessageMutation) ResetHello()
ResetHello resets all changes to the "hello" field.
func (*DuplicateNumberMessageMutation) ResetWorld ¶
func (m *DuplicateNumberMessageMutation) ResetWorld()
ResetWorld resets all changes to the "world" field.
func (*DuplicateNumberMessageMutation) SetField ¶
func (m *DuplicateNumberMessageMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*DuplicateNumberMessageMutation) SetHello ¶
func (m *DuplicateNumberMessageMutation) SetHello(s string)
SetHello sets the "hello" field.
func (*DuplicateNumberMessageMutation) SetWorld ¶
func (m *DuplicateNumberMessageMutation) SetWorld(s string)
SetWorld sets the "world" field.
func (DuplicateNumberMessageMutation) Tx ¶
func (m DuplicateNumberMessageMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*DuplicateNumberMessageMutation) Type ¶
func (m *DuplicateNumberMessageMutation) Type() string
Type returns the node type of this mutation (DuplicateNumberMessage).
func (*DuplicateNumberMessageMutation) Where ¶
func (m *DuplicateNumberMessageMutation) Where(ps ...predicate.DuplicateNumberMessage)
Where appends a list predicates to the DuplicateNumberMessageMutation builder.
func (*DuplicateNumberMessageMutation) World ¶
func (m *DuplicateNumberMessageMutation) World() (r string, exists bool)
World returns the value of the "world" field in the mutation.
type DuplicateNumberMessageQuery ¶
type DuplicateNumberMessageQuery struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageQuery is the builder for querying DuplicateNumberMessage entities.
func (*DuplicateNumberMessageQuery) All ¶
func (dnmq *DuplicateNumberMessageQuery) All(ctx context.Context) ([]*DuplicateNumberMessage, error)
All executes the query and returns a list of DuplicateNumberMessages.
func (*DuplicateNumberMessageQuery) AllX ¶
func (dnmq *DuplicateNumberMessageQuery) AllX(ctx context.Context) []*DuplicateNumberMessage
AllX is like All, but panics if an error occurs.
func (*DuplicateNumberMessageQuery) Clone ¶
func (dnmq *DuplicateNumberMessageQuery) Clone() *DuplicateNumberMessageQuery
Clone returns a duplicate of the DuplicateNumberMessageQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*DuplicateNumberMessageQuery) Count ¶
func (dnmq *DuplicateNumberMessageQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*DuplicateNumberMessageQuery) CountX ¶
func (dnmq *DuplicateNumberMessageQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*DuplicateNumberMessageQuery) Exist ¶
func (dnmq *DuplicateNumberMessageQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*DuplicateNumberMessageQuery) ExistX ¶
func (dnmq *DuplicateNumberMessageQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*DuplicateNumberMessageQuery) First ¶
func (dnmq *DuplicateNumberMessageQuery) First(ctx context.Context) (*DuplicateNumberMessage, error)
First returns the first DuplicateNumberMessage entity from the query. Returns a *NotFoundError when no DuplicateNumberMessage was found.
func (*DuplicateNumberMessageQuery) FirstID ¶
func (dnmq *DuplicateNumberMessageQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first DuplicateNumberMessage ID from the query. Returns a *NotFoundError when no DuplicateNumberMessage ID was found.
func (*DuplicateNumberMessageQuery) FirstIDX ¶
func (dnmq *DuplicateNumberMessageQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*DuplicateNumberMessageQuery) FirstX ¶
func (dnmq *DuplicateNumberMessageQuery) FirstX(ctx context.Context) *DuplicateNumberMessage
FirstX is like First, but panics if an error occurs.
func (*DuplicateNumberMessageQuery) GroupBy ¶
func (dnmq *DuplicateNumberMessageQuery) GroupBy(field string, fields ...string) *DuplicateNumberMessageGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Hello string `json:"hello,omitempty"` Count int `json:"count,omitempty"` } client.DuplicateNumberMessage.Query(). GroupBy(duplicatenumbermessage.FieldHello). Aggregate(ent.Count()). Scan(ctx, &v)
func (*DuplicateNumberMessageQuery) IDs ¶
func (dnmq *DuplicateNumberMessageQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of DuplicateNumberMessage IDs.
func (*DuplicateNumberMessageQuery) IDsX ¶
func (dnmq *DuplicateNumberMessageQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*DuplicateNumberMessageQuery) Limit ¶
func (dnmq *DuplicateNumberMessageQuery) Limit(limit int) *DuplicateNumberMessageQuery
Limit adds a limit step to the query.
func (*DuplicateNumberMessageQuery) Offset ¶
func (dnmq *DuplicateNumberMessageQuery) Offset(offset int) *DuplicateNumberMessageQuery
Offset adds an offset step to the query.
func (*DuplicateNumberMessageQuery) Only ¶
func (dnmq *DuplicateNumberMessageQuery) Only(ctx context.Context) (*DuplicateNumberMessage, error)
Only returns a single DuplicateNumberMessage entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one DuplicateNumberMessage entity is found. Returns a *NotFoundError when no DuplicateNumberMessage entities are found.
func (*DuplicateNumberMessageQuery) OnlyID ¶
func (dnmq *DuplicateNumberMessageQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only DuplicateNumberMessage ID in the query. Returns a *NotSingularError when more than one DuplicateNumberMessage ID is found. Returns a *NotFoundError when no entities are found.
func (*DuplicateNumberMessageQuery) OnlyIDX ¶
func (dnmq *DuplicateNumberMessageQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*DuplicateNumberMessageQuery) OnlyX ¶
func (dnmq *DuplicateNumberMessageQuery) OnlyX(ctx context.Context) *DuplicateNumberMessage
OnlyX is like Only, but panics if an error occurs.
func (*DuplicateNumberMessageQuery) Order ¶
func (dnmq *DuplicateNumberMessageQuery) Order(o ...OrderFunc) *DuplicateNumberMessageQuery
Order adds an order step to the query.
func (*DuplicateNumberMessageQuery) Select ¶
func (dnmq *DuplicateNumberMessageQuery) Select(fields ...string) *DuplicateNumberMessageSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Hello string `json:"hello,omitempty"` } client.DuplicateNumberMessage.Query(). Select(duplicatenumbermessage.FieldHello). Scan(ctx, &v)
func (*DuplicateNumberMessageQuery) Unique ¶
func (dnmq *DuplicateNumberMessageQuery) Unique(unique bool) *DuplicateNumberMessageQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*DuplicateNumberMessageQuery) Where ¶
func (dnmq *DuplicateNumberMessageQuery) Where(ps ...predicate.DuplicateNumberMessage) *DuplicateNumberMessageQuery
Where adds a new predicate for the DuplicateNumberMessageQuery builder.
type DuplicateNumberMessageSelect ¶
type DuplicateNumberMessageSelect struct { *DuplicateNumberMessageQuery // contains filtered or unexported fields }
DuplicateNumberMessageSelect is the builder for selecting fields of DuplicateNumberMessage entities.
func (*DuplicateNumberMessageSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageSelect) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*DuplicateNumberMessageSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*DuplicateNumberMessageSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageSelect) Scan ¶
func (dnms *DuplicateNumberMessageSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*DuplicateNumberMessageSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
func (*DuplicateNumberMessageSelect) StringX ¶
StringX is like String, but panics if an error occurs.
type DuplicateNumberMessageUpdate ¶
type DuplicateNumberMessageUpdate struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageUpdate is the builder for updating DuplicateNumberMessage entities.
func (*DuplicateNumberMessageUpdate) Exec ¶
func (dnmu *DuplicateNumberMessageUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*DuplicateNumberMessageUpdate) ExecX ¶
func (dnmu *DuplicateNumberMessageUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*DuplicateNumberMessageUpdate) Mutation ¶
func (dnmu *DuplicateNumberMessageUpdate) Mutation() *DuplicateNumberMessageMutation
Mutation returns the DuplicateNumberMessageMutation object of the builder.
func (*DuplicateNumberMessageUpdate) Save ¶
func (dnmu *DuplicateNumberMessageUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*DuplicateNumberMessageUpdate) SaveX ¶
func (dnmu *DuplicateNumberMessageUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*DuplicateNumberMessageUpdate) SetHello ¶
func (dnmu *DuplicateNumberMessageUpdate) SetHello(s string) *DuplicateNumberMessageUpdate
SetHello sets the "hello" field.
func (*DuplicateNumberMessageUpdate) SetWorld ¶
func (dnmu *DuplicateNumberMessageUpdate) SetWorld(s string) *DuplicateNumberMessageUpdate
SetWorld sets the "world" field.
func (*DuplicateNumberMessageUpdate) Where ¶
func (dnmu *DuplicateNumberMessageUpdate) Where(ps ...predicate.DuplicateNumberMessage) *DuplicateNumberMessageUpdate
Where appends a list predicates to the DuplicateNumberMessageUpdate builder.
type DuplicateNumberMessageUpdateOne ¶
type DuplicateNumberMessageUpdateOne struct {
// contains filtered or unexported fields
}
DuplicateNumberMessageUpdateOne is the builder for updating a single DuplicateNumberMessage entity.
func (*DuplicateNumberMessageUpdateOne) Exec ¶
func (dnmuo *DuplicateNumberMessageUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*DuplicateNumberMessageUpdateOne) ExecX ¶
func (dnmuo *DuplicateNumberMessageUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*DuplicateNumberMessageUpdateOne) Mutation ¶
func (dnmuo *DuplicateNumberMessageUpdateOne) Mutation() *DuplicateNumberMessageMutation
Mutation returns the DuplicateNumberMessageMutation object of the builder.
func (*DuplicateNumberMessageUpdateOne) Save ¶
func (dnmuo *DuplicateNumberMessageUpdateOne) Save(ctx context.Context) (*DuplicateNumberMessage, error)
Save executes the query and returns the updated DuplicateNumberMessage entity.
func (*DuplicateNumberMessageUpdateOne) SaveX ¶
func (dnmuo *DuplicateNumberMessageUpdateOne) SaveX(ctx context.Context) *DuplicateNumberMessage
SaveX is like Save, but panics if an error occurs.
func (*DuplicateNumberMessageUpdateOne) Select ¶
func (dnmuo *DuplicateNumberMessageUpdateOne) Select(field string, fields ...string) *DuplicateNumberMessageUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*DuplicateNumberMessageUpdateOne) SetHello ¶
func (dnmuo *DuplicateNumberMessageUpdateOne) SetHello(s string) *DuplicateNumberMessageUpdateOne
SetHello sets the "hello" field.
func (*DuplicateNumberMessageUpdateOne) SetWorld ¶
func (dnmuo *DuplicateNumberMessageUpdateOne) SetWorld(s string) *DuplicateNumberMessageUpdateOne
SetWorld sets the "world" field.
type DuplicateNumberMessages ¶
type DuplicateNumberMessages []*DuplicateNumberMessage
DuplicateNumberMessages is a parsable slice of DuplicateNumberMessage.
type ExplicitSkippedMessage ¶
type ExplicitSkippedMessage struct { // ID of the ent. ID int `json:"id,omitempty"` // contains filtered or unexported fields }
ExplicitSkippedMessage is the model entity for the ExplicitSkippedMessage schema.
func (*ExplicitSkippedMessage) String ¶
func (esm *ExplicitSkippedMessage) String() string
String implements the fmt.Stringer.
func (*ExplicitSkippedMessage) Unwrap ¶
func (esm *ExplicitSkippedMessage) Unwrap() *ExplicitSkippedMessage
Unwrap unwraps the ExplicitSkippedMessage entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*ExplicitSkippedMessage) Update ¶
func (esm *ExplicitSkippedMessage) Update() *ExplicitSkippedMessageUpdateOne
Update returns a builder for updating this ExplicitSkippedMessage. Note that you need to call ExplicitSkippedMessage.Unwrap() before calling this method if this ExplicitSkippedMessage was returned from a transaction, and the transaction was committed or rolled back.
type ExplicitSkippedMessageClient ¶
type ExplicitSkippedMessageClient struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageClient is a client for the ExplicitSkippedMessage schema.
func NewExplicitSkippedMessageClient ¶
func NewExplicitSkippedMessageClient(c config) *ExplicitSkippedMessageClient
NewExplicitSkippedMessageClient returns a client for the ExplicitSkippedMessage from the given config.
func (*ExplicitSkippedMessageClient) Create ¶
func (c *ExplicitSkippedMessageClient) Create() *ExplicitSkippedMessageCreate
Create returns a create builder for ExplicitSkippedMessage.
func (*ExplicitSkippedMessageClient) CreateBulk ¶
func (c *ExplicitSkippedMessageClient) CreateBulk(builders ...*ExplicitSkippedMessageCreate) *ExplicitSkippedMessageCreateBulk
CreateBulk returns a builder for creating a bulk of ExplicitSkippedMessage entities.
func (*ExplicitSkippedMessageClient) Delete ¶
func (c *ExplicitSkippedMessageClient) Delete() *ExplicitSkippedMessageDelete
Delete returns a delete builder for ExplicitSkippedMessage.
func (*ExplicitSkippedMessageClient) DeleteOne ¶
func (c *ExplicitSkippedMessageClient) DeleteOne(esm *ExplicitSkippedMessage) *ExplicitSkippedMessageDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*ExplicitSkippedMessageClient) DeleteOneID ¶
func (c *ExplicitSkippedMessageClient) DeleteOneID(id int) *ExplicitSkippedMessageDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*ExplicitSkippedMessageClient) Get ¶
func (c *ExplicitSkippedMessageClient) Get(ctx context.Context, id int) (*ExplicitSkippedMessage, error)
Get returns a ExplicitSkippedMessage entity by its id.
func (*ExplicitSkippedMessageClient) GetX ¶
func (c *ExplicitSkippedMessageClient) GetX(ctx context.Context, id int) *ExplicitSkippedMessage
GetX is like Get, but panics if an error occurs.
func (*ExplicitSkippedMessageClient) Hooks ¶
func (c *ExplicitSkippedMessageClient) Hooks() []Hook
Hooks returns the client hooks.
func (*ExplicitSkippedMessageClient) Query ¶
func (c *ExplicitSkippedMessageClient) Query() *ExplicitSkippedMessageQuery
Query returns a query builder for ExplicitSkippedMessage.
func (*ExplicitSkippedMessageClient) Update ¶
func (c *ExplicitSkippedMessageClient) Update() *ExplicitSkippedMessageUpdate
Update returns an update builder for ExplicitSkippedMessage.
func (*ExplicitSkippedMessageClient) UpdateOne ¶
func (c *ExplicitSkippedMessageClient) UpdateOne(esm *ExplicitSkippedMessage) *ExplicitSkippedMessageUpdateOne
UpdateOne returns an update builder for the given entity.
func (*ExplicitSkippedMessageClient) UpdateOneID ¶
func (c *ExplicitSkippedMessageClient) UpdateOneID(id int) *ExplicitSkippedMessageUpdateOne
UpdateOneID returns an update builder for the given id.
func (*ExplicitSkippedMessageClient) Use ¶
func (c *ExplicitSkippedMessageClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `explicitskippedmessage.Hooks(f(g(h())))`.
type ExplicitSkippedMessageCreate ¶
type ExplicitSkippedMessageCreate struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageCreate is the builder for creating a ExplicitSkippedMessage entity.
func (*ExplicitSkippedMessageCreate) Exec ¶
func (esmc *ExplicitSkippedMessageCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*ExplicitSkippedMessageCreate) ExecX ¶
func (esmc *ExplicitSkippedMessageCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ExplicitSkippedMessageCreate) Mutation ¶
func (esmc *ExplicitSkippedMessageCreate) Mutation() *ExplicitSkippedMessageMutation
Mutation returns the ExplicitSkippedMessageMutation object of the builder.
func (*ExplicitSkippedMessageCreate) Save ¶
func (esmc *ExplicitSkippedMessageCreate) Save(ctx context.Context) (*ExplicitSkippedMessage, error)
Save creates the ExplicitSkippedMessage in the database.
func (*ExplicitSkippedMessageCreate) SaveX ¶
func (esmc *ExplicitSkippedMessageCreate) SaveX(ctx context.Context) *ExplicitSkippedMessage
SaveX calls Save and panics if Save returns an error.
type ExplicitSkippedMessageCreateBulk ¶
type ExplicitSkippedMessageCreateBulk struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageCreateBulk is the builder for creating many ExplicitSkippedMessage entities in bulk.
func (*ExplicitSkippedMessageCreateBulk) Exec ¶
func (esmcb *ExplicitSkippedMessageCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*ExplicitSkippedMessageCreateBulk) ExecX ¶
func (esmcb *ExplicitSkippedMessageCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ExplicitSkippedMessageCreateBulk) Save ¶
func (esmcb *ExplicitSkippedMessageCreateBulk) Save(ctx context.Context) ([]*ExplicitSkippedMessage, error)
Save creates the ExplicitSkippedMessage entities in the database.
func (*ExplicitSkippedMessageCreateBulk) SaveX ¶
func (esmcb *ExplicitSkippedMessageCreateBulk) SaveX(ctx context.Context) []*ExplicitSkippedMessage
SaveX is like Save, but panics if an error occurs.
type ExplicitSkippedMessageDelete ¶
type ExplicitSkippedMessageDelete struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageDelete is the builder for deleting a ExplicitSkippedMessage entity.
func (*ExplicitSkippedMessageDelete) Exec ¶
func (esmd *ExplicitSkippedMessageDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*ExplicitSkippedMessageDelete) ExecX ¶
func (esmd *ExplicitSkippedMessageDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*ExplicitSkippedMessageDelete) Where ¶
func (esmd *ExplicitSkippedMessageDelete) Where(ps ...predicate.ExplicitSkippedMessage) *ExplicitSkippedMessageDelete
Where appends a list predicates to the ExplicitSkippedMessageDelete builder.
type ExplicitSkippedMessageDeleteOne ¶
type ExplicitSkippedMessageDeleteOne struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageDeleteOne is the builder for deleting a single ExplicitSkippedMessage entity.
func (*ExplicitSkippedMessageDeleteOne) Exec ¶
func (esmdo *ExplicitSkippedMessageDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*ExplicitSkippedMessageDeleteOne) ExecX ¶
func (esmdo *ExplicitSkippedMessageDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type ExplicitSkippedMessageGroupBy ¶
type ExplicitSkippedMessageGroupBy struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageGroupBy is the group-by builder for ExplicitSkippedMessage entities.
func (*ExplicitSkippedMessageGroupBy) Aggregate ¶
func (esmgb *ExplicitSkippedMessageGroupBy) Aggregate(fns ...AggregateFunc) *ExplicitSkippedMessageGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*ExplicitSkippedMessageGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageGroupBy) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*ExplicitSkippedMessageGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*ExplicitSkippedMessageGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageGroupBy) Scan ¶
func (esmgb *ExplicitSkippedMessageGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*ExplicitSkippedMessageGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageGroupBy) StringX ¶
StringX is like String, but panics if an error occurs.
type ExplicitSkippedMessageMutation ¶
type ExplicitSkippedMessageMutation struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageMutation represents an operation that mutates the ExplicitSkippedMessage nodes in the graph.
func (*ExplicitSkippedMessageMutation) AddField ¶
func (m *ExplicitSkippedMessageMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*ExplicitSkippedMessageMutation) AddedEdges ¶
func (m *ExplicitSkippedMessageMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*ExplicitSkippedMessageMutation) AddedField ¶
func (m *ExplicitSkippedMessageMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*ExplicitSkippedMessageMutation) AddedFields ¶
func (m *ExplicitSkippedMessageMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*ExplicitSkippedMessageMutation) AddedIDs ¶
func (m *ExplicitSkippedMessageMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*ExplicitSkippedMessageMutation) ClearEdge ¶
func (m *ExplicitSkippedMessageMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*ExplicitSkippedMessageMutation) ClearField ¶
func (m *ExplicitSkippedMessageMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*ExplicitSkippedMessageMutation) ClearedEdges ¶
func (m *ExplicitSkippedMessageMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*ExplicitSkippedMessageMutation) ClearedFields ¶
func (m *ExplicitSkippedMessageMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (ExplicitSkippedMessageMutation) Client ¶
func (m ExplicitSkippedMessageMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*ExplicitSkippedMessageMutation) EdgeCleared ¶
func (m *ExplicitSkippedMessageMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*ExplicitSkippedMessageMutation) Field ¶
func (m *ExplicitSkippedMessageMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*ExplicitSkippedMessageMutation) FieldCleared ¶
func (m *ExplicitSkippedMessageMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*ExplicitSkippedMessageMutation) Fields ¶
func (m *ExplicitSkippedMessageMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*ExplicitSkippedMessageMutation) ID ¶
func (m *ExplicitSkippedMessageMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*ExplicitSkippedMessageMutation) IDs ¶
func (m *ExplicitSkippedMessageMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*ExplicitSkippedMessageMutation) OldField ¶
func (m *ExplicitSkippedMessageMutation) OldField(ctx context.Context, name string) (ent.Value, error)
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*ExplicitSkippedMessageMutation) Op ¶
func (m *ExplicitSkippedMessageMutation) Op() Op
Op returns the operation name.
func (*ExplicitSkippedMessageMutation) RemovedEdges ¶
func (m *ExplicitSkippedMessageMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*ExplicitSkippedMessageMutation) RemovedIDs ¶
func (m *ExplicitSkippedMessageMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*ExplicitSkippedMessageMutation) ResetEdge ¶
func (m *ExplicitSkippedMessageMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*ExplicitSkippedMessageMutation) ResetField ¶
func (m *ExplicitSkippedMessageMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*ExplicitSkippedMessageMutation) SetField ¶
func (m *ExplicitSkippedMessageMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (ExplicitSkippedMessageMutation) Tx ¶
func (m ExplicitSkippedMessageMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*ExplicitSkippedMessageMutation) Type ¶
func (m *ExplicitSkippedMessageMutation) Type() string
Type returns the node type of this mutation (ExplicitSkippedMessage).
func (*ExplicitSkippedMessageMutation) Where ¶
func (m *ExplicitSkippedMessageMutation) Where(ps ...predicate.ExplicitSkippedMessage)
Where appends a list predicates to the ExplicitSkippedMessageMutation builder.
type ExplicitSkippedMessageQuery ¶
type ExplicitSkippedMessageQuery struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageQuery is the builder for querying ExplicitSkippedMessage entities.
func (*ExplicitSkippedMessageQuery) All ¶
func (esmq *ExplicitSkippedMessageQuery) All(ctx context.Context) ([]*ExplicitSkippedMessage, error)
All executes the query and returns a list of ExplicitSkippedMessages.
func (*ExplicitSkippedMessageQuery) AllX ¶
func (esmq *ExplicitSkippedMessageQuery) AllX(ctx context.Context) []*ExplicitSkippedMessage
AllX is like All, but panics if an error occurs.
func (*ExplicitSkippedMessageQuery) Clone ¶
func (esmq *ExplicitSkippedMessageQuery) Clone() *ExplicitSkippedMessageQuery
Clone returns a duplicate of the ExplicitSkippedMessageQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*ExplicitSkippedMessageQuery) Count ¶
func (esmq *ExplicitSkippedMessageQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*ExplicitSkippedMessageQuery) CountX ¶
func (esmq *ExplicitSkippedMessageQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*ExplicitSkippedMessageQuery) Exist ¶
func (esmq *ExplicitSkippedMessageQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*ExplicitSkippedMessageQuery) ExistX ¶
func (esmq *ExplicitSkippedMessageQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*ExplicitSkippedMessageQuery) First ¶
func (esmq *ExplicitSkippedMessageQuery) First(ctx context.Context) (*ExplicitSkippedMessage, error)
First returns the first ExplicitSkippedMessage entity from the query. Returns a *NotFoundError when no ExplicitSkippedMessage was found.
func (*ExplicitSkippedMessageQuery) FirstID ¶
func (esmq *ExplicitSkippedMessageQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first ExplicitSkippedMessage ID from the query. Returns a *NotFoundError when no ExplicitSkippedMessage ID was found.
func (*ExplicitSkippedMessageQuery) FirstIDX ¶
func (esmq *ExplicitSkippedMessageQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*ExplicitSkippedMessageQuery) FirstX ¶
func (esmq *ExplicitSkippedMessageQuery) FirstX(ctx context.Context) *ExplicitSkippedMessage
FirstX is like First, but panics if an error occurs.
func (*ExplicitSkippedMessageQuery) GroupBy ¶
func (esmq *ExplicitSkippedMessageQuery) GroupBy(field string, fields ...string) *ExplicitSkippedMessageGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
func (*ExplicitSkippedMessageQuery) IDs ¶
func (esmq *ExplicitSkippedMessageQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of ExplicitSkippedMessage IDs.
func (*ExplicitSkippedMessageQuery) IDsX ¶
func (esmq *ExplicitSkippedMessageQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*ExplicitSkippedMessageQuery) Limit ¶
func (esmq *ExplicitSkippedMessageQuery) Limit(limit int) *ExplicitSkippedMessageQuery
Limit adds a limit step to the query.
func (*ExplicitSkippedMessageQuery) Offset ¶
func (esmq *ExplicitSkippedMessageQuery) Offset(offset int) *ExplicitSkippedMessageQuery
Offset adds an offset step to the query.
func (*ExplicitSkippedMessageQuery) Only ¶
func (esmq *ExplicitSkippedMessageQuery) Only(ctx context.Context) (*ExplicitSkippedMessage, error)
Only returns a single ExplicitSkippedMessage entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one ExplicitSkippedMessage entity is found. Returns a *NotFoundError when no ExplicitSkippedMessage entities are found.
func (*ExplicitSkippedMessageQuery) OnlyID ¶
func (esmq *ExplicitSkippedMessageQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only ExplicitSkippedMessage ID in the query. Returns a *NotSingularError when more than one ExplicitSkippedMessage ID is found. Returns a *NotFoundError when no entities are found.
func (*ExplicitSkippedMessageQuery) OnlyIDX ¶
func (esmq *ExplicitSkippedMessageQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*ExplicitSkippedMessageQuery) OnlyX ¶
func (esmq *ExplicitSkippedMessageQuery) OnlyX(ctx context.Context) *ExplicitSkippedMessage
OnlyX is like Only, but panics if an error occurs.
func (*ExplicitSkippedMessageQuery) Order ¶
func (esmq *ExplicitSkippedMessageQuery) Order(o ...OrderFunc) *ExplicitSkippedMessageQuery
Order adds an order step to the query.
func (*ExplicitSkippedMessageQuery) Select ¶
func (esmq *ExplicitSkippedMessageQuery) Select(fields ...string) *ExplicitSkippedMessageSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
func (*ExplicitSkippedMessageQuery) Unique ¶
func (esmq *ExplicitSkippedMessageQuery) Unique(unique bool) *ExplicitSkippedMessageQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*ExplicitSkippedMessageQuery) Where ¶
func (esmq *ExplicitSkippedMessageQuery) Where(ps ...predicate.ExplicitSkippedMessage) *ExplicitSkippedMessageQuery
Where adds a new predicate for the ExplicitSkippedMessageQuery builder.
type ExplicitSkippedMessageSelect ¶
type ExplicitSkippedMessageSelect struct { *ExplicitSkippedMessageQuery // contains filtered or unexported fields }
ExplicitSkippedMessageSelect is the builder for selecting fields of ExplicitSkippedMessage entities.
func (*ExplicitSkippedMessageSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageSelect) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*ExplicitSkippedMessageSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*ExplicitSkippedMessageSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageSelect) Scan ¶
func (esms *ExplicitSkippedMessageSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*ExplicitSkippedMessageSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
func (*ExplicitSkippedMessageSelect) StringX ¶
StringX is like String, but panics if an error occurs.
type ExplicitSkippedMessageUpdate ¶
type ExplicitSkippedMessageUpdate struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageUpdate is the builder for updating ExplicitSkippedMessage entities.
func (*ExplicitSkippedMessageUpdate) Exec ¶
func (esmu *ExplicitSkippedMessageUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*ExplicitSkippedMessageUpdate) ExecX ¶
func (esmu *ExplicitSkippedMessageUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ExplicitSkippedMessageUpdate) Mutation ¶
func (esmu *ExplicitSkippedMessageUpdate) Mutation() *ExplicitSkippedMessageMutation
Mutation returns the ExplicitSkippedMessageMutation object of the builder.
func (*ExplicitSkippedMessageUpdate) Save ¶
func (esmu *ExplicitSkippedMessageUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*ExplicitSkippedMessageUpdate) SaveX ¶
func (esmu *ExplicitSkippedMessageUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*ExplicitSkippedMessageUpdate) Where ¶
func (esmu *ExplicitSkippedMessageUpdate) Where(ps ...predicate.ExplicitSkippedMessage) *ExplicitSkippedMessageUpdate
Where appends a list predicates to the ExplicitSkippedMessageUpdate builder.
type ExplicitSkippedMessageUpdateOne ¶
type ExplicitSkippedMessageUpdateOne struct {
// contains filtered or unexported fields
}
ExplicitSkippedMessageUpdateOne is the builder for updating a single ExplicitSkippedMessage entity.
func (*ExplicitSkippedMessageUpdateOne) Exec ¶
func (esmuo *ExplicitSkippedMessageUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*ExplicitSkippedMessageUpdateOne) ExecX ¶
func (esmuo *ExplicitSkippedMessageUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ExplicitSkippedMessageUpdateOne) Mutation ¶
func (esmuo *ExplicitSkippedMessageUpdateOne) Mutation() *ExplicitSkippedMessageMutation
Mutation returns the ExplicitSkippedMessageMutation object of the builder.
func (*ExplicitSkippedMessageUpdateOne) Save ¶
func (esmuo *ExplicitSkippedMessageUpdateOne) Save(ctx context.Context) (*ExplicitSkippedMessage, error)
Save executes the query and returns the updated ExplicitSkippedMessage entity.
func (*ExplicitSkippedMessageUpdateOne) SaveX ¶
func (esmuo *ExplicitSkippedMessageUpdateOne) SaveX(ctx context.Context) *ExplicitSkippedMessage
SaveX is like Save, but panics if an error occurs.
func (*ExplicitSkippedMessageUpdateOne) Select ¶
func (esmuo *ExplicitSkippedMessageUpdateOne) Select(field string, fields ...string) *ExplicitSkippedMessageUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
type ExplicitSkippedMessages ¶
type ExplicitSkippedMessages []*ExplicitSkippedMessage
ExplicitSkippedMessages is a parsable slice of ExplicitSkippedMessage.
type Image ¶
type Image struct { // ID of the ent. ID uuid.UUID `json:"id,omitempty"` // URLPath holds the value of the "url_path" field. URLPath string `json:"url_path,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the ImageQuery when eager-loading is set. Edges ImageEdges `json:"edges"` // contains filtered or unexported fields }
Image is the model entity for the Image schema.
func (*Image) QueryUserProfilePic ¶
QueryUserProfilePic queries the "user_profile_pic" edge of the Image entity.
func (*Image) Unwrap ¶
Unwrap unwraps the Image entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*Image) Update ¶
func (i *Image) Update() *ImageUpdateOne
Update returns a builder for updating this Image. Note that you need to call Image.Unwrap() before calling this method if this Image was returned from a transaction, and the transaction was committed or rolled back.
type ImageClient ¶
type ImageClient struct {
// contains filtered or unexported fields
}
ImageClient is a client for the Image schema.
func NewImageClient ¶
func NewImageClient(c config) *ImageClient
NewImageClient returns a client for the Image from the given config.
func (*ImageClient) Create ¶
func (c *ImageClient) Create() *ImageCreate
Create returns a create builder for Image.
func (*ImageClient) CreateBulk ¶
func (c *ImageClient) CreateBulk(builders ...*ImageCreate) *ImageCreateBulk
CreateBulk returns a builder for creating a bulk of Image entities.
func (*ImageClient) Delete ¶
func (c *ImageClient) Delete() *ImageDelete
Delete returns a delete builder for Image.
func (*ImageClient) DeleteOne ¶
func (c *ImageClient) DeleteOne(i *Image) *ImageDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*ImageClient) DeleteOneID ¶
func (c *ImageClient) DeleteOneID(id uuid.UUID) *ImageDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*ImageClient) Query ¶
func (c *ImageClient) Query() *ImageQuery
Query returns a query builder for Image.
func (*ImageClient) QueryUserProfilePic ¶
func (c *ImageClient) QueryUserProfilePic(i *Image) *UserQuery
QueryUserProfilePic queries the user_profile_pic edge of a Image.
func (*ImageClient) Update ¶
func (c *ImageClient) Update() *ImageUpdate
Update returns an update builder for Image.
func (*ImageClient) UpdateOne ¶
func (c *ImageClient) UpdateOne(i *Image) *ImageUpdateOne
UpdateOne returns an update builder for the given entity.
func (*ImageClient) UpdateOneID ¶
func (c *ImageClient) UpdateOneID(id uuid.UUID) *ImageUpdateOne
UpdateOneID returns an update builder for the given id.
func (*ImageClient) Use ¶
func (c *ImageClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `image.Hooks(f(g(h())))`.
type ImageCreate ¶
type ImageCreate struct {
// contains filtered or unexported fields
}
ImageCreate is the builder for creating a Image entity.
func (*ImageCreate) AddUserProfilePic ¶
func (ic *ImageCreate) AddUserProfilePic(u ...*User) *ImageCreate
AddUserProfilePic adds the "user_profile_pic" edges to the User entity.
func (*ImageCreate) AddUserProfilePicIDs ¶
func (ic *ImageCreate) AddUserProfilePicIDs(ids ...int) *ImageCreate
AddUserProfilePicIDs adds the "user_profile_pic" edge to the User entity by IDs.
func (*ImageCreate) Exec ¶
func (ic *ImageCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*ImageCreate) ExecX ¶
func (ic *ImageCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ImageCreate) Mutation ¶
func (ic *ImageCreate) Mutation() *ImageMutation
Mutation returns the ImageMutation object of the builder.
func (*ImageCreate) Save ¶
func (ic *ImageCreate) Save(ctx context.Context) (*Image, error)
Save creates the Image in the database.
func (*ImageCreate) SaveX ¶
func (ic *ImageCreate) SaveX(ctx context.Context) *Image
SaveX calls Save and panics if Save returns an error.
func (*ImageCreate) SetID ¶
func (ic *ImageCreate) SetID(u uuid.UUID) *ImageCreate
SetID sets the "id" field.
func (*ImageCreate) SetURLPath ¶
func (ic *ImageCreate) SetURLPath(s string) *ImageCreate
SetURLPath sets the "url_path" field.
type ImageCreateBulk ¶
type ImageCreateBulk struct {
// contains filtered or unexported fields
}
ImageCreateBulk is the builder for creating many Image entities in bulk.
func (*ImageCreateBulk) Exec ¶
func (icb *ImageCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*ImageCreateBulk) ExecX ¶
func (icb *ImageCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type ImageDelete ¶
type ImageDelete struct {
// contains filtered or unexported fields
}
ImageDelete is the builder for deleting a Image entity.
func (*ImageDelete) Exec ¶
func (id *ImageDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*ImageDelete) ExecX ¶
func (id *ImageDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*ImageDelete) Where ¶
func (id *ImageDelete) Where(ps ...predicate.Image) *ImageDelete
Where appends a list predicates to the ImageDelete builder.
type ImageDeleteOne ¶
type ImageDeleteOne struct {
// contains filtered or unexported fields
}
ImageDeleteOne is the builder for deleting a single Image entity.
func (*ImageDeleteOne) Exec ¶
func (ido *ImageDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*ImageDeleteOne) ExecX ¶
func (ido *ImageDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type ImageEdges ¶
type ImageEdges struct { // UserProfilePic holds the value of the user_profile_pic edge. UserProfilePic []*User `json:"user_profile_pic,omitempty"` // contains filtered or unexported fields }
ImageEdges holds the relations/edges for other nodes in the graph.
func (ImageEdges) UserProfilePicOrErr ¶
func (e ImageEdges) UserProfilePicOrErr() ([]*User, error)
UserProfilePicOrErr returns the UserProfilePic value or an error if the edge was not loaded in eager-loading.
type ImageGroupBy ¶
type ImageGroupBy struct {
// contains filtered or unexported fields
}
ImageGroupBy is the group-by builder for Image entities.
func (*ImageGroupBy) Aggregate ¶
func (igb *ImageGroupBy) Aggregate(fns ...AggregateFunc) *ImageGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*ImageGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*ImageGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*ImageGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*ImageGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*ImageGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*ImageGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*ImageGroupBy) Scan ¶
func (igb *ImageGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*ImageGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type ImageMutation ¶
type ImageMutation struct {
// contains filtered or unexported fields
}
ImageMutation represents an operation that mutates the Image nodes in the graph.
func (*ImageMutation) AddField ¶
func (m *ImageMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*ImageMutation) AddUserProfilePicIDs ¶
func (m *ImageMutation) AddUserProfilePicIDs(ids ...int)
AddUserProfilePicIDs adds the "user_profile_pic" edge to the User entity by ids.
func (*ImageMutation) AddedEdges ¶
func (m *ImageMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*ImageMutation) AddedField ¶
func (m *ImageMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*ImageMutation) AddedFields ¶
func (m *ImageMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*ImageMutation) AddedIDs ¶
func (m *ImageMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*ImageMutation) ClearEdge ¶
func (m *ImageMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*ImageMutation) ClearField ¶
func (m *ImageMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*ImageMutation) ClearUserProfilePic ¶
func (m *ImageMutation) ClearUserProfilePic()
ClearUserProfilePic clears the "user_profile_pic" edge to the User entity.
func (*ImageMutation) ClearedEdges ¶
func (m *ImageMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*ImageMutation) ClearedFields ¶
func (m *ImageMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (ImageMutation) Client ¶
func (m ImageMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*ImageMutation) EdgeCleared ¶
func (m *ImageMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*ImageMutation) Field ¶
func (m *ImageMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*ImageMutation) FieldCleared ¶
func (m *ImageMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*ImageMutation) Fields ¶
func (m *ImageMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*ImageMutation) ID ¶
func (m *ImageMutation) ID() (id uuid.UUID, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*ImageMutation) IDs ¶
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*ImageMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*ImageMutation) OldURLPath ¶
func (m *ImageMutation) OldURLPath(ctx context.Context) (v string, err error)
OldURLPath returns the old "url_path" field's value of the Image entity. If the Image object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*ImageMutation) RemoveUserProfilePicIDs ¶
func (m *ImageMutation) RemoveUserProfilePicIDs(ids ...int)
RemoveUserProfilePicIDs removes the "user_profile_pic" edge to the User entity by IDs.
func (*ImageMutation) RemovedEdges ¶
func (m *ImageMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*ImageMutation) RemovedIDs ¶
func (m *ImageMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*ImageMutation) RemovedUserProfilePicIDs ¶
func (m *ImageMutation) RemovedUserProfilePicIDs() (ids []int)
RemovedUserProfilePic returns the removed IDs of the "user_profile_pic" edge to the User entity.
func (*ImageMutation) ResetEdge ¶
func (m *ImageMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*ImageMutation) ResetField ¶
func (m *ImageMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*ImageMutation) ResetURLPath ¶
func (m *ImageMutation) ResetURLPath()
ResetURLPath resets all changes to the "url_path" field.
func (*ImageMutation) ResetUserProfilePic ¶
func (m *ImageMutation) ResetUserProfilePic()
ResetUserProfilePic resets all changes to the "user_profile_pic" edge.
func (*ImageMutation) SetField ¶
func (m *ImageMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*ImageMutation) SetID ¶
func (m *ImageMutation) SetID(id uuid.UUID)
SetID sets the value of the id field. Note that this operation is only accepted on creation of Image entities.
func (*ImageMutation) SetURLPath ¶
func (m *ImageMutation) SetURLPath(s string)
SetURLPath sets the "url_path" field.
func (ImageMutation) Tx ¶
func (m ImageMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*ImageMutation) Type ¶
func (m *ImageMutation) Type() string
Type returns the node type of this mutation (Image).
func (*ImageMutation) URLPath ¶
func (m *ImageMutation) URLPath() (r string, exists bool)
URLPath returns the value of the "url_path" field in the mutation.
func (*ImageMutation) UserProfilePicCleared ¶
func (m *ImageMutation) UserProfilePicCleared() bool
UserProfilePicCleared reports if the "user_profile_pic" edge to the User entity was cleared.
func (*ImageMutation) UserProfilePicIDs ¶
func (m *ImageMutation) UserProfilePicIDs() (ids []int)
UserProfilePicIDs returns the "user_profile_pic" edge IDs in the mutation.
func (*ImageMutation) Where ¶
func (m *ImageMutation) Where(ps ...predicate.Image)
Where appends a list predicates to the ImageMutation builder.
type ImageQuery ¶
type ImageQuery struct {
// contains filtered or unexported fields
}
ImageQuery is the builder for querying Image entities.
func (*ImageQuery) All ¶
func (iq *ImageQuery) All(ctx context.Context) ([]*Image, error)
All executes the query and returns a list of Images.
func (*ImageQuery) AllX ¶
func (iq *ImageQuery) AllX(ctx context.Context) []*Image
AllX is like All, but panics if an error occurs.
func (*ImageQuery) Clone ¶
func (iq *ImageQuery) Clone() *ImageQuery
Clone returns a duplicate of the ImageQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*ImageQuery) Count ¶
func (iq *ImageQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*ImageQuery) CountX ¶
func (iq *ImageQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*ImageQuery) Exist ¶
func (iq *ImageQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*ImageQuery) ExistX ¶
func (iq *ImageQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*ImageQuery) First ¶
func (iq *ImageQuery) First(ctx context.Context) (*Image, error)
First returns the first Image entity from the query. Returns a *NotFoundError when no Image was found.
func (*ImageQuery) FirstID ¶
FirstID returns the first Image ID from the query. Returns a *NotFoundError when no Image ID was found.
func (*ImageQuery) FirstIDX ¶
func (iq *ImageQuery) FirstIDX(ctx context.Context) uuid.UUID
FirstIDX is like FirstID, but panics if an error occurs.
func (*ImageQuery) FirstX ¶
func (iq *ImageQuery) FirstX(ctx context.Context) *Image
FirstX is like First, but panics if an error occurs.
func (*ImageQuery) GroupBy ¶
func (iq *ImageQuery) GroupBy(field string, fields ...string) *ImageGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { URLPath string `json:"url_path,omitempty"` Count int `json:"count,omitempty"` } client.Image.Query(). GroupBy(image.FieldURLPath). Aggregate(ent.Count()). Scan(ctx, &v)
func (*ImageQuery) IDsX ¶
func (iq *ImageQuery) IDsX(ctx context.Context) []uuid.UUID
IDsX is like IDs, but panics if an error occurs.
func (*ImageQuery) Limit ¶
func (iq *ImageQuery) Limit(limit int) *ImageQuery
Limit adds a limit step to the query.
func (*ImageQuery) Offset ¶
func (iq *ImageQuery) Offset(offset int) *ImageQuery
Offset adds an offset step to the query.
func (*ImageQuery) Only ¶
func (iq *ImageQuery) Only(ctx context.Context) (*Image, error)
Only returns a single Image entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one Image entity is found. Returns a *NotFoundError when no Image entities are found.
func (*ImageQuery) OnlyID ¶
OnlyID is like Only, but returns the only Image ID in the query. Returns a *NotSingularError when more than one Image ID is found. Returns a *NotFoundError when no entities are found.
func (*ImageQuery) OnlyIDX ¶
func (iq *ImageQuery) OnlyIDX(ctx context.Context) uuid.UUID
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*ImageQuery) OnlyX ¶
func (iq *ImageQuery) OnlyX(ctx context.Context) *Image
OnlyX is like Only, but panics if an error occurs.
func (*ImageQuery) Order ¶
func (iq *ImageQuery) Order(o ...OrderFunc) *ImageQuery
Order adds an order step to the query.
func (*ImageQuery) QueryUserProfilePic ¶
func (iq *ImageQuery) QueryUserProfilePic() *UserQuery
QueryUserProfilePic chains the current query on the "user_profile_pic" edge.
func (*ImageQuery) Select ¶
func (iq *ImageQuery) Select(fields ...string) *ImageSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { URLPath string `json:"url_path,omitempty"` } client.Image.Query(). Select(image.FieldURLPath). Scan(ctx, &v)
func (*ImageQuery) Unique ¶
func (iq *ImageQuery) Unique(unique bool) *ImageQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*ImageQuery) Where ¶
func (iq *ImageQuery) Where(ps ...predicate.Image) *ImageQuery
Where adds a new predicate for the ImageQuery builder.
func (*ImageQuery) WithUserProfilePic ¶
func (iq *ImageQuery) WithUserProfilePic(opts ...func(*UserQuery)) *ImageQuery
WithUserProfilePic tells the query-builder to eager-load the nodes that are connected to the "user_profile_pic" edge. The optional arguments are used to configure the query builder of the edge.
type ImageSelect ¶
type ImageSelect struct { *ImageQuery // contains filtered or unexported fields }
ImageSelect is the builder for selecting fields of Image entities.
func (*ImageSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*ImageSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*ImageSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*ImageSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*ImageSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*ImageSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*ImageSelect) Scan ¶
func (is *ImageSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*ImageSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type ImageUpdate ¶
type ImageUpdate struct {
// contains filtered or unexported fields
}
ImageUpdate is the builder for updating Image entities.
func (*ImageUpdate) AddUserProfilePic ¶
func (iu *ImageUpdate) AddUserProfilePic(u ...*User) *ImageUpdate
AddUserProfilePic adds the "user_profile_pic" edges to the User entity.
func (*ImageUpdate) AddUserProfilePicIDs ¶
func (iu *ImageUpdate) AddUserProfilePicIDs(ids ...int) *ImageUpdate
AddUserProfilePicIDs adds the "user_profile_pic" edge to the User entity by IDs.
func (*ImageUpdate) ClearUserProfilePic ¶
func (iu *ImageUpdate) ClearUserProfilePic() *ImageUpdate
ClearUserProfilePic clears all "user_profile_pic" edges to the User entity.
func (*ImageUpdate) Exec ¶
func (iu *ImageUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*ImageUpdate) ExecX ¶
func (iu *ImageUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ImageUpdate) Mutation ¶
func (iu *ImageUpdate) Mutation() *ImageMutation
Mutation returns the ImageMutation object of the builder.
func (*ImageUpdate) RemoveUserProfilePic ¶
func (iu *ImageUpdate) RemoveUserProfilePic(u ...*User) *ImageUpdate
RemoveUserProfilePic removes "user_profile_pic" edges to User entities.
func (*ImageUpdate) RemoveUserProfilePicIDs ¶
func (iu *ImageUpdate) RemoveUserProfilePicIDs(ids ...int) *ImageUpdate
RemoveUserProfilePicIDs removes the "user_profile_pic" edge to User entities by IDs.
func (*ImageUpdate) Save ¶
func (iu *ImageUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*ImageUpdate) SaveX ¶
func (iu *ImageUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*ImageUpdate) SetURLPath ¶
func (iu *ImageUpdate) SetURLPath(s string) *ImageUpdate
SetURLPath sets the "url_path" field.
func (*ImageUpdate) Where ¶
func (iu *ImageUpdate) Where(ps ...predicate.Image) *ImageUpdate
Where appends a list predicates to the ImageUpdate builder.
type ImageUpdateOne ¶
type ImageUpdateOne struct {
// contains filtered or unexported fields
}
ImageUpdateOne is the builder for updating a single Image entity.
func (*ImageUpdateOne) AddUserProfilePic ¶
func (iuo *ImageUpdateOne) AddUserProfilePic(u ...*User) *ImageUpdateOne
AddUserProfilePic adds the "user_profile_pic" edges to the User entity.
func (*ImageUpdateOne) AddUserProfilePicIDs ¶
func (iuo *ImageUpdateOne) AddUserProfilePicIDs(ids ...int) *ImageUpdateOne
AddUserProfilePicIDs adds the "user_profile_pic" edge to the User entity by IDs.
func (*ImageUpdateOne) ClearUserProfilePic ¶
func (iuo *ImageUpdateOne) ClearUserProfilePic() *ImageUpdateOne
ClearUserProfilePic clears all "user_profile_pic" edges to the User entity.
func (*ImageUpdateOne) Exec ¶
func (iuo *ImageUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*ImageUpdateOne) ExecX ¶
func (iuo *ImageUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ImageUpdateOne) Mutation ¶
func (iuo *ImageUpdateOne) Mutation() *ImageMutation
Mutation returns the ImageMutation object of the builder.
func (*ImageUpdateOne) RemoveUserProfilePic ¶
func (iuo *ImageUpdateOne) RemoveUserProfilePic(u ...*User) *ImageUpdateOne
RemoveUserProfilePic removes "user_profile_pic" edges to User entities.
func (*ImageUpdateOne) RemoveUserProfilePicIDs ¶
func (iuo *ImageUpdateOne) RemoveUserProfilePicIDs(ids ...int) *ImageUpdateOne
RemoveUserProfilePicIDs removes the "user_profile_pic" edge to User entities by IDs.
func (*ImageUpdateOne) Save ¶
func (iuo *ImageUpdateOne) Save(ctx context.Context) (*Image, error)
Save executes the query and returns the updated Image entity.
func (*ImageUpdateOne) SaveX ¶
func (iuo *ImageUpdateOne) SaveX(ctx context.Context) *Image
SaveX is like Save, but panics if an error occurs.
func (*ImageUpdateOne) Select ¶
func (iuo *ImageUpdateOne) Select(field string, fields ...string) *ImageUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*ImageUpdateOne) SetURLPath ¶
func (iuo *ImageUpdateOne) SetURLPath(s string) *ImageUpdateOne
SetURLPath sets the "url_path" field.
type ImplicitSkippedMessage ¶
type ImplicitSkippedMessage struct { // ID of the ent. ID int `json:"id,omitempty"` // contains filtered or unexported fields }
ImplicitSkippedMessage is the model entity for the ImplicitSkippedMessage schema.
func (*ImplicitSkippedMessage) String ¶
func (ism *ImplicitSkippedMessage) String() string
String implements the fmt.Stringer.
func (*ImplicitSkippedMessage) Unwrap ¶
func (ism *ImplicitSkippedMessage) Unwrap() *ImplicitSkippedMessage
Unwrap unwraps the ImplicitSkippedMessage entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*ImplicitSkippedMessage) Update ¶
func (ism *ImplicitSkippedMessage) Update() *ImplicitSkippedMessageUpdateOne
Update returns a builder for updating this ImplicitSkippedMessage. Note that you need to call ImplicitSkippedMessage.Unwrap() before calling this method if this ImplicitSkippedMessage was returned from a transaction, and the transaction was committed or rolled back.
type ImplicitSkippedMessageClient ¶
type ImplicitSkippedMessageClient struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageClient is a client for the ImplicitSkippedMessage schema.
func NewImplicitSkippedMessageClient ¶
func NewImplicitSkippedMessageClient(c config) *ImplicitSkippedMessageClient
NewImplicitSkippedMessageClient returns a client for the ImplicitSkippedMessage from the given config.
func (*ImplicitSkippedMessageClient) Create ¶
func (c *ImplicitSkippedMessageClient) Create() *ImplicitSkippedMessageCreate
Create returns a create builder for ImplicitSkippedMessage.
func (*ImplicitSkippedMessageClient) CreateBulk ¶
func (c *ImplicitSkippedMessageClient) CreateBulk(builders ...*ImplicitSkippedMessageCreate) *ImplicitSkippedMessageCreateBulk
CreateBulk returns a builder for creating a bulk of ImplicitSkippedMessage entities.
func (*ImplicitSkippedMessageClient) Delete ¶
func (c *ImplicitSkippedMessageClient) Delete() *ImplicitSkippedMessageDelete
Delete returns a delete builder for ImplicitSkippedMessage.
func (*ImplicitSkippedMessageClient) DeleteOne ¶
func (c *ImplicitSkippedMessageClient) DeleteOne(ism *ImplicitSkippedMessage) *ImplicitSkippedMessageDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*ImplicitSkippedMessageClient) DeleteOneID ¶
func (c *ImplicitSkippedMessageClient) DeleteOneID(id int) *ImplicitSkippedMessageDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*ImplicitSkippedMessageClient) Get ¶
func (c *ImplicitSkippedMessageClient) Get(ctx context.Context, id int) (*ImplicitSkippedMessage, error)
Get returns a ImplicitSkippedMessage entity by its id.
func (*ImplicitSkippedMessageClient) GetX ¶
func (c *ImplicitSkippedMessageClient) GetX(ctx context.Context, id int) *ImplicitSkippedMessage
GetX is like Get, but panics if an error occurs.
func (*ImplicitSkippedMessageClient) Hooks ¶
func (c *ImplicitSkippedMessageClient) Hooks() []Hook
Hooks returns the client hooks.
func (*ImplicitSkippedMessageClient) Query ¶
func (c *ImplicitSkippedMessageClient) Query() *ImplicitSkippedMessageQuery
Query returns a query builder for ImplicitSkippedMessage.
func (*ImplicitSkippedMessageClient) Update ¶
func (c *ImplicitSkippedMessageClient) Update() *ImplicitSkippedMessageUpdate
Update returns an update builder for ImplicitSkippedMessage.
func (*ImplicitSkippedMessageClient) UpdateOne ¶
func (c *ImplicitSkippedMessageClient) UpdateOne(ism *ImplicitSkippedMessage) *ImplicitSkippedMessageUpdateOne
UpdateOne returns an update builder for the given entity.
func (*ImplicitSkippedMessageClient) UpdateOneID ¶
func (c *ImplicitSkippedMessageClient) UpdateOneID(id int) *ImplicitSkippedMessageUpdateOne
UpdateOneID returns an update builder for the given id.
func (*ImplicitSkippedMessageClient) Use ¶
func (c *ImplicitSkippedMessageClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `implicitskippedmessage.Hooks(f(g(h())))`.
type ImplicitSkippedMessageCreate ¶
type ImplicitSkippedMessageCreate struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageCreate is the builder for creating a ImplicitSkippedMessage entity.
func (*ImplicitSkippedMessageCreate) Exec ¶
func (ismc *ImplicitSkippedMessageCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*ImplicitSkippedMessageCreate) ExecX ¶
func (ismc *ImplicitSkippedMessageCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ImplicitSkippedMessageCreate) Mutation ¶
func (ismc *ImplicitSkippedMessageCreate) Mutation() *ImplicitSkippedMessageMutation
Mutation returns the ImplicitSkippedMessageMutation object of the builder.
func (*ImplicitSkippedMessageCreate) Save ¶
func (ismc *ImplicitSkippedMessageCreate) Save(ctx context.Context) (*ImplicitSkippedMessage, error)
Save creates the ImplicitSkippedMessage in the database.
func (*ImplicitSkippedMessageCreate) SaveX ¶
func (ismc *ImplicitSkippedMessageCreate) SaveX(ctx context.Context) *ImplicitSkippedMessage
SaveX calls Save and panics if Save returns an error.
type ImplicitSkippedMessageCreateBulk ¶
type ImplicitSkippedMessageCreateBulk struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageCreateBulk is the builder for creating many ImplicitSkippedMessage entities in bulk.
func (*ImplicitSkippedMessageCreateBulk) Exec ¶
func (ismcb *ImplicitSkippedMessageCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*ImplicitSkippedMessageCreateBulk) ExecX ¶
func (ismcb *ImplicitSkippedMessageCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ImplicitSkippedMessageCreateBulk) Save ¶
func (ismcb *ImplicitSkippedMessageCreateBulk) Save(ctx context.Context) ([]*ImplicitSkippedMessage, error)
Save creates the ImplicitSkippedMessage entities in the database.
func (*ImplicitSkippedMessageCreateBulk) SaveX ¶
func (ismcb *ImplicitSkippedMessageCreateBulk) SaveX(ctx context.Context) []*ImplicitSkippedMessage
SaveX is like Save, but panics if an error occurs.
type ImplicitSkippedMessageDelete ¶
type ImplicitSkippedMessageDelete struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageDelete is the builder for deleting a ImplicitSkippedMessage entity.
func (*ImplicitSkippedMessageDelete) Exec ¶
func (ismd *ImplicitSkippedMessageDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*ImplicitSkippedMessageDelete) ExecX ¶
func (ismd *ImplicitSkippedMessageDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*ImplicitSkippedMessageDelete) Where ¶
func (ismd *ImplicitSkippedMessageDelete) Where(ps ...predicate.ImplicitSkippedMessage) *ImplicitSkippedMessageDelete
Where appends a list predicates to the ImplicitSkippedMessageDelete builder.
type ImplicitSkippedMessageDeleteOne ¶
type ImplicitSkippedMessageDeleteOne struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageDeleteOne is the builder for deleting a single ImplicitSkippedMessage entity.
func (*ImplicitSkippedMessageDeleteOne) Exec ¶
func (ismdo *ImplicitSkippedMessageDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*ImplicitSkippedMessageDeleteOne) ExecX ¶
func (ismdo *ImplicitSkippedMessageDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type ImplicitSkippedMessageGroupBy ¶
type ImplicitSkippedMessageGroupBy struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageGroupBy is the group-by builder for ImplicitSkippedMessage entities.
func (*ImplicitSkippedMessageGroupBy) Aggregate ¶
func (ismgb *ImplicitSkippedMessageGroupBy) Aggregate(fns ...AggregateFunc) *ImplicitSkippedMessageGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*ImplicitSkippedMessageGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageGroupBy) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*ImplicitSkippedMessageGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*ImplicitSkippedMessageGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageGroupBy) Scan ¶
func (ismgb *ImplicitSkippedMessageGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*ImplicitSkippedMessageGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageGroupBy) StringX ¶
StringX is like String, but panics if an error occurs.
type ImplicitSkippedMessageMutation ¶
type ImplicitSkippedMessageMutation struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageMutation represents an operation that mutates the ImplicitSkippedMessage nodes in the graph.
func (*ImplicitSkippedMessageMutation) AddField ¶
func (m *ImplicitSkippedMessageMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*ImplicitSkippedMessageMutation) AddedEdges ¶
func (m *ImplicitSkippedMessageMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*ImplicitSkippedMessageMutation) AddedField ¶
func (m *ImplicitSkippedMessageMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*ImplicitSkippedMessageMutation) AddedFields ¶
func (m *ImplicitSkippedMessageMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*ImplicitSkippedMessageMutation) AddedIDs ¶
func (m *ImplicitSkippedMessageMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*ImplicitSkippedMessageMutation) ClearEdge ¶
func (m *ImplicitSkippedMessageMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*ImplicitSkippedMessageMutation) ClearField ¶
func (m *ImplicitSkippedMessageMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*ImplicitSkippedMessageMutation) ClearedEdges ¶
func (m *ImplicitSkippedMessageMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*ImplicitSkippedMessageMutation) ClearedFields ¶
func (m *ImplicitSkippedMessageMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (ImplicitSkippedMessageMutation) Client ¶
func (m ImplicitSkippedMessageMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*ImplicitSkippedMessageMutation) EdgeCleared ¶
func (m *ImplicitSkippedMessageMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*ImplicitSkippedMessageMutation) Field ¶
func (m *ImplicitSkippedMessageMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*ImplicitSkippedMessageMutation) FieldCleared ¶
func (m *ImplicitSkippedMessageMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*ImplicitSkippedMessageMutation) Fields ¶
func (m *ImplicitSkippedMessageMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*ImplicitSkippedMessageMutation) ID ¶
func (m *ImplicitSkippedMessageMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*ImplicitSkippedMessageMutation) IDs ¶
func (m *ImplicitSkippedMessageMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*ImplicitSkippedMessageMutation) OldField ¶
func (m *ImplicitSkippedMessageMutation) OldField(ctx context.Context, name string) (ent.Value, error)
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*ImplicitSkippedMessageMutation) Op ¶
func (m *ImplicitSkippedMessageMutation) Op() Op
Op returns the operation name.
func (*ImplicitSkippedMessageMutation) RemovedEdges ¶
func (m *ImplicitSkippedMessageMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*ImplicitSkippedMessageMutation) RemovedIDs ¶
func (m *ImplicitSkippedMessageMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*ImplicitSkippedMessageMutation) ResetEdge ¶
func (m *ImplicitSkippedMessageMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*ImplicitSkippedMessageMutation) ResetField ¶
func (m *ImplicitSkippedMessageMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*ImplicitSkippedMessageMutation) SetField ¶
func (m *ImplicitSkippedMessageMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (ImplicitSkippedMessageMutation) Tx ¶
func (m ImplicitSkippedMessageMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*ImplicitSkippedMessageMutation) Type ¶
func (m *ImplicitSkippedMessageMutation) Type() string
Type returns the node type of this mutation (ImplicitSkippedMessage).
func (*ImplicitSkippedMessageMutation) Where ¶
func (m *ImplicitSkippedMessageMutation) Where(ps ...predicate.ImplicitSkippedMessage)
Where appends a list predicates to the ImplicitSkippedMessageMutation builder.
type ImplicitSkippedMessageQuery ¶
type ImplicitSkippedMessageQuery struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageQuery is the builder for querying ImplicitSkippedMessage entities.
func (*ImplicitSkippedMessageQuery) All ¶
func (ismq *ImplicitSkippedMessageQuery) All(ctx context.Context) ([]*ImplicitSkippedMessage, error)
All executes the query and returns a list of ImplicitSkippedMessages.
func (*ImplicitSkippedMessageQuery) AllX ¶
func (ismq *ImplicitSkippedMessageQuery) AllX(ctx context.Context) []*ImplicitSkippedMessage
AllX is like All, but panics if an error occurs.
func (*ImplicitSkippedMessageQuery) Clone ¶
func (ismq *ImplicitSkippedMessageQuery) Clone() *ImplicitSkippedMessageQuery
Clone returns a duplicate of the ImplicitSkippedMessageQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*ImplicitSkippedMessageQuery) Count ¶
func (ismq *ImplicitSkippedMessageQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*ImplicitSkippedMessageQuery) CountX ¶
func (ismq *ImplicitSkippedMessageQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*ImplicitSkippedMessageQuery) Exist ¶
func (ismq *ImplicitSkippedMessageQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*ImplicitSkippedMessageQuery) ExistX ¶
func (ismq *ImplicitSkippedMessageQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*ImplicitSkippedMessageQuery) First ¶
func (ismq *ImplicitSkippedMessageQuery) First(ctx context.Context) (*ImplicitSkippedMessage, error)
First returns the first ImplicitSkippedMessage entity from the query. Returns a *NotFoundError when no ImplicitSkippedMessage was found.
func (*ImplicitSkippedMessageQuery) FirstID ¶
func (ismq *ImplicitSkippedMessageQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first ImplicitSkippedMessage ID from the query. Returns a *NotFoundError when no ImplicitSkippedMessage ID was found.
func (*ImplicitSkippedMessageQuery) FirstIDX ¶
func (ismq *ImplicitSkippedMessageQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*ImplicitSkippedMessageQuery) FirstX ¶
func (ismq *ImplicitSkippedMessageQuery) FirstX(ctx context.Context) *ImplicitSkippedMessage
FirstX is like First, but panics if an error occurs.
func (*ImplicitSkippedMessageQuery) GroupBy ¶
func (ismq *ImplicitSkippedMessageQuery) GroupBy(field string, fields ...string) *ImplicitSkippedMessageGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
func (*ImplicitSkippedMessageQuery) IDs ¶
func (ismq *ImplicitSkippedMessageQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of ImplicitSkippedMessage IDs.
func (*ImplicitSkippedMessageQuery) IDsX ¶
func (ismq *ImplicitSkippedMessageQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*ImplicitSkippedMessageQuery) Limit ¶
func (ismq *ImplicitSkippedMessageQuery) Limit(limit int) *ImplicitSkippedMessageQuery
Limit adds a limit step to the query.
func (*ImplicitSkippedMessageQuery) Offset ¶
func (ismq *ImplicitSkippedMessageQuery) Offset(offset int) *ImplicitSkippedMessageQuery
Offset adds an offset step to the query.
func (*ImplicitSkippedMessageQuery) Only ¶
func (ismq *ImplicitSkippedMessageQuery) Only(ctx context.Context) (*ImplicitSkippedMessage, error)
Only returns a single ImplicitSkippedMessage entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one ImplicitSkippedMessage entity is found. Returns a *NotFoundError when no ImplicitSkippedMessage entities are found.
func (*ImplicitSkippedMessageQuery) OnlyID ¶
func (ismq *ImplicitSkippedMessageQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only ImplicitSkippedMessage ID in the query. Returns a *NotSingularError when more than one ImplicitSkippedMessage ID is found. Returns a *NotFoundError when no entities are found.
func (*ImplicitSkippedMessageQuery) OnlyIDX ¶
func (ismq *ImplicitSkippedMessageQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*ImplicitSkippedMessageQuery) OnlyX ¶
func (ismq *ImplicitSkippedMessageQuery) OnlyX(ctx context.Context) *ImplicitSkippedMessage
OnlyX is like Only, but panics if an error occurs.
func (*ImplicitSkippedMessageQuery) Order ¶
func (ismq *ImplicitSkippedMessageQuery) Order(o ...OrderFunc) *ImplicitSkippedMessageQuery
Order adds an order step to the query.
func (*ImplicitSkippedMessageQuery) Select ¶
func (ismq *ImplicitSkippedMessageQuery) Select(fields ...string) *ImplicitSkippedMessageSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
func (*ImplicitSkippedMessageQuery) Unique ¶
func (ismq *ImplicitSkippedMessageQuery) Unique(unique bool) *ImplicitSkippedMessageQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*ImplicitSkippedMessageQuery) Where ¶
func (ismq *ImplicitSkippedMessageQuery) Where(ps ...predicate.ImplicitSkippedMessage) *ImplicitSkippedMessageQuery
Where adds a new predicate for the ImplicitSkippedMessageQuery builder.
type ImplicitSkippedMessageSelect ¶
type ImplicitSkippedMessageSelect struct { *ImplicitSkippedMessageQuery // contains filtered or unexported fields }
ImplicitSkippedMessageSelect is the builder for selecting fields of ImplicitSkippedMessage entities.
func (*ImplicitSkippedMessageSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageSelect) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*ImplicitSkippedMessageSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*ImplicitSkippedMessageSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageSelect) Scan ¶
func (isms *ImplicitSkippedMessageSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*ImplicitSkippedMessageSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
func (*ImplicitSkippedMessageSelect) StringX ¶
StringX is like String, but panics if an error occurs.
type ImplicitSkippedMessageUpdate ¶
type ImplicitSkippedMessageUpdate struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageUpdate is the builder for updating ImplicitSkippedMessage entities.
func (*ImplicitSkippedMessageUpdate) Exec ¶
func (ismu *ImplicitSkippedMessageUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*ImplicitSkippedMessageUpdate) ExecX ¶
func (ismu *ImplicitSkippedMessageUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ImplicitSkippedMessageUpdate) Mutation ¶
func (ismu *ImplicitSkippedMessageUpdate) Mutation() *ImplicitSkippedMessageMutation
Mutation returns the ImplicitSkippedMessageMutation object of the builder.
func (*ImplicitSkippedMessageUpdate) Save ¶
func (ismu *ImplicitSkippedMessageUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*ImplicitSkippedMessageUpdate) SaveX ¶
func (ismu *ImplicitSkippedMessageUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*ImplicitSkippedMessageUpdate) Where ¶
func (ismu *ImplicitSkippedMessageUpdate) Where(ps ...predicate.ImplicitSkippedMessage) *ImplicitSkippedMessageUpdate
Where appends a list predicates to the ImplicitSkippedMessageUpdate builder.
type ImplicitSkippedMessageUpdateOne ¶
type ImplicitSkippedMessageUpdateOne struct {
// contains filtered or unexported fields
}
ImplicitSkippedMessageUpdateOne is the builder for updating a single ImplicitSkippedMessage entity.
func (*ImplicitSkippedMessageUpdateOne) Exec ¶
func (ismuo *ImplicitSkippedMessageUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*ImplicitSkippedMessageUpdateOne) ExecX ¶
func (ismuo *ImplicitSkippedMessageUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ImplicitSkippedMessageUpdateOne) Mutation ¶
func (ismuo *ImplicitSkippedMessageUpdateOne) Mutation() *ImplicitSkippedMessageMutation
Mutation returns the ImplicitSkippedMessageMutation object of the builder.
func (*ImplicitSkippedMessageUpdateOne) Save ¶
func (ismuo *ImplicitSkippedMessageUpdateOne) Save(ctx context.Context) (*ImplicitSkippedMessage, error)
Save executes the query and returns the updated ImplicitSkippedMessage entity.
func (*ImplicitSkippedMessageUpdateOne) SaveX ¶
func (ismuo *ImplicitSkippedMessageUpdateOne) SaveX(ctx context.Context) *ImplicitSkippedMessage
SaveX is like Save, but panics if an error occurs.
func (*ImplicitSkippedMessageUpdateOne) Select ¶
func (ismuo *ImplicitSkippedMessageUpdateOne) Select(field string, fields ...string) *ImplicitSkippedMessageUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
type ImplicitSkippedMessages ¶
type ImplicitSkippedMessages []*ImplicitSkippedMessage
ImplicitSkippedMessages is a parsable slice of ImplicitSkippedMessage.
type InvalidFieldMessage ¶
type InvalidFieldMessage struct { // ID of the ent. ID int `json:"id,omitempty"` // JSON holds the value of the "json" field. JSON *schema.SomeJSON `json:"json,omitempty"` // contains filtered or unexported fields }
InvalidFieldMessage is the model entity for the InvalidFieldMessage schema.
func (*InvalidFieldMessage) String ¶
func (ifm *InvalidFieldMessage) String() string
String implements the fmt.Stringer.
func (*InvalidFieldMessage) Unwrap ¶
func (ifm *InvalidFieldMessage) Unwrap() *InvalidFieldMessage
Unwrap unwraps the InvalidFieldMessage entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*InvalidFieldMessage) Update ¶
func (ifm *InvalidFieldMessage) Update() *InvalidFieldMessageUpdateOne
Update returns a builder for updating this InvalidFieldMessage. Note that you need to call InvalidFieldMessage.Unwrap() before calling this method if this InvalidFieldMessage was returned from a transaction, and the transaction was committed or rolled back.
type InvalidFieldMessageClient ¶
type InvalidFieldMessageClient struct {
// contains filtered or unexported fields
}
InvalidFieldMessageClient is a client for the InvalidFieldMessage schema.
func NewInvalidFieldMessageClient ¶
func NewInvalidFieldMessageClient(c config) *InvalidFieldMessageClient
NewInvalidFieldMessageClient returns a client for the InvalidFieldMessage from the given config.
func (*InvalidFieldMessageClient) Create ¶
func (c *InvalidFieldMessageClient) Create() *InvalidFieldMessageCreate
Create returns a create builder for InvalidFieldMessage.
func (*InvalidFieldMessageClient) CreateBulk ¶
func (c *InvalidFieldMessageClient) CreateBulk(builders ...*InvalidFieldMessageCreate) *InvalidFieldMessageCreateBulk
CreateBulk returns a builder for creating a bulk of InvalidFieldMessage entities.
func (*InvalidFieldMessageClient) Delete ¶
func (c *InvalidFieldMessageClient) Delete() *InvalidFieldMessageDelete
Delete returns a delete builder for InvalidFieldMessage.
func (*InvalidFieldMessageClient) DeleteOne ¶
func (c *InvalidFieldMessageClient) DeleteOne(ifm *InvalidFieldMessage) *InvalidFieldMessageDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*InvalidFieldMessageClient) DeleteOneID ¶
func (c *InvalidFieldMessageClient) DeleteOneID(id int) *InvalidFieldMessageDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*InvalidFieldMessageClient) Get ¶
func (c *InvalidFieldMessageClient) Get(ctx context.Context, id int) (*InvalidFieldMessage, error)
Get returns a InvalidFieldMessage entity by its id.
func (*InvalidFieldMessageClient) GetX ¶
func (c *InvalidFieldMessageClient) GetX(ctx context.Context, id int) *InvalidFieldMessage
GetX is like Get, but panics if an error occurs.
func (*InvalidFieldMessageClient) Hooks ¶
func (c *InvalidFieldMessageClient) Hooks() []Hook
Hooks returns the client hooks.
func (*InvalidFieldMessageClient) Query ¶
func (c *InvalidFieldMessageClient) Query() *InvalidFieldMessageQuery
Query returns a query builder for InvalidFieldMessage.
func (*InvalidFieldMessageClient) Update ¶
func (c *InvalidFieldMessageClient) Update() *InvalidFieldMessageUpdate
Update returns an update builder for InvalidFieldMessage.
func (*InvalidFieldMessageClient) UpdateOne ¶
func (c *InvalidFieldMessageClient) UpdateOne(ifm *InvalidFieldMessage) *InvalidFieldMessageUpdateOne
UpdateOne returns an update builder for the given entity.
func (*InvalidFieldMessageClient) UpdateOneID ¶
func (c *InvalidFieldMessageClient) UpdateOneID(id int) *InvalidFieldMessageUpdateOne
UpdateOneID returns an update builder for the given id.
func (*InvalidFieldMessageClient) Use ¶
func (c *InvalidFieldMessageClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `invalidfieldmessage.Hooks(f(g(h())))`.
type InvalidFieldMessageCreate ¶
type InvalidFieldMessageCreate struct {
// contains filtered or unexported fields
}
InvalidFieldMessageCreate is the builder for creating a InvalidFieldMessage entity.
func (*InvalidFieldMessageCreate) Exec ¶
func (ifmc *InvalidFieldMessageCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*InvalidFieldMessageCreate) ExecX ¶
func (ifmc *InvalidFieldMessageCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*InvalidFieldMessageCreate) Mutation ¶
func (ifmc *InvalidFieldMessageCreate) Mutation() *InvalidFieldMessageMutation
Mutation returns the InvalidFieldMessageMutation object of the builder.
func (*InvalidFieldMessageCreate) Save ¶
func (ifmc *InvalidFieldMessageCreate) Save(ctx context.Context) (*InvalidFieldMessage, error)
Save creates the InvalidFieldMessage in the database.
func (*InvalidFieldMessageCreate) SaveX ¶
func (ifmc *InvalidFieldMessageCreate) SaveX(ctx context.Context) *InvalidFieldMessage
SaveX calls Save and panics if Save returns an error.
func (*InvalidFieldMessageCreate) SetJSON ¶
func (ifmc *InvalidFieldMessageCreate) SetJSON(sj *schema.SomeJSON) *InvalidFieldMessageCreate
SetJSON sets the "json" field.
type InvalidFieldMessageCreateBulk ¶
type InvalidFieldMessageCreateBulk struct {
// contains filtered or unexported fields
}
InvalidFieldMessageCreateBulk is the builder for creating many InvalidFieldMessage entities in bulk.
func (*InvalidFieldMessageCreateBulk) Exec ¶
func (ifmcb *InvalidFieldMessageCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*InvalidFieldMessageCreateBulk) ExecX ¶
func (ifmcb *InvalidFieldMessageCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*InvalidFieldMessageCreateBulk) Save ¶
func (ifmcb *InvalidFieldMessageCreateBulk) Save(ctx context.Context) ([]*InvalidFieldMessage, error)
Save creates the InvalidFieldMessage entities in the database.
func (*InvalidFieldMessageCreateBulk) SaveX ¶
func (ifmcb *InvalidFieldMessageCreateBulk) SaveX(ctx context.Context) []*InvalidFieldMessage
SaveX is like Save, but panics if an error occurs.
type InvalidFieldMessageDelete ¶
type InvalidFieldMessageDelete struct {
// contains filtered or unexported fields
}
InvalidFieldMessageDelete is the builder for deleting a InvalidFieldMessage entity.
func (*InvalidFieldMessageDelete) Exec ¶
func (ifmd *InvalidFieldMessageDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*InvalidFieldMessageDelete) ExecX ¶
func (ifmd *InvalidFieldMessageDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*InvalidFieldMessageDelete) Where ¶
func (ifmd *InvalidFieldMessageDelete) Where(ps ...predicate.InvalidFieldMessage) *InvalidFieldMessageDelete
Where appends a list predicates to the InvalidFieldMessageDelete builder.
type InvalidFieldMessageDeleteOne ¶
type InvalidFieldMessageDeleteOne struct {
// contains filtered or unexported fields
}
InvalidFieldMessageDeleteOne is the builder for deleting a single InvalidFieldMessage entity.
func (*InvalidFieldMessageDeleteOne) Exec ¶
func (ifmdo *InvalidFieldMessageDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*InvalidFieldMessageDeleteOne) ExecX ¶
func (ifmdo *InvalidFieldMessageDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type InvalidFieldMessageGroupBy ¶
type InvalidFieldMessageGroupBy struct {
// contains filtered or unexported fields
}
InvalidFieldMessageGroupBy is the group-by builder for InvalidFieldMessage entities.
func (*InvalidFieldMessageGroupBy) Aggregate ¶
func (ifmgb *InvalidFieldMessageGroupBy) Aggregate(fns ...AggregateFunc) *InvalidFieldMessageGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*InvalidFieldMessageGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageGroupBy) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*InvalidFieldMessageGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*InvalidFieldMessageGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageGroupBy) Scan ¶
func (ifmgb *InvalidFieldMessageGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*InvalidFieldMessageGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type InvalidFieldMessageMutation ¶
type InvalidFieldMessageMutation struct {
// contains filtered or unexported fields
}
InvalidFieldMessageMutation represents an operation that mutates the InvalidFieldMessage nodes in the graph.
func (*InvalidFieldMessageMutation) AddField ¶
func (m *InvalidFieldMessageMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*InvalidFieldMessageMutation) AddedEdges ¶
func (m *InvalidFieldMessageMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*InvalidFieldMessageMutation) AddedField ¶
func (m *InvalidFieldMessageMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*InvalidFieldMessageMutation) AddedFields ¶
func (m *InvalidFieldMessageMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*InvalidFieldMessageMutation) AddedIDs ¶
func (m *InvalidFieldMessageMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*InvalidFieldMessageMutation) ClearEdge ¶
func (m *InvalidFieldMessageMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*InvalidFieldMessageMutation) ClearField ¶
func (m *InvalidFieldMessageMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*InvalidFieldMessageMutation) ClearedEdges ¶
func (m *InvalidFieldMessageMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*InvalidFieldMessageMutation) ClearedFields ¶
func (m *InvalidFieldMessageMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (InvalidFieldMessageMutation) Client ¶
func (m InvalidFieldMessageMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*InvalidFieldMessageMutation) EdgeCleared ¶
func (m *InvalidFieldMessageMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*InvalidFieldMessageMutation) Field ¶
func (m *InvalidFieldMessageMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*InvalidFieldMessageMutation) FieldCleared ¶
func (m *InvalidFieldMessageMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*InvalidFieldMessageMutation) Fields ¶
func (m *InvalidFieldMessageMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*InvalidFieldMessageMutation) ID ¶
func (m *InvalidFieldMessageMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*InvalidFieldMessageMutation) IDs ¶
func (m *InvalidFieldMessageMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*InvalidFieldMessageMutation) JSON ¶
func (m *InvalidFieldMessageMutation) JSON() (r *schema.SomeJSON, exists bool)
JSON returns the value of the "json" field in the mutation.
func (*InvalidFieldMessageMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*InvalidFieldMessageMutation) OldJSON ¶
OldJSON returns the old "json" field's value of the InvalidFieldMessage entity. If the InvalidFieldMessage object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*InvalidFieldMessageMutation) Op ¶
func (m *InvalidFieldMessageMutation) Op() Op
Op returns the operation name.
func (*InvalidFieldMessageMutation) RemovedEdges ¶
func (m *InvalidFieldMessageMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*InvalidFieldMessageMutation) RemovedIDs ¶
func (m *InvalidFieldMessageMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*InvalidFieldMessageMutation) ResetEdge ¶
func (m *InvalidFieldMessageMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*InvalidFieldMessageMutation) ResetField ¶
func (m *InvalidFieldMessageMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*InvalidFieldMessageMutation) ResetJSON ¶
func (m *InvalidFieldMessageMutation) ResetJSON()
ResetJSON resets all changes to the "json" field.
func (*InvalidFieldMessageMutation) SetField ¶
func (m *InvalidFieldMessageMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*InvalidFieldMessageMutation) SetJSON ¶
func (m *InvalidFieldMessageMutation) SetJSON(sj *schema.SomeJSON)
SetJSON sets the "json" field.
func (InvalidFieldMessageMutation) Tx ¶
func (m InvalidFieldMessageMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*InvalidFieldMessageMutation) Type ¶
func (m *InvalidFieldMessageMutation) Type() string
Type returns the node type of this mutation (InvalidFieldMessage).
func (*InvalidFieldMessageMutation) Where ¶
func (m *InvalidFieldMessageMutation) Where(ps ...predicate.InvalidFieldMessage)
Where appends a list predicates to the InvalidFieldMessageMutation builder.
type InvalidFieldMessageQuery ¶
type InvalidFieldMessageQuery struct {
// contains filtered or unexported fields
}
InvalidFieldMessageQuery is the builder for querying InvalidFieldMessage entities.
func (*InvalidFieldMessageQuery) All ¶
func (ifmq *InvalidFieldMessageQuery) All(ctx context.Context) ([]*InvalidFieldMessage, error)
All executes the query and returns a list of InvalidFieldMessages.
func (*InvalidFieldMessageQuery) AllX ¶
func (ifmq *InvalidFieldMessageQuery) AllX(ctx context.Context) []*InvalidFieldMessage
AllX is like All, but panics if an error occurs.
func (*InvalidFieldMessageQuery) Clone ¶
func (ifmq *InvalidFieldMessageQuery) Clone() *InvalidFieldMessageQuery
Clone returns a duplicate of the InvalidFieldMessageQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*InvalidFieldMessageQuery) Count ¶
func (ifmq *InvalidFieldMessageQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*InvalidFieldMessageQuery) CountX ¶
func (ifmq *InvalidFieldMessageQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*InvalidFieldMessageQuery) Exist ¶
func (ifmq *InvalidFieldMessageQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*InvalidFieldMessageQuery) ExistX ¶
func (ifmq *InvalidFieldMessageQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*InvalidFieldMessageQuery) First ¶
func (ifmq *InvalidFieldMessageQuery) First(ctx context.Context) (*InvalidFieldMessage, error)
First returns the first InvalidFieldMessage entity from the query. Returns a *NotFoundError when no InvalidFieldMessage was found.
func (*InvalidFieldMessageQuery) FirstID ¶
func (ifmq *InvalidFieldMessageQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first InvalidFieldMessage ID from the query. Returns a *NotFoundError when no InvalidFieldMessage ID was found.
func (*InvalidFieldMessageQuery) FirstIDX ¶
func (ifmq *InvalidFieldMessageQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*InvalidFieldMessageQuery) FirstX ¶
func (ifmq *InvalidFieldMessageQuery) FirstX(ctx context.Context) *InvalidFieldMessage
FirstX is like First, but panics if an error occurs.
func (*InvalidFieldMessageQuery) GroupBy ¶
func (ifmq *InvalidFieldMessageQuery) GroupBy(field string, fields ...string) *InvalidFieldMessageGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { JSON *schema.SomeJSON `json:"json,omitempty"` Count int `json:"count,omitempty"` } client.InvalidFieldMessage.Query(). GroupBy(invalidfieldmessage.FieldJSON). Aggregate(ent.Count()). Scan(ctx, &v)
func (*InvalidFieldMessageQuery) IDs ¶
func (ifmq *InvalidFieldMessageQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of InvalidFieldMessage IDs.
func (*InvalidFieldMessageQuery) IDsX ¶
func (ifmq *InvalidFieldMessageQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*InvalidFieldMessageQuery) Limit ¶
func (ifmq *InvalidFieldMessageQuery) Limit(limit int) *InvalidFieldMessageQuery
Limit adds a limit step to the query.
func (*InvalidFieldMessageQuery) Offset ¶
func (ifmq *InvalidFieldMessageQuery) Offset(offset int) *InvalidFieldMessageQuery
Offset adds an offset step to the query.
func (*InvalidFieldMessageQuery) Only ¶
func (ifmq *InvalidFieldMessageQuery) Only(ctx context.Context) (*InvalidFieldMessage, error)
Only returns a single InvalidFieldMessage entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one InvalidFieldMessage entity is found. Returns a *NotFoundError when no InvalidFieldMessage entities are found.
func (*InvalidFieldMessageQuery) OnlyID ¶
func (ifmq *InvalidFieldMessageQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only InvalidFieldMessage ID in the query. Returns a *NotSingularError when more than one InvalidFieldMessage ID is found. Returns a *NotFoundError when no entities are found.
func (*InvalidFieldMessageQuery) OnlyIDX ¶
func (ifmq *InvalidFieldMessageQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*InvalidFieldMessageQuery) OnlyX ¶
func (ifmq *InvalidFieldMessageQuery) OnlyX(ctx context.Context) *InvalidFieldMessage
OnlyX is like Only, but panics if an error occurs.
func (*InvalidFieldMessageQuery) Order ¶
func (ifmq *InvalidFieldMessageQuery) Order(o ...OrderFunc) *InvalidFieldMessageQuery
Order adds an order step to the query.
func (*InvalidFieldMessageQuery) Select ¶
func (ifmq *InvalidFieldMessageQuery) Select(fields ...string) *InvalidFieldMessageSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { JSON *schema.SomeJSON `json:"json,omitempty"` } client.InvalidFieldMessage.Query(). Select(invalidfieldmessage.FieldJSON). Scan(ctx, &v)
func (*InvalidFieldMessageQuery) Unique ¶
func (ifmq *InvalidFieldMessageQuery) Unique(unique bool) *InvalidFieldMessageQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*InvalidFieldMessageQuery) Where ¶
func (ifmq *InvalidFieldMessageQuery) Where(ps ...predicate.InvalidFieldMessage) *InvalidFieldMessageQuery
Where adds a new predicate for the InvalidFieldMessageQuery builder.
type InvalidFieldMessageSelect ¶
type InvalidFieldMessageSelect struct { *InvalidFieldMessageQuery // contains filtered or unexported fields }
InvalidFieldMessageSelect is the builder for selecting fields of InvalidFieldMessage entities.
func (*InvalidFieldMessageSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageSelect) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*InvalidFieldMessageSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*InvalidFieldMessageSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*InvalidFieldMessageSelect) Scan ¶
func (ifms *InvalidFieldMessageSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*InvalidFieldMessageSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type InvalidFieldMessageUpdate ¶
type InvalidFieldMessageUpdate struct {
// contains filtered or unexported fields
}
InvalidFieldMessageUpdate is the builder for updating InvalidFieldMessage entities.
func (*InvalidFieldMessageUpdate) Exec ¶
func (ifmu *InvalidFieldMessageUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*InvalidFieldMessageUpdate) ExecX ¶
func (ifmu *InvalidFieldMessageUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*InvalidFieldMessageUpdate) Mutation ¶
func (ifmu *InvalidFieldMessageUpdate) Mutation() *InvalidFieldMessageMutation
Mutation returns the InvalidFieldMessageMutation object of the builder.
func (*InvalidFieldMessageUpdate) Save ¶
func (ifmu *InvalidFieldMessageUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*InvalidFieldMessageUpdate) SaveX ¶
func (ifmu *InvalidFieldMessageUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*InvalidFieldMessageUpdate) SetJSON ¶
func (ifmu *InvalidFieldMessageUpdate) SetJSON(sj *schema.SomeJSON) *InvalidFieldMessageUpdate
SetJSON sets the "json" field.
func (*InvalidFieldMessageUpdate) Where ¶
func (ifmu *InvalidFieldMessageUpdate) Where(ps ...predicate.InvalidFieldMessage) *InvalidFieldMessageUpdate
Where appends a list predicates to the InvalidFieldMessageUpdate builder.
type InvalidFieldMessageUpdateOne ¶
type InvalidFieldMessageUpdateOne struct {
// contains filtered or unexported fields
}
InvalidFieldMessageUpdateOne is the builder for updating a single InvalidFieldMessage entity.
func (*InvalidFieldMessageUpdateOne) Exec ¶
func (ifmuo *InvalidFieldMessageUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*InvalidFieldMessageUpdateOne) ExecX ¶
func (ifmuo *InvalidFieldMessageUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*InvalidFieldMessageUpdateOne) Mutation ¶
func (ifmuo *InvalidFieldMessageUpdateOne) Mutation() *InvalidFieldMessageMutation
Mutation returns the InvalidFieldMessageMutation object of the builder.
func (*InvalidFieldMessageUpdateOne) Save ¶
func (ifmuo *InvalidFieldMessageUpdateOne) Save(ctx context.Context) (*InvalidFieldMessage, error)
Save executes the query and returns the updated InvalidFieldMessage entity.
func (*InvalidFieldMessageUpdateOne) SaveX ¶
func (ifmuo *InvalidFieldMessageUpdateOne) SaveX(ctx context.Context) *InvalidFieldMessage
SaveX is like Save, but panics if an error occurs.
func (*InvalidFieldMessageUpdateOne) Select ¶
func (ifmuo *InvalidFieldMessageUpdateOne) Select(field string, fields ...string) *InvalidFieldMessageUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*InvalidFieldMessageUpdateOne) SetJSON ¶
func (ifmuo *InvalidFieldMessageUpdateOne) SetJSON(sj *schema.SomeJSON) *InvalidFieldMessageUpdateOne
SetJSON sets the "json" field.
type InvalidFieldMessages ¶
type InvalidFieldMessages []*InvalidFieldMessage
InvalidFieldMessages is a parsable slice of InvalidFieldMessage.
type MessageWithEnum ¶
type MessageWithEnum struct { // ID of the ent. ID int `json:"id,omitempty"` // EnumType holds the value of the "enum_type" field. EnumType messagewithenum.EnumType `json:"enum_type,omitempty"` // EnumWithoutDefault holds the value of the "enum_without_default" field. EnumWithoutDefault messagewithenum.EnumWithoutDefault `json:"enum_without_default,omitempty"` // contains filtered or unexported fields }
MessageWithEnum is the model entity for the MessageWithEnum schema.
func (*MessageWithEnum) String ¶
func (mwe *MessageWithEnum) String() string
String implements the fmt.Stringer.
func (*MessageWithEnum) Unwrap ¶
func (mwe *MessageWithEnum) Unwrap() *MessageWithEnum
Unwrap unwraps the MessageWithEnum entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*MessageWithEnum) Update ¶
func (mwe *MessageWithEnum) Update() *MessageWithEnumUpdateOne
Update returns a builder for updating this MessageWithEnum. Note that you need to call MessageWithEnum.Unwrap() before calling this method if this MessageWithEnum was returned from a transaction, and the transaction was committed or rolled back.
type MessageWithEnumClient ¶
type MessageWithEnumClient struct {
// contains filtered or unexported fields
}
MessageWithEnumClient is a client for the MessageWithEnum schema.
func NewMessageWithEnumClient ¶
func NewMessageWithEnumClient(c config) *MessageWithEnumClient
NewMessageWithEnumClient returns a client for the MessageWithEnum from the given config.
func (*MessageWithEnumClient) Create ¶
func (c *MessageWithEnumClient) Create() *MessageWithEnumCreate
Create returns a create builder for MessageWithEnum.
func (*MessageWithEnumClient) CreateBulk ¶
func (c *MessageWithEnumClient) CreateBulk(builders ...*MessageWithEnumCreate) *MessageWithEnumCreateBulk
CreateBulk returns a builder for creating a bulk of MessageWithEnum entities.
func (*MessageWithEnumClient) Delete ¶
func (c *MessageWithEnumClient) Delete() *MessageWithEnumDelete
Delete returns a delete builder for MessageWithEnum.
func (*MessageWithEnumClient) DeleteOne ¶
func (c *MessageWithEnumClient) DeleteOne(mwe *MessageWithEnum) *MessageWithEnumDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*MessageWithEnumClient) DeleteOneID ¶
func (c *MessageWithEnumClient) DeleteOneID(id int) *MessageWithEnumDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*MessageWithEnumClient) Get ¶
func (c *MessageWithEnumClient) Get(ctx context.Context, id int) (*MessageWithEnum, error)
Get returns a MessageWithEnum entity by its id.
func (*MessageWithEnumClient) GetX ¶
func (c *MessageWithEnumClient) GetX(ctx context.Context, id int) *MessageWithEnum
GetX is like Get, but panics if an error occurs.
func (*MessageWithEnumClient) Hooks ¶
func (c *MessageWithEnumClient) Hooks() []Hook
Hooks returns the client hooks.
func (*MessageWithEnumClient) Query ¶
func (c *MessageWithEnumClient) Query() *MessageWithEnumQuery
Query returns a query builder for MessageWithEnum.
func (*MessageWithEnumClient) Update ¶
func (c *MessageWithEnumClient) Update() *MessageWithEnumUpdate
Update returns an update builder for MessageWithEnum.
func (*MessageWithEnumClient) UpdateOne ¶
func (c *MessageWithEnumClient) UpdateOne(mwe *MessageWithEnum) *MessageWithEnumUpdateOne
UpdateOne returns an update builder for the given entity.
func (*MessageWithEnumClient) UpdateOneID ¶
func (c *MessageWithEnumClient) UpdateOneID(id int) *MessageWithEnumUpdateOne
UpdateOneID returns an update builder for the given id.
func (*MessageWithEnumClient) Use ¶
func (c *MessageWithEnumClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `messagewithenum.Hooks(f(g(h())))`.
type MessageWithEnumCreate ¶
type MessageWithEnumCreate struct {
// contains filtered or unexported fields
}
MessageWithEnumCreate is the builder for creating a MessageWithEnum entity.
func (*MessageWithEnumCreate) Exec ¶
func (mwec *MessageWithEnumCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithEnumCreate) ExecX ¶
func (mwec *MessageWithEnumCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithEnumCreate) Mutation ¶
func (mwec *MessageWithEnumCreate) Mutation() *MessageWithEnumMutation
Mutation returns the MessageWithEnumMutation object of the builder.
func (*MessageWithEnumCreate) Save ¶
func (mwec *MessageWithEnumCreate) Save(ctx context.Context) (*MessageWithEnum, error)
Save creates the MessageWithEnum in the database.
func (*MessageWithEnumCreate) SaveX ¶
func (mwec *MessageWithEnumCreate) SaveX(ctx context.Context) *MessageWithEnum
SaveX calls Save and panics if Save returns an error.
func (*MessageWithEnumCreate) SetEnumType ¶
func (mwec *MessageWithEnumCreate) SetEnumType(mt messagewithenum.EnumType) *MessageWithEnumCreate
SetEnumType sets the "enum_type" field.
func (*MessageWithEnumCreate) SetEnumWithoutDefault ¶
func (mwec *MessageWithEnumCreate) SetEnumWithoutDefault(mwd messagewithenum.EnumWithoutDefault) *MessageWithEnumCreate
SetEnumWithoutDefault sets the "enum_without_default" field.
func (*MessageWithEnumCreate) SetNillableEnumType ¶
func (mwec *MessageWithEnumCreate) SetNillableEnumType(mt *messagewithenum.EnumType) *MessageWithEnumCreate
SetNillableEnumType sets the "enum_type" field if the given value is not nil.
type MessageWithEnumCreateBulk ¶
type MessageWithEnumCreateBulk struct {
// contains filtered or unexported fields
}
MessageWithEnumCreateBulk is the builder for creating many MessageWithEnum entities in bulk.
func (*MessageWithEnumCreateBulk) Exec ¶
func (mwecb *MessageWithEnumCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithEnumCreateBulk) ExecX ¶
func (mwecb *MessageWithEnumCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithEnumCreateBulk) Save ¶
func (mwecb *MessageWithEnumCreateBulk) Save(ctx context.Context) ([]*MessageWithEnum, error)
Save creates the MessageWithEnum entities in the database.
func (*MessageWithEnumCreateBulk) SaveX ¶
func (mwecb *MessageWithEnumCreateBulk) SaveX(ctx context.Context) []*MessageWithEnum
SaveX is like Save, but panics if an error occurs.
type MessageWithEnumDelete ¶
type MessageWithEnumDelete struct {
// contains filtered or unexported fields
}
MessageWithEnumDelete is the builder for deleting a MessageWithEnum entity.
func (*MessageWithEnumDelete) Exec ¶
func (mwed *MessageWithEnumDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*MessageWithEnumDelete) ExecX ¶
func (mwed *MessageWithEnumDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithEnumDelete) Where ¶
func (mwed *MessageWithEnumDelete) Where(ps ...predicate.MessageWithEnum) *MessageWithEnumDelete
Where appends a list predicates to the MessageWithEnumDelete builder.
type MessageWithEnumDeleteOne ¶
type MessageWithEnumDeleteOne struct {
// contains filtered or unexported fields
}
MessageWithEnumDeleteOne is the builder for deleting a single MessageWithEnum entity.
func (*MessageWithEnumDeleteOne) Exec ¶
func (mwedo *MessageWithEnumDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*MessageWithEnumDeleteOne) ExecX ¶
func (mwedo *MessageWithEnumDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type MessageWithEnumGroupBy ¶
type MessageWithEnumGroupBy struct {
// contains filtered or unexported fields
}
MessageWithEnumGroupBy is the group-by builder for MessageWithEnum entities.
func (*MessageWithEnumGroupBy) Aggregate ¶
func (mwegb *MessageWithEnumGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithEnumGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*MessageWithEnumGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*MessageWithEnumGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumGroupBy) Scan ¶
func (mwegb *MessageWithEnumGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*MessageWithEnumGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type MessageWithEnumMutation ¶
type MessageWithEnumMutation struct {
// contains filtered or unexported fields
}
MessageWithEnumMutation represents an operation that mutates the MessageWithEnum nodes in the graph.
func (*MessageWithEnumMutation) AddField ¶
func (m *MessageWithEnumMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*MessageWithEnumMutation) AddedEdges ¶
func (m *MessageWithEnumMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*MessageWithEnumMutation) AddedField ¶
func (m *MessageWithEnumMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithEnumMutation) AddedFields ¶
func (m *MessageWithEnumMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*MessageWithEnumMutation) AddedIDs ¶
func (m *MessageWithEnumMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*MessageWithEnumMutation) ClearEdge ¶
func (m *MessageWithEnumMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*MessageWithEnumMutation) ClearField ¶
func (m *MessageWithEnumMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithEnumMutation) ClearedEdges ¶
func (m *MessageWithEnumMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*MessageWithEnumMutation) ClearedFields ¶
func (m *MessageWithEnumMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (MessageWithEnumMutation) Client ¶
func (m MessageWithEnumMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*MessageWithEnumMutation) EdgeCleared ¶
func (m *MessageWithEnumMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*MessageWithEnumMutation) EnumType ¶
func (m *MessageWithEnumMutation) EnumType() (r messagewithenum.EnumType, exists bool)
EnumType returns the value of the "enum_type" field in the mutation.
func (*MessageWithEnumMutation) EnumWithoutDefault ¶
func (m *MessageWithEnumMutation) EnumWithoutDefault() (r messagewithenum.EnumWithoutDefault, exists bool)
EnumWithoutDefault returns the value of the "enum_without_default" field in the mutation.
func (*MessageWithEnumMutation) Field ¶
func (m *MessageWithEnumMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithEnumMutation) FieldCleared ¶
func (m *MessageWithEnumMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*MessageWithEnumMutation) Fields ¶
func (m *MessageWithEnumMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*MessageWithEnumMutation) ID ¶
func (m *MessageWithEnumMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*MessageWithEnumMutation) IDs ¶
func (m *MessageWithEnumMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*MessageWithEnumMutation) OldEnumType ¶
func (m *MessageWithEnumMutation) OldEnumType(ctx context.Context) (v messagewithenum.EnumType, err error)
OldEnumType returns the old "enum_type" field's value of the MessageWithEnum entity. If the MessageWithEnum object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithEnumMutation) OldEnumWithoutDefault ¶
func (m *MessageWithEnumMutation) OldEnumWithoutDefault(ctx context.Context) (v messagewithenum.EnumWithoutDefault, err error)
OldEnumWithoutDefault returns the old "enum_without_default" field's value of the MessageWithEnum entity. If the MessageWithEnum object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithEnumMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*MessageWithEnumMutation) Op ¶
func (m *MessageWithEnumMutation) Op() Op
Op returns the operation name.
func (*MessageWithEnumMutation) RemovedEdges ¶
func (m *MessageWithEnumMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*MessageWithEnumMutation) RemovedIDs ¶
func (m *MessageWithEnumMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*MessageWithEnumMutation) ResetEdge ¶
func (m *MessageWithEnumMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*MessageWithEnumMutation) ResetEnumType ¶
func (m *MessageWithEnumMutation) ResetEnumType()
ResetEnumType resets all changes to the "enum_type" field.
func (*MessageWithEnumMutation) ResetEnumWithoutDefault ¶
func (m *MessageWithEnumMutation) ResetEnumWithoutDefault()
ResetEnumWithoutDefault resets all changes to the "enum_without_default" field.
func (*MessageWithEnumMutation) ResetField ¶
func (m *MessageWithEnumMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithEnumMutation) SetEnumType ¶
func (m *MessageWithEnumMutation) SetEnumType(mt messagewithenum.EnumType)
SetEnumType sets the "enum_type" field.
func (*MessageWithEnumMutation) SetEnumWithoutDefault ¶
func (m *MessageWithEnumMutation) SetEnumWithoutDefault(mwd messagewithenum.EnumWithoutDefault)
SetEnumWithoutDefault sets the "enum_without_default" field.
func (*MessageWithEnumMutation) SetField ¶
func (m *MessageWithEnumMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (MessageWithEnumMutation) Tx ¶
func (m MessageWithEnumMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*MessageWithEnumMutation) Type ¶
func (m *MessageWithEnumMutation) Type() string
Type returns the node type of this mutation (MessageWithEnum).
func (*MessageWithEnumMutation) Where ¶
func (m *MessageWithEnumMutation) Where(ps ...predicate.MessageWithEnum)
Where appends a list predicates to the MessageWithEnumMutation builder.
type MessageWithEnumQuery ¶
type MessageWithEnumQuery struct {
// contains filtered or unexported fields
}
MessageWithEnumQuery is the builder for querying MessageWithEnum entities.
func (*MessageWithEnumQuery) All ¶
func (mweq *MessageWithEnumQuery) All(ctx context.Context) ([]*MessageWithEnum, error)
All executes the query and returns a list of MessageWithEnums.
func (*MessageWithEnumQuery) AllX ¶
func (mweq *MessageWithEnumQuery) AllX(ctx context.Context) []*MessageWithEnum
AllX is like All, but panics if an error occurs.
func (*MessageWithEnumQuery) Clone ¶
func (mweq *MessageWithEnumQuery) Clone() *MessageWithEnumQuery
Clone returns a duplicate of the MessageWithEnumQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*MessageWithEnumQuery) Count ¶
func (mweq *MessageWithEnumQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*MessageWithEnumQuery) CountX ¶
func (mweq *MessageWithEnumQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*MessageWithEnumQuery) Exist ¶
func (mweq *MessageWithEnumQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*MessageWithEnumQuery) ExistX ¶
func (mweq *MessageWithEnumQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*MessageWithEnumQuery) First ¶
func (mweq *MessageWithEnumQuery) First(ctx context.Context) (*MessageWithEnum, error)
First returns the first MessageWithEnum entity from the query. Returns a *NotFoundError when no MessageWithEnum was found.
func (*MessageWithEnumQuery) FirstID ¶
func (mweq *MessageWithEnumQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first MessageWithEnum ID from the query. Returns a *NotFoundError when no MessageWithEnum ID was found.
func (*MessageWithEnumQuery) FirstIDX ¶
func (mweq *MessageWithEnumQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*MessageWithEnumQuery) FirstX ¶
func (mweq *MessageWithEnumQuery) FirstX(ctx context.Context) *MessageWithEnum
FirstX is like First, but panics if an error occurs.
func (*MessageWithEnumQuery) GroupBy ¶
func (mweq *MessageWithEnumQuery) GroupBy(field string, fields ...string) *MessageWithEnumGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { EnumType messagewithenum.EnumType `json:"enum_type,omitempty"` Count int `json:"count,omitempty"` } client.MessageWithEnum.Query(). GroupBy(messagewithenum.FieldEnumType). Aggregate(ent.Count()). Scan(ctx, &v)
func (*MessageWithEnumQuery) IDs ¶
func (mweq *MessageWithEnumQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of MessageWithEnum IDs.
func (*MessageWithEnumQuery) IDsX ¶
func (mweq *MessageWithEnumQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*MessageWithEnumQuery) Limit ¶
func (mweq *MessageWithEnumQuery) Limit(limit int) *MessageWithEnumQuery
Limit adds a limit step to the query.
func (*MessageWithEnumQuery) Offset ¶
func (mweq *MessageWithEnumQuery) Offset(offset int) *MessageWithEnumQuery
Offset adds an offset step to the query.
func (*MessageWithEnumQuery) Only ¶
func (mweq *MessageWithEnumQuery) Only(ctx context.Context) (*MessageWithEnum, error)
Only returns a single MessageWithEnum entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one MessageWithEnum entity is found. Returns a *NotFoundError when no MessageWithEnum entities are found.
func (*MessageWithEnumQuery) OnlyID ¶
func (mweq *MessageWithEnumQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only MessageWithEnum ID in the query. Returns a *NotSingularError when more than one MessageWithEnum ID is found. Returns a *NotFoundError when no entities are found.
func (*MessageWithEnumQuery) OnlyIDX ¶
func (mweq *MessageWithEnumQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*MessageWithEnumQuery) OnlyX ¶
func (mweq *MessageWithEnumQuery) OnlyX(ctx context.Context) *MessageWithEnum
OnlyX is like Only, but panics if an error occurs.
func (*MessageWithEnumQuery) Order ¶
func (mweq *MessageWithEnumQuery) Order(o ...OrderFunc) *MessageWithEnumQuery
Order adds an order step to the query.
func (*MessageWithEnumQuery) Select ¶
func (mweq *MessageWithEnumQuery) Select(fields ...string) *MessageWithEnumSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { EnumType messagewithenum.EnumType `json:"enum_type,omitempty"` } client.MessageWithEnum.Query(). Select(messagewithenum.FieldEnumType). Scan(ctx, &v)
func (*MessageWithEnumQuery) Unique ¶
func (mweq *MessageWithEnumQuery) Unique(unique bool) *MessageWithEnumQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*MessageWithEnumQuery) Where ¶
func (mweq *MessageWithEnumQuery) Where(ps ...predicate.MessageWithEnum) *MessageWithEnumQuery
Where adds a new predicate for the MessageWithEnumQuery builder.
type MessageWithEnumSelect ¶
type MessageWithEnumSelect struct { *MessageWithEnumQuery // contains filtered or unexported fields }
MessageWithEnumSelect is the builder for selecting fields of MessageWithEnum entities.
func (*MessageWithEnumSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*MessageWithEnumSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithEnumSelect) Scan ¶
func (mwes *MessageWithEnumSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*MessageWithEnumSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type MessageWithEnumUpdate ¶
type MessageWithEnumUpdate struct {
// contains filtered or unexported fields
}
MessageWithEnumUpdate is the builder for updating MessageWithEnum entities.
func (*MessageWithEnumUpdate) Exec ¶
func (mweu *MessageWithEnumUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithEnumUpdate) ExecX ¶
func (mweu *MessageWithEnumUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithEnumUpdate) Mutation ¶
func (mweu *MessageWithEnumUpdate) Mutation() *MessageWithEnumMutation
Mutation returns the MessageWithEnumMutation object of the builder.
func (*MessageWithEnumUpdate) Save ¶
func (mweu *MessageWithEnumUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*MessageWithEnumUpdate) SaveX ¶
func (mweu *MessageWithEnumUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*MessageWithEnumUpdate) SetEnumType ¶
func (mweu *MessageWithEnumUpdate) SetEnumType(mt messagewithenum.EnumType) *MessageWithEnumUpdate
SetEnumType sets the "enum_type" field.
func (*MessageWithEnumUpdate) SetEnumWithoutDefault ¶
func (mweu *MessageWithEnumUpdate) SetEnumWithoutDefault(mwd messagewithenum.EnumWithoutDefault) *MessageWithEnumUpdate
SetEnumWithoutDefault sets the "enum_without_default" field.
func (*MessageWithEnumUpdate) SetNillableEnumType ¶
func (mweu *MessageWithEnumUpdate) SetNillableEnumType(mt *messagewithenum.EnumType) *MessageWithEnumUpdate
SetNillableEnumType sets the "enum_type" field if the given value is not nil.
func (*MessageWithEnumUpdate) Where ¶
func (mweu *MessageWithEnumUpdate) Where(ps ...predicate.MessageWithEnum) *MessageWithEnumUpdate
Where appends a list predicates to the MessageWithEnumUpdate builder.
type MessageWithEnumUpdateOne ¶
type MessageWithEnumUpdateOne struct {
// contains filtered or unexported fields
}
MessageWithEnumUpdateOne is the builder for updating a single MessageWithEnum entity.
func (*MessageWithEnumUpdateOne) Exec ¶
func (mweuo *MessageWithEnumUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*MessageWithEnumUpdateOne) ExecX ¶
func (mweuo *MessageWithEnumUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithEnumUpdateOne) Mutation ¶
func (mweuo *MessageWithEnumUpdateOne) Mutation() *MessageWithEnumMutation
Mutation returns the MessageWithEnumMutation object of the builder.
func (*MessageWithEnumUpdateOne) Save ¶
func (mweuo *MessageWithEnumUpdateOne) Save(ctx context.Context) (*MessageWithEnum, error)
Save executes the query and returns the updated MessageWithEnum entity.
func (*MessageWithEnumUpdateOne) SaveX ¶
func (mweuo *MessageWithEnumUpdateOne) SaveX(ctx context.Context) *MessageWithEnum
SaveX is like Save, but panics if an error occurs.
func (*MessageWithEnumUpdateOne) Select ¶
func (mweuo *MessageWithEnumUpdateOne) Select(field string, fields ...string) *MessageWithEnumUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*MessageWithEnumUpdateOne) SetEnumType ¶
func (mweuo *MessageWithEnumUpdateOne) SetEnumType(mt messagewithenum.EnumType) *MessageWithEnumUpdateOne
SetEnumType sets the "enum_type" field.
func (*MessageWithEnumUpdateOne) SetEnumWithoutDefault ¶
func (mweuo *MessageWithEnumUpdateOne) SetEnumWithoutDefault(mwd messagewithenum.EnumWithoutDefault) *MessageWithEnumUpdateOne
SetEnumWithoutDefault sets the "enum_without_default" field.
func (*MessageWithEnumUpdateOne) SetNillableEnumType ¶
func (mweuo *MessageWithEnumUpdateOne) SetNillableEnumType(mt *messagewithenum.EnumType) *MessageWithEnumUpdateOne
SetNillableEnumType sets the "enum_type" field if the given value is not nil.
type MessageWithEnums ¶
type MessageWithEnums []*MessageWithEnum
MessageWithEnums is a parsable slice of MessageWithEnum.
type MessageWithFieldOne ¶
type MessageWithFieldOne struct { // ID of the ent. ID int `json:"id,omitempty"` // FieldOne holds the value of the "field_one" field. FieldOne int32 `json:"field_one,omitempty"` // contains filtered or unexported fields }
MessageWithFieldOne is the model entity for the MessageWithFieldOne schema.
func (*MessageWithFieldOne) String ¶
func (mwfo *MessageWithFieldOne) String() string
String implements the fmt.Stringer.
func (*MessageWithFieldOne) Unwrap ¶
func (mwfo *MessageWithFieldOne) Unwrap() *MessageWithFieldOne
Unwrap unwraps the MessageWithFieldOne entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*MessageWithFieldOne) Update ¶
func (mwfo *MessageWithFieldOne) Update() *MessageWithFieldOneUpdateOne
Update returns a builder for updating this MessageWithFieldOne. Note that you need to call MessageWithFieldOne.Unwrap() before calling this method if this MessageWithFieldOne was returned from a transaction, and the transaction was committed or rolled back.
type MessageWithFieldOneClient ¶
type MessageWithFieldOneClient struct {
// contains filtered or unexported fields
}
MessageWithFieldOneClient is a client for the MessageWithFieldOne schema.
func NewMessageWithFieldOneClient ¶
func NewMessageWithFieldOneClient(c config) *MessageWithFieldOneClient
NewMessageWithFieldOneClient returns a client for the MessageWithFieldOne from the given config.
func (*MessageWithFieldOneClient) Create ¶
func (c *MessageWithFieldOneClient) Create() *MessageWithFieldOneCreate
Create returns a create builder for MessageWithFieldOne.
func (*MessageWithFieldOneClient) CreateBulk ¶
func (c *MessageWithFieldOneClient) CreateBulk(builders ...*MessageWithFieldOneCreate) *MessageWithFieldOneCreateBulk
CreateBulk returns a builder for creating a bulk of MessageWithFieldOne entities.
func (*MessageWithFieldOneClient) Delete ¶
func (c *MessageWithFieldOneClient) Delete() *MessageWithFieldOneDelete
Delete returns a delete builder for MessageWithFieldOne.
func (*MessageWithFieldOneClient) DeleteOne ¶
func (c *MessageWithFieldOneClient) DeleteOne(mwfo *MessageWithFieldOne) *MessageWithFieldOneDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*MessageWithFieldOneClient) DeleteOneID ¶
func (c *MessageWithFieldOneClient) DeleteOneID(id int) *MessageWithFieldOneDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*MessageWithFieldOneClient) Get ¶
func (c *MessageWithFieldOneClient) Get(ctx context.Context, id int) (*MessageWithFieldOne, error)
Get returns a MessageWithFieldOne entity by its id.
func (*MessageWithFieldOneClient) GetX ¶
func (c *MessageWithFieldOneClient) GetX(ctx context.Context, id int) *MessageWithFieldOne
GetX is like Get, but panics if an error occurs.
func (*MessageWithFieldOneClient) Hooks ¶
func (c *MessageWithFieldOneClient) Hooks() []Hook
Hooks returns the client hooks.
func (*MessageWithFieldOneClient) Query ¶
func (c *MessageWithFieldOneClient) Query() *MessageWithFieldOneQuery
Query returns a query builder for MessageWithFieldOne.
func (*MessageWithFieldOneClient) Update ¶
func (c *MessageWithFieldOneClient) Update() *MessageWithFieldOneUpdate
Update returns an update builder for MessageWithFieldOne.
func (*MessageWithFieldOneClient) UpdateOne ¶
func (c *MessageWithFieldOneClient) UpdateOne(mwfo *MessageWithFieldOne) *MessageWithFieldOneUpdateOne
UpdateOne returns an update builder for the given entity.
func (*MessageWithFieldOneClient) UpdateOneID ¶
func (c *MessageWithFieldOneClient) UpdateOneID(id int) *MessageWithFieldOneUpdateOne
UpdateOneID returns an update builder for the given id.
func (*MessageWithFieldOneClient) Use ¶
func (c *MessageWithFieldOneClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `messagewithfieldone.Hooks(f(g(h())))`.
type MessageWithFieldOneCreate ¶
type MessageWithFieldOneCreate struct {
// contains filtered or unexported fields
}
MessageWithFieldOneCreate is the builder for creating a MessageWithFieldOne entity.
func (*MessageWithFieldOneCreate) Exec ¶
func (mwfoc *MessageWithFieldOneCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithFieldOneCreate) ExecX ¶
func (mwfoc *MessageWithFieldOneCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithFieldOneCreate) Mutation ¶
func (mwfoc *MessageWithFieldOneCreate) Mutation() *MessageWithFieldOneMutation
Mutation returns the MessageWithFieldOneMutation object of the builder.
func (*MessageWithFieldOneCreate) Save ¶
func (mwfoc *MessageWithFieldOneCreate) Save(ctx context.Context) (*MessageWithFieldOne, error)
Save creates the MessageWithFieldOne in the database.
func (*MessageWithFieldOneCreate) SaveX ¶
func (mwfoc *MessageWithFieldOneCreate) SaveX(ctx context.Context) *MessageWithFieldOne
SaveX calls Save and panics if Save returns an error.
func (*MessageWithFieldOneCreate) SetFieldOne ¶
func (mwfoc *MessageWithFieldOneCreate) SetFieldOne(i int32) *MessageWithFieldOneCreate
SetFieldOne sets the "field_one" field.
type MessageWithFieldOneCreateBulk ¶
type MessageWithFieldOneCreateBulk struct {
// contains filtered or unexported fields
}
MessageWithFieldOneCreateBulk is the builder for creating many MessageWithFieldOne entities in bulk.
func (*MessageWithFieldOneCreateBulk) Exec ¶
func (mwfocb *MessageWithFieldOneCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithFieldOneCreateBulk) ExecX ¶
func (mwfocb *MessageWithFieldOneCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithFieldOneCreateBulk) Save ¶
func (mwfocb *MessageWithFieldOneCreateBulk) Save(ctx context.Context) ([]*MessageWithFieldOne, error)
Save creates the MessageWithFieldOne entities in the database.
func (*MessageWithFieldOneCreateBulk) SaveX ¶
func (mwfocb *MessageWithFieldOneCreateBulk) SaveX(ctx context.Context) []*MessageWithFieldOne
SaveX is like Save, but panics if an error occurs.
type MessageWithFieldOneDelete ¶
type MessageWithFieldOneDelete struct {
// contains filtered or unexported fields
}
MessageWithFieldOneDelete is the builder for deleting a MessageWithFieldOne entity.
func (*MessageWithFieldOneDelete) Exec ¶
func (mwfod *MessageWithFieldOneDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*MessageWithFieldOneDelete) ExecX ¶
func (mwfod *MessageWithFieldOneDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithFieldOneDelete) Where ¶
func (mwfod *MessageWithFieldOneDelete) Where(ps ...predicate.MessageWithFieldOne) *MessageWithFieldOneDelete
Where appends a list predicates to the MessageWithFieldOneDelete builder.
type MessageWithFieldOneDeleteOne ¶
type MessageWithFieldOneDeleteOne struct {
// contains filtered or unexported fields
}
MessageWithFieldOneDeleteOne is the builder for deleting a single MessageWithFieldOne entity.
func (*MessageWithFieldOneDeleteOne) Exec ¶
func (mwfodo *MessageWithFieldOneDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*MessageWithFieldOneDeleteOne) ExecX ¶
func (mwfodo *MessageWithFieldOneDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type MessageWithFieldOneGroupBy ¶
type MessageWithFieldOneGroupBy struct {
// contains filtered or unexported fields
}
MessageWithFieldOneGroupBy is the group-by builder for MessageWithFieldOne entities.
func (*MessageWithFieldOneGroupBy) Aggregate ¶
func (mwfogb *MessageWithFieldOneGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithFieldOneGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*MessageWithFieldOneGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneGroupBy) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*MessageWithFieldOneGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*MessageWithFieldOneGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneGroupBy) Scan ¶
func (mwfogb *MessageWithFieldOneGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*MessageWithFieldOneGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type MessageWithFieldOneMutation ¶
type MessageWithFieldOneMutation struct {
// contains filtered or unexported fields
}
MessageWithFieldOneMutation represents an operation that mutates the MessageWithFieldOne nodes in the graph.
func (*MessageWithFieldOneMutation) AddField ¶
func (m *MessageWithFieldOneMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*MessageWithFieldOneMutation) AddFieldOne ¶
func (m *MessageWithFieldOneMutation) AddFieldOne(i int32)
AddFieldOne adds i to the "field_one" field.
func (*MessageWithFieldOneMutation) AddedEdges ¶
func (m *MessageWithFieldOneMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*MessageWithFieldOneMutation) AddedField ¶
func (m *MessageWithFieldOneMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithFieldOneMutation) AddedFieldOne ¶
func (m *MessageWithFieldOneMutation) AddedFieldOne() (r int32, exists bool)
AddedFieldOne returns the value that was added to the "field_one" field in this mutation.
func (*MessageWithFieldOneMutation) AddedFields ¶
func (m *MessageWithFieldOneMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*MessageWithFieldOneMutation) AddedIDs ¶
func (m *MessageWithFieldOneMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*MessageWithFieldOneMutation) ClearEdge ¶
func (m *MessageWithFieldOneMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*MessageWithFieldOneMutation) ClearField ¶
func (m *MessageWithFieldOneMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithFieldOneMutation) ClearedEdges ¶
func (m *MessageWithFieldOneMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*MessageWithFieldOneMutation) ClearedFields ¶
func (m *MessageWithFieldOneMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (MessageWithFieldOneMutation) Client ¶
func (m MessageWithFieldOneMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*MessageWithFieldOneMutation) EdgeCleared ¶
func (m *MessageWithFieldOneMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*MessageWithFieldOneMutation) Field ¶
func (m *MessageWithFieldOneMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithFieldOneMutation) FieldCleared ¶
func (m *MessageWithFieldOneMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*MessageWithFieldOneMutation) FieldOne ¶
func (m *MessageWithFieldOneMutation) FieldOne() (r int32, exists bool)
FieldOne returns the value of the "field_one" field in the mutation.
func (*MessageWithFieldOneMutation) Fields ¶
func (m *MessageWithFieldOneMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*MessageWithFieldOneMutation) ID ¶
func (m *MessageWithFieldOneMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*MessageWithFieldOneMutation) IDs ¶
func (m *MessageWithFieldOneMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*MessageWithFieldOneMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*MessageWithFieldOneMutation) OldFieldOne ¶
func (m *MessageWithFieldOneMutation) OldFieldOne(ctx context.Context) (v int32, err error)
OldFieldOne returns the old "field_one" field's value of the MessageWithFieldOne entity. If the MessageWithFieldOne object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithFieldOneMutation) Op ¶
func (m *MessageWithFieldOneMutation) Op() Op
Op returns the operation name.
func (*MessageWithFieldOneMutation) RemovedEdges ¶
func (m *MessageWithFieldOneMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*MessageWithFieldOneMutation) RemovedIDs ¶
func (m *MessageWithFieldOneMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*MessageWithFieldOneMutation) ResetEdge ¶
func (m *MessageWithFieldOneMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*MessageWithFieldOneMutation) ResetField ¶
func (m *MessageWithFieldOneMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithFieldOneMutation) ResetFieldOne ¶
func (m *MessageWithFieldOneMutation) ResetFieldOne()
ResetFieldOne resets all changes to the "field_one" field.
func (*MessageWithFieldOneMutation) SetField ¶
func (m *MessageWithFieldOneMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*MessageWithFieldOneMutation) SetFieldOne ¶
func (m *MessageWithFieldOneMutation) SetFieldOne(i int32)
SetFieldOne sets the "field_one" field.
func (MessageWithFieldOneMutation) Tx ¶
func (m MessageWithFieldOneMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*MessageWithFieldOneMutation) Type ¶
func (m *MessageWithFieldOneMutation) Type() string
Type returns the node type of this mutation (MessageWithFieldOne).
func (*MessageWithFieldOneMutation) Where ¶
func (m *MessageWithFieldOneMutation) Where(ps ...predicate.MessageWithFieldOne)
Where appends a list predicates to the MessageWithFieldOneMutation builder.
type MessageWithFieldOneQuery ¶
type MessageWithFieldOneQuery struct {
// contains filtered or unexported fields
}
MessageWithFieldOneQuery is the builder for querying MessageWithFieldOne entities.
func (*MessageWithFieldOneQuery) All ¶
func (mwfoq *MessageWithFieldOneQuery) All(ctx context.Context) ([]*MessageWithFieldOne, error)
All executes the query and returns a list of MessageWithFieldOnes.
func (*MessageWithFieldOneQuery) AllX ¶
func (mwfoq *MessageWithFieldOneQuery) AllX(ctx context.Context) []*MessageWithFieldOne
AllX is like All, but panics if an error occurs.
func (*MessageWithFieldOneQuery) Clone ¶
func (mwfoq *MessageWithFieldOneQuery) Clone() *MessageWithFieldOneQuery
Clone returns a duplicate of the MessageWithFieldOneQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*MessageWithFieldOneQuery) Count ¶
func (mwfoq *MessageWithFieldOneQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*MessageWithFieldOneQuery) CountX ¶
func (mwfoq *MessageWithFieldOneQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*MessageWithFieldOneQuery) Exist ¶
func (mwfoq *MessageWithFieldOneQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*MessageWithFieldOneQuery) ExistX ¶
func (mwfoq *MessageWithFieldOneQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*MessageWithFieldOneQuery) First ¶
func (mwfoq *MessageWithFieldOneQuery) First(ctx context.Context) (*MessageWithFieldOne, error)
First returns the first MessageWithFieldOne entity from the query. Returns a *NotFoundError when no MessageWithFieldOne was found.
func (*MessageWithFieldOneQuery) FirstID ¶
func (mwfoq *MessageWithFieldOneQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first MessageWithFieldOne ID from the query. Returns a *NotFoundError when no MessageWithFieldOne ID was found.
func (*MessageWithFieldOneQuery) FirstIDX ¶
func (mwfoq *MessageWithFieldOneQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*MessageWithFieldOneQuery) FirstX ¶
func (mwfoq *MessageWithFieldOneQuery) FirstX(ctx context.Context) *MessageWithFieldOne
FirstX is like First, but panics if an error occurs.
func (*MessageWithFieldOneQuery) GroupBy ¶
func (mwfoq *MessageWithFieldOneQuery) GroupBy(field string, fields ...string) *MessageWithFieldOneGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { FieldOne int32 `json:"field_one,omitempty"` Count int `json:"count,omitempty"` } client.MessageWithFieldOne.Query(). GroupBy(messagewithfieldone.FieldFieldOne). Aggregate(ent.Count()). Scan(ctx, &v)
func (*MessageWithFieldOneQuery) IDs ¶
func (mwfoq *MessageWithFieldOneQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of MessageWithFieldOne IDs.
func (*MessageWithFieldOneQuery) IDsX ¶
func (mwfoq *MessageWithFieldOneQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*MessageWithFieldOneQuery) Limit ¶
func (mwfoq *MessageWithFieldOneQuery) Limit(limit int) *MessageWithFieldOneQuery
Limit adds a limit step to the query.
func (*MessageWithFieldOneQuery) Offset ¶
func (mwfoq *MessageWithFieldOneQuery) Offset(offset int) *MessageWithFieldOneQuery
Offset adds an offset step to the query.
func (*MessageWithFieldOneQuery) Only ¶
func (mwfoq *MessageWithFieldOneQuery) Only(ctx context.Context) (*MessageWithFieldOne, error)
Only returns a single MessageWithFieldOne entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one MessageWithFieldOne entity is found. Returns a *NotFoundError when no MessageWithFieldOne entities are found.
func (*MessageWithFieldOneQuery) OnlyID ¶
func (mwfoq *MessageWithFieldOneQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only MessageWithFieldOne ID in the query. Returns a *NotSingularError when more than one MessageWithFieldOne ID is found. Returns a *NotFoundError when no entities are found.
func (*MessageWithFieldOneQuery) OnlyIDX ¶
func (mwfoq *MessageWithFieldOneQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*MessageWithFieldOneQuery) OnlyX ¶
func (mwfoq *MessageWithFieldOneQuery) OnlyX(ctx context.Context) *MessageWithFieldOne
OnlyX is like Only, but panics if an error occurs.
func (*MessageWithFieldOneQuery) Order ¶
func (mwfoq *MessageWithFieldOneQuery) Order(o ...OrderFunc) *MessageWithFieldOneQuery
Order adds an order step to the query.
func (*MessageWithFieldOneQuery) Select ¶
func (mwfoq *MessageWithFieldOneQuery) Select(fields ...string) *MessageWithFieldOneSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { FieldOne int32 `json:"field_one,omitempty"` } client.MessageWithFieldOne.Query(). Select(messagewithfieldone.FieldFieldOne). Scan(ctx, &v)
func (*MessageWithFieldOneQuery) Unique ¶
func (mwfoq *MessageWithFieldOneQuery) Unique(unique bool) *MessageWithFieldOneQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*MessageWithFieldOneQuery) Where ¶
func (mwfoq *MessageWithFieldOneQuery) Where(ps ...predicate.MessageWithFieldOne) *MessageWithFieldOneQuery
Where adds a new predicate for the MessageWithFieldOneQuery builder.
type MessageWithFieldOneSelect ¶
type MessageWithFieldOneSelect struct { *MessageWithFieldOneQuery // contains filtered or unexported fields }
MessageWithFieldOneSelect is the builder for selecting fields of MessageWithFieldOne entities.
func (*MessageWithFieldOneSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneSelect) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*MessageWithFieldOneSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*MessageWithFieldOneSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithFieldOneSelect) Scan ¶
func (mwfos *MessageWithFieldOneSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*MessageWithFieldOneSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type MessageWithFieldOneUpdate ¶
type MessageWithFieldOneUpdate struct {
// contains filtered or unexported fields
}
MessageWithFieldOneUpdate is the builder for updating MessageWithFieldOne entities.
func (*MessageWithFieldOneUpdate) AddFieldOne ¶
func (mwfou *MessageWithFieldOneUpdate) AddFieldOne(i int32) *MessageWithFieldOneUpdate
AddFieldOne adds i to the "field_one" field.
func (*MessageWithFieldOneUpdate) Exec ¶
func (mwfou *MessageWithFieldOneUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithFieldOneUpdate) ExecX ¶
func (mwfou *MessageWithFieldOneUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithFieldOneUpdate) Mutation ¶
func (mwfou *MessageWithFieldOneUpdate) Mutation() *MessageWithFieldOneMutation
Mutation returns the MessageWithFieldOneMutation object of the builder.
func (*MessageWithFieldOneUpdate) Save ¶
func (mwfou *MessageWithFieldOneUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*MessageWithFieldOneUpdate) SaveX ¶
func (mwfou *MessageWithFieldOneUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*MessageWithFieldOneUpdate) SetFieldOne ¶
func (mwfou *MessageWithFieldOneUpdate) SetFieldOne(i int32) *MessageWithFieldOneUpdate
SetFieldOne sets the "field_one" field.
func (*MessageWithFieldOneUpdate) Where ¶
func (mwfou *MessageWithFieldOneUpdate) Where(ps ...predicate.MessageWithFieldOne) *MessageWithFieldOneUpdate
Where appends a list predicates to the MessageWithFieldOneUpdate builder.
type MessageWithFieldOneUpdateOne ¶
type MessageWithFieldOneUpdateOne struct {
// contains filtered or unexported fields
}
MessageWithFieldOneUpdateOne is the builder for updating a single MessageWithFieldOne entity.
func (*MessageWithFieldOneUpdateOne) AddFieldOne ¶
func (mwfouo *MessageWithFieldOneUpdateOne) AddFieldOne(i int32) *MessageWithFieldOneUpdateOne
AddFieldOne adds i to the "field_one" field.
func (*MessageWithFieldOneUpdateOne) Exec ¶
func (mwfouo *MessageWithFieldOneUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*MessageWithFieldOneUpdateOne) ExecX ¶
func (mwfouo *MessageWithFieldOneUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithFieldOneUpdateOne) Mutation ¶
func (mwfouo *MessageWithFieldOneUpdateOne) Mutation() *MessageWithFieldOneMutation
Mutation returns the MessageWithFieldOneMutation object of the builder.
func (*MessageWithFieldOneUpdateOne) Save ¶
func (mwfouo *MessageWithFieldOneUpdateOne) Save(ctx context.Context) (*MessageWithFieldOne, error)
Save executes the query and returns the updated MessageWithFieldOne entity.
func (*MessageWithFieldOneUpdateOne) SaveX ¶
func (mwfouo *MessageWithFieldOneUpdateOne) SaveX(ctx context.Context) *MessageWithFieldOne
SaveX is like Save, but panics if an error occurs.
func (*MessageWithFieldOneUpdateOne) Select ¶
func (mwfouo *MessageWithFieldOneUpdateOne) Select(field string, fields ...string) *MessageWithFieldOneUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*MessageWithFieldOneUpdateOne) SetFieldOne ¶
func (mwfouo *MessageWithFieldOneUpdateOne) SetFieldOne(i int32) *MessageWithFieldOneUpdateOne
SetFieldOne sets the "field_one" field.
type MessageWithFieldOnes ¶
type MessageWithFieldOnes []*MessageWithFieldOne
MessageWithFieldOnes is a parsable slice of MessageWithFieldOne.
type MessageWithID ¶
type MessageWithID struct { // ID of the ent. ID int32 `json:"id,omitempty"` // contains filtered or unexported fields }
MessageWithID is the model entity for the MessageWithID schema.
func (*MessageWithID) String ¶
func (mwi *MessageWithID) String() string
String implements the fmt.Stringer.
func (*MessageWithID) Unwrap ¶
func (mwi *MessageWithID) Unwrap() *MessageWithID
Unwrap unwraps the MessageWithID entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*MessageWithID) Update ¶
func (mwi *MessageWithID) Update() *MessageWithIDUpdateOne
Update returns a builder for updating this MessageWithID. Note that you need to call MessageWithID.Unwrap() before calling this method if this MessageWithID was returned from a transaction, and the transaction was committed or rolled back.
type MessageWithIDClient ¶
type MessageWithIDClient struct {
// contains filtered or unexported fields
}
MessageWithIDClient is a client for the MessageWithID schema.
func NewMessageWithIDClient ¶
func NewMessageWithIDClient(c config) *MessageWithIDClient
NewMessageWithIDClient returns a client for the MessageWithID from the given config.
func (*MessageWithIDClient) Create ¶
func (c *MessageWithIDClient) Create() *MessageWithIDCreate
Create returns a create builder for MessageWithID.
func (*MessageWithIDClient) CreateBulk ¶
func (c *MessageWithIDClient) CreateBulk(builders ...*MessageWithIDCreate) *MessageWithIDCreateBulk
CreateBulk returns a builder for creating a bulk of MessageWithID entities.
func (*MessageWithIDClient) Delete ¶
func (c *MessageWithIDClient) Delete() *MessageWithIDDelete
Delete returns a delete builder for MessageWithID.
func (*MessageWithIDClient) DeleteOne ¶
func (c *MessageWithIDClient) DeleteOne(mwi *MessageWithID) *MessageWithIDDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*MessageWithIDClient) DeleteOneID ¶
func (c *MessageWithIDClient) DeleteOneID(id int32) *MessageWithIDDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*MessageWithIDClient) Get ¶
func (c *MessageWithIDClient) Get(ctx context.Context, id int32) (*MessageWithID, error)
Get returns a MessageWithID entity by its id.
func (*MessageWithIDClient) GetX ¶
func (c *MessageWithIDClient) GetX(ctx context.Context, id int32) *MessageWithID
GetX is like Get, but panics if an error occurs.
func (*MessageWithIDClient) Hooks ¶
func (c *MessageWithIDClient) Hooks() []Hook
Hooks returns the client hooks.
func (*MessageWithIDClient) Query ¶
func (c *MessageWithIDClient) Query() *MessageWithIDQuery
Query returns a query builder for MessageWithID.
func (*MessageWithIDClient) Update ¶
func (c *MessageWithIDClient) Update() *MessageWithIDUpdate
Update returns an update builder for MessageWithID.
func (*MessageWithIDClient) UpdateOne ¶
func (c *MessageWithIDClient) UpdateOne(mwi *MessageWithID) *MessageWithIDUpdateOne
UpdateOne returns an update builder for the given entity.
func (*MessageWithIDClient) UpdateOneID ¶
func (c *MessageWithIDClient) UpdateOneID(id int32) *MessageWithIDUpdateOne
UpdateOneID returns an update builder for the given id.
func (*MessageWithIDClient) Use ¶
func (c *MessageWithIDClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `messagewithid.Hooks(f(g(h())))`.
type MessageWithIDCreate ¶
type MessageWithIDCreate struct {
// contains filtered or unexported fields
}
MessageWithIDCreate is the builder for creating a MessageWithID entity.
func (*MessageWithIDCreate) Exec ¶
func (mwic *MessageWithIDCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithIDCreate) ExecX ¶
func (mwic *MessageWithIDCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithIDCreate) Mutation ¶
func (mwic *MessageWithIDCreate) Mutation() *MessageWithIDMutation
Mutation returns the MessageWithIDMutation object of the builder.
func (*MessageWithIDCreate) Save ¶
func (mwic *MessageWithIDCreate) Save(ctx context.Context) (*MessageWithID, error)
Save creates the MessageWithID in the database.
func (*MessageWithIDCreate) SaveX ¶
func (mwic *MessageWithIDCreate) SaveX(ctx context.Context) *MessageWithID
SaveX calls Save and panics if Save returns an error.
func (*MessageWithIDCreate) SetID ¶
func (mwic *MessageWithIDCreate) SetID(i int32) *MessageWithIDCreate
SetID sets the "id" field.
type MessageWithIDCreateBulk ¶
type MessageWithIDCreateBulk struct {
// contains filtered or unexported fields
}
MessageWithIDCreateBulk is the builder for creating many MessageWithID entities in bulk.
func (*MessageWithIDCreateBulk) Exec ¶
func (mwicb *MessageWithIDCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithIDCreateBulk) ExecX ¶
func (mwicb *MessageWithIDCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithIDCreateBulk) Save ¶
func (mwicb *MessageWithIDCreateBulk) Save(ctx context.Context) ([]*MessageWithID, error)
Save creates the MessageWithID entities in the database.
func (*MessageWithIDCreateBulk) SaveX ¶
func (mwicb *MessageWithIDCreateBulk) SaveX(ctx context.Context) []*MessageWithID
SaveX is like Save, but panics if an error occurs.
type MessageWithIDDelete ¶
type MessageWithIDDelete struct {
// contains filtered or unexported fields
}
MessageWithIDDelete is the builder for deleting a MessageWithID entity.
func (*MessageWithIDDelete) Exec ¶
func (mwid *MessageWithIDDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*MessageWithIDDelete) ExecX ¶
func (mwid *MessageWithIDDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithIDDelete) Where ¶
func (mwid *MessageWithIDDelete) Where(ps ...predicate.MessageWithID) *MessageWithIDDelete
Where appends a list predicates to the MessageWithIDDelete builder.
type MessageWithIDDeleteOne ¶
type MessageWithIDDeleteOne struct {
// contains filtered or unexported fields
}
MessageWithIDDeleteOne is the builder for deleting a single MessageWithID entity.
func (*MessageWithIDDeleteOne) Exec ¶
func (mwido *MessageWithIDDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*MessageWithIDDeleteOne) ExecX ¶
func (mwido *MessageWithIDDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type MessageWithIDGroupBy ¶
type MessageWithIDGroupBy struct {
// contains filtered or unexported fields
}
MessageWithIDGroupBy is the group-by builder for MessageWithID entities.
func (*MessageWithIDGroupBy) Aggregate ¶
func (mwigb *MessageWithIDGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithIDGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*MessageWithIDGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithIDGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithIDGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithIDGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithIDGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithIDGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithIDGroupBy) Scan ¶
func (mwigb *MessageWithIDGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*MessageWithIDGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type MessageWithIDMutation ¶
type MessageWithIDMutation struct {
// contains filtered or unexported fields
}
MessageWithIDMutation represents an operation that mutates the MessageWithID nodes in the graph.
func (*MessageWithIDMutation) AddField ¶
func (m *MessageWithIDMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*MessageWithIDMutation) AddedEdges ¶
func (m *MessageWithIDMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*MessageWithIDMutation) AddedField ¶
func (m *MessageWithIDMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithIDMutation) AddedFields ¶
func (m *MessageWithIDMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*MessageWithIDMutation) AddedIDs ¶
func (m *MessageWithIDMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*MessageWithIDMutation) ClearEdge ¶
func (m *MessageWithIDMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*MessageWithIDMutation) ClearField ¶
func (m *MessageWithIDMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithIDMutation) ClearedEdges ¶
func (m *MessageWithIDMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*MessageWithIDMutation) ClearedFields ¶
func (m *MessageWithIDMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (MessageWithIDMutation) Client ¶
func (m MessageWithIDMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*MessageWithIDMutation) EdgeCleared ¶
func (m *MessageWithIDMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*MessageWithIDMutation) Field ¶
func (m *MessageWithIDMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithIDMutation) FieldCleared ¶
func (m *MessageWithIDMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*MessageWithIDMutation) Fields ¶
func (m *MessageWithIDMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*MessageWithIDMutation) ID ¶
func (m *MessageWithIDMutation) ID() (id int32, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*MessageWithIDMutation) IDs ¶
func (m *MessageWithIDMutation) IDs(ctx context.Context) ([]int32, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*MessageWithIDMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*MessageWithIDMutation) Op ¶
func (m *MessageWithIDMutation) Op() Op
Op returns the operation name.
func (*MessageWithIDMutation) RemovedEdges ¶
func (m *MessageWithIDMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*MessageWithIDMutation) RemovedIDs ¶
func (m *MessageWithIDMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*MessageWithIDMutation) ResetEdge ¶
func (m *MessageWithIDMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*MessageWithIDMutation) ResetField ¶
func (m *MessageWithIDMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithIDMutation) SetField ¶
func (m *MessageWithIDMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*MessageWithIDMutation) SetID ¶
func (m *MessageWithIDMutation) SetID(id int32)
SetID sets the value of the id field. Note that this operation is only accepted on creation of MessageWithID entities.
func (MessageWithIDMutation) Tx ¶
func (m MessageWithIDMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*MessageWithIDMutation) Type ¶
func (m *MessageWithIDMutation) Type() string
Type returns the node type of this mutation (MessageWithID).
func (*MessageWithIDMutation) Where ¶
func (m *MessageWithIDMutation) Where(ps ...predicate.MessageWithID)
Where appends a list predicates to the MessageWithIDMutation builder.
type MessageWithIDQuery ¶
type MessageWithIDQuery struct {
// contains filtered or unexported fields
}
MessageWithIDQuery is the builder for querying MessageWithID entities.
func (*MessageWithIDQuery) All ¶
func (mwiq *MessageWithIDQuery) All(ctx context.Context) ([]*MessageWithID, error)
All executes the query and returns a list of MessageWithIDs.
func (*MessageWithIDQuery) AllX ¶
func (mwiq *MessageWithIDQuery) AllX(ctx context.Context) []*MessageWithID
AllX is like All, but panics if an error occurs.
func (*MessageWithIDQuery) Clone ¶
func (mwiq *MessageWithIDQuery) Clone() *MessageWithIDQuery
Clone returns a duplicate of the MessageWithIDQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*MessageWithIDQuery) Count ¶
func (mwiq *MessageWithIDQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*MessageWithIDQuery) CountX ¶
func (mwiq *MessageWithIDQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*MessageWithIDQuery) Exist ¶
func (mwiq *MessageWithIDQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*MessageWithIDQuery) ExistX ¶
func (mwiq *MessageWithIDQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*MessageWithIDQuery) First ¶
func (mwiq *MessageWithIDQuery) First(ctx context.Context) (*MessageWithID, error)
First returns the first MessageWithID entity from the query. Returns a *NotFoundError when no MessageWithID was found.
func (*MessageWithIDQuery) FirstID ¶
func (mwiq *MessageWithIDQuery) FirstID(ctx context.Context) (id int32, err error)
FirstID returns the first MessageWithID ID from the query. Returns a *NotFoundError when no MessageWithID ID was found.
func (*MessageWithIDQuery) FirstIDX ¶
func (mwiq *MessageWithIDQuery) FirstIDX(ctx context.Context) int32
FirstIDX is like FirstID, but panics if an error occurs.
func (*MessageWithIDQuery) FirstX ¶
func (mwiq *MessageWithIDQuery) FirstX(ctx context.Context) *MessageWithID
FirstX is like First, but panics if an error occurs.
func (*MessageWithIDQuery) GroupBy ¶
func (mwiq *MessageWithIDQuery) GroupBy(field string, fields ...string) *MessageWithIDGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
func (*MessageWithIDQuery) IDs ¶
func (mwiq *MessageWithIDQuery) IDs(ctx context.Context) ([]int32, error)
IDs executes the query and returns a list of MessageWithID IDs.
func (*MessageWithIDQuery) IDsX ¶
func (mwiq *MessageWithIDQuery) IDsX(ctx context.Context) []int32
IDsX is like IDs, but panics if an error occurs.
func (*MessageWithIDQuery) Limit ¶
func (mwiq *MessageWithIDQuery) Limit(limit int) *MessageWithIDQuery
Limit adds a limit step to the query.
func (*MessageWithIDQuery) Offset ¶
func (mwiq *MessageWithIDQuery) Offset(offset int) *MessageWithIDQuery
Offset adds an offset step to the query.
func (*MessageWithIDQuery) Only ¶
func (mwiq *MessageWithIDQuery) Only(ctx context.Context) (*MessageWithID, error)
Only returns a single MessageWithID entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one MessageWithID entity is found. Returns a *NotFoundError when no MessageWithID entities are found.
func (*MessageWithIDQuery) OnlyID ¶
func (mwiq *MessageWithIDQuery) OnlyID(ctx context.Context) (id int32, err error)
OnlyID is like Only, but returns the only MessageWithID ID in the query. Returns a *NotSingularError when more than one MessageWithID ID is found. Returns a *NotFoundError when no entities are found.
func (*MessageWithIDQuery) OnlyIDX ¶
func (mwiq *MessageWithIDQuery) OnlyIDX(ctx context.Context) int32
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*MessageWithIDQuery) OnlyX ¶
func (mwiq *MessageWithIDQuery) OnlyX(ctx context.Context) *MessageWithID
OnlyX is like Only, but panics if an error occurs.
func (*MessageWithIDQuery) Order ¶
func (mwiq *MessageWithIDQuery) Order(o ...OrderFunc) *MessageWithIDQuery
Order adds an order step to the query.
func (*MessageWithIDQuery) Select ¶
func (mwiq *MessageWithIDQuery) Select(fields ...string) *MessageWithIDSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
func (*MessageWithIDQuery) Unique ¶
func (mwiq *MessageWithIDQuery) Unique(unique bool) *MessageWithIDQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*MessageWithIDQuery) Where ¶
func (mwiq *MessageWithIDQuery) Where(ps ...predicate.MessageWithID) *MessageWithIDQuery
Where adds a new predicate for the MessageWithIDQuery builder.
type MessageWithIDSelect ¶
type MessageWithIDSelect struct { *MessageWithIDQuery // contains filtered or unexported fields }
MessageWithIDSelect is the builder for selecting fields of MessageWithID entities.
func (*MessageWithIDSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithIDSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithIDSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithIDSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithIDSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithIDSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithIDSelect) Scan ¶
func (mwis *MessageWithIDSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*MessageWithIDSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type MessageWithIDUpdate ¶
type MessageWithIDUpdate struct {
// contains filtered or unexported fields
}
MessageWithIDUpdate is the builder for updating MessageWithID entities.
func (*MessageWithIDUpdate) Exec ¶
func (mwiu *MessageWithIDUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithIDUpdate) ExecX ¶
func (mwiu *MessageWithIDUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithIDUpdate) Mutation ¶
func (mwiu *MessageWithIDUpdate) Mutation() *MessageWithIDMutation
Mutation returns the MessageWithIDMutation object of the builder.
func (*MessageWithIDUpdate) Save ¶
func (mwiu *MessageWithIDUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*MessageWithIDUpdate) SaveX ¶
func (mwiu *MessageWithIDUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*MessageWithIDUpdate) Where ¶
func (mwiu *MessageWithIDUpdate) Where(ps ...predicate.MessageWithID) *MessageWithIDUpdate
Where appends a list predicates to the MessageWithIDUpdate builder.
type MessageWithIDUpdateOne ¶
type MessageWithIDUpdateOne struct {
// contains filtered or unexported fields
}
MessageWithIDUpdateOne is the builder for updating a single MessageWithID entity.
func (*MessageWithIDUpdateOne) Exec ¶
func (mwiuo *MessageWithIDUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*MessageWithIDUpdateOne) ExecX ¶
func (mwiuo *MessageWithIDUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithIDUpdateOne) Mutation ¶
func (mwiuo *MessageWithIDUpdateOne) Mutation() *MessageWithIDMutation
Mutation returns the MessageWithIDMutation object of the builder.
func (*MessageWithIDUpdateOne) Save ¶
func (mwiuo *MessageWithIDUpdateOne) Save(ctx context.Context) (*MessageWithID, error)
Save executes the query and returns the updated MessageWithID entity.
func (*MessageWithIDUpdateOne) SaveX ¶
func (mwiuo *MessageWithIDUpdateOne) SaveX(ctx context.Context) *MessageWithID
SaveX is like Save, but panics if an error occurs.
func (*MessageWithIDUpdateOne) Select ¶
func (mwiuo *MessageWithIDUpdateOne) Select(field string, fields ...string) *MessageWithIDUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
type MessageWithIDs ¶
type MessageWithIDs []*MessageWithID
MessageWithIDs is a parsable slice of MessageWithID.
type MessageWithOptionals ¶
type MessageWithOptionals struct { // ID of the ent. ID int `json:"id,omitempty"` // StrOptional holds the value of the "str_optional" field. StrOptional string `json:"str_optional,omitempty"` // IntOptional holds the value of the "int_optional" field. IntOptional int8 `json:"int_optional,omitempty"` // UintOptional holds the value of the "uint_optional" field. UintOptional uint8 `json:"uint_optional,omitempty"` // FloatOptional holds the value of the "float_optional" field. FloatOptional float32 `json:"float_optional,omitempty"` // BoolOptional holds the value of the "bool_optional" field. BoolOptional bool `json:"bool_optional,omitempty"` // BytesOptional holds the value of the "bytes_optional" field. BytesOptional []byte `json:"bytes_optional,omitempty"` // UUIDOptional holds the value of the "uuid_optional" field. UUIDOptional uuid.UUID `json:"uuid_optional,omitempty"` // TimeOptional holds the value of the "time_optional" field. TimeOptional time.Time `json:"time_optional,omitempty"` // contains filtered or unexported fields }
MessageWithOptionals is the model entity for the MessageWithOptionals schema.
func (*MessageWithOptionals) String ¶
func (mwo *MessageWithOptionals) String() string
String implements the fmt.Stringer.
func (*MessageWithOptionals) Unwrap ¶
func (mwo *MessageWithOptionals) Unwrap() *MessageWithOptionals
Unwrap unwraps the MessageWithOptionals entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*MessageWithOptionals) Update ¶
func (mwo *MessageWithOptionals) Update() *MessageWithOptionalsUpdateOne
Update returns a builder for updating this MessageWithOptionals. Note that you need to call MessageWithOptionals.Unwrap() before calling this method if this MessageWithOptionals was returned from a transaction, and the transaction was committed or rolled back.
type MessageWithOptionalsClient ¶
type MessageWithOptionalsClient struct {
// contains filtered or unexported fields
}
MessageWithOptionalsClient is a client for the MessageWithOptionals schema.
func NewMessageWithOptionalsClient ¶
func NewMessageWithOptionalsClient(c config) *MessageWithOptionalsClient
NewMessageWithOptionalsClient returns a client for the MessageWithOptionals from the given config.
func (*MessageWithOptionalsClient) Create ¶
func (c *MessageWithOptionalsClient) Create() *MessageWithOptionalsCreate
Create returns a create builder for MessageWithOptionals.
func (*MessageWithOptionalsClient) CreateBulk ¶
func (c *MessageWithOptionalsClient) CreateBulk(builders ...*MessageWithOptionalsCreate) *MessageWithOptionalsCreateBulk
CreateBulk returns a builder for creating a bulk of MessageWithOptionals entities.
func (*MessageWithOptionalsClient) Delete ¶
func (c *MessageWithOptionalsClient) Delete() *MessageWithOptionalsDelete
Delete returns a delete builder for MessageWithOptionals.
func (*MessageWithOptionalsClient) DeleteOne ¶
func (c *MessageWithOptionalsClient) DeleteOne(mwo *MessageWithOptionals) *MessageWithOptionalsDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*MessageWithOptionalsClient) DeleteOneID ¶
func (c *MessageWithOptionalsClient) DeleteOneID(id int) *MessageWithOptionalsDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*MessageWithOptionalsClient) Get ¶
func (c *MessageWithOptionalsClient) Get(ctx context.Context, id int) (*MessageWithOptionals, error)
Get returns a MessageWithOptionals entity by its id.
func (*MessageWithOptionalsClient) GetX ¶
func (c *MessageWithOptionalsClient) GetX(ctx context.Context, id int) *MessageWithOptionals
GetX is like Get, but panics if an error occurs.
func (*MessageWithOptionalsClient) Hooks ¶
func (c *MessageWithOptionalsClient) Hooks() []Hook
Hooks returns the client hooks.
func (*MessageWithOptionalsClient) Query ¶
func (c *MessageWithOptionalsClient) Query() *MessageWithOptionalsQuery
Query returns a query builder for MessageWithOptionals.
func (*MessageWithOptionalsClient) Update ¶
func (c *MessageWithOptionalsClient) Update() *MessageWithOptionalsUpdate
Update returns an update builder for MessageWithOptionals.
func (*MessageWithOptionalsClient) UpdateOne ¶
func (c *MessageWithOptionalsClient) UpdateOne(mwo *MessageWithOptionals) *MessageWithOptionalsUpdateOne
UpdateOne returns an update builder for the given entity.
func (*MessageWithOptionalsClient) UpdateOneID ¶
func (c *MessageWithOptionalsClient) UpdateOneID(id int) *MessageWithOptionalsUpdateOne
UpdateOneID returns an update builder for the given id.
func (*MessageWithOptionalsClient) Use ¶
func (c *MessageWithOptionalsClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `messagewithoptionals.Hooks(f(g(h())))`.
type MessageWithOptionalsCreate ¶
type MessageWithOptionalsCreate struct {
// contains filtered or unexported fields
}
MessageWithOptionalsCreate is the builder for creating a MessageWithOptionals entity.
func (*MessageWithOptionalsCreate) Exec ¶
func (mwoc *MessageWithOptionalsCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithOptionalsCreate) ExecX ¶
func (mwoc *MessageWithOptionalsCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithOptionalsCreate) Mutation ¶
func (mwoc *MessageWithOptionalsCreate) Mutation() *MessageWithOptionalsMutation
Mutation returns the MessageWithOptionalsMutation object of the builder.
func (*MessageWithOptionalsCreate) Save ¶
func (mwoc *MessageWithOptionalsCreate) Save(ctx context.Context) (*MessageWithOptionals, error)
Save creates the MessageWithOptionals in the database.
func (*MessageWithOptionalsCreate) SaveX ¶
func (mwoc *MessageWithOptionalsCreate) SaveX(ctx context.Context) *MessageWithOptionals
SaveX calls Save and panics if Save returns an error.
func (*MessageWithOptionalsCreate) SetBoolOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetBoolOptional(b bool) *MessageWithOptionalsCreate
SetBoolOptional sets the "bool_optional" field.
func (*MessageWithOptionalsCreate) SetBytesOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetBytesOptional(b []byte) *MessageWithOptionalsCreate
SetBytesOptional sets the "bytes_optional" field.
func (*MessageWithOptionalsCreate) SetFloatOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetFloatOptional(f float32) *MessageWithOptionalsCreate
SetFloatOptional sets the "float_optional" field.
func (*MessageWithOptionalsCreate) SetIntOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetIntOptional(i int8) *MessageWithOptionalsCreate
SetIntOptional sets the "int_optional" field.
func (*MessageWithOptionalsCreate) SetNillableBoolOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetNillableBoolOptional(b *bool) *MessageWithOptionalsCreate
SetNillableBoolOptional sets the "bool_optional" field if the given value is not nil.
func (*MessageWithOptionalsCreate) SetNillableFloatOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetNillableFloatOptional(f *float32) *MessageWithOptionalsCreate
SetNillableFloatOptional sets the "float_optional" field if the given value is not nil.
func (*MessageWithOptionalsCreate) SetNillableIntOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetNillableIntOptional(i *int8) *MessageWithOptionalsCreate
SetNillableIntOptional sets the "int_optional" field if the given value is not nil.
func (*MessageWithOptionalsCreate) SetNillableStrOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetNillableStrOptional(s *string) *MessageWithOptionalsCreate
SetNillableStrOptional sets the "str_optional" field if the given value is not nil.
func (*MessageWithOptionalsCreate) SetNillableTimeOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetNillableTimeOptional(t *time.Time) *MessageWithOptionalsCreate
SetNillableTimeOptional sets the "time_optional" field if the given value is not nil.
func (*MessageWithOptionalsCreate) SetNillableUUIDOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetNillableUUIDOptional(u *uuid.UUID) *MessageWithOptionalsCreate
SetNillableUUIDOptional sets the "uuid_optional" field if the given value is not nil.
func (*MessageWithOptionalsCreate) SetNillableUintOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetNillableUintOptional(u *uint8) *MessageWithOptionalsCreate
SetNillableUintOptional sets the "uint_optional" field if the given value is not nil.
func (*MessageWithOptionalsCreate) SetStrOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetStrOptional(s string) *MessageWithOptionalsCreate
SetStrOptional sets the "str_optional" field.
func (*MessageWithOptionalsCreate) SetTimeOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetTimeOptional(t time.Time) *MessageWithOptionalsCreate
SetTimeOptional sets the "time_optional" field.
func (*MessageWithOptionalsCreate) SetUUIDOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetUUIDOptional(u uuid.UUID) *MessageWithOptionalsCreate
SetUUIDOptional sets the "uuid_optional" field.
func (*MessageWithOptionalsCreate) SetUintOptional ¶
func (mwoc *MessageWithOptionalsCreate) SetUintOptional(u uint8) *MessageWithOptionalsCreate
SetUintOptional sets the "uint_optional" field.
type MessageWithOptionalsCreateBulk ¶
type MessageWithOptionalsCreateBulk struct {
// contains filtered or unexported fields
}
MessageWithOptionalsCreateBulk is the builder for creating many MessageWithOptionals entities in bulk.
func (*MessageWithOptionalsCreateBulk) Exec ¶
func (mwocb *MessageWithOptionalsCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithOptionalsCreateBulk) ExecX ¶
func (mwocb *MessageWithOptionalsCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithOptionalsCreateBulk) Save ¶
func (mwocb *MessageWithOptionalsCreateBulk) Save(ctx context.Context) ([]*MessageWithOptionals, error)
Save creates the MessageWithOptionals entities in the database.
func (*MessageWithOptionalsCreateBulk) SaveX ¶
func (mwocb *MessageWithOptionalsCreateBulk) SaveX(ctx context.Context) []*MessageWithOptionals
SaveX is like Save, but panics if an error occurs.
type MessageWithOptionalsDelete ¶
type MessageWithOptionalsDelete struct {
// contains filtered or unexported fields
}
MessageWithOptionalsDelete is the builder for deleting a MessageWithOptionals entity.
func (*MessageWithOptionalsDelete) Exec ¶
func (mwod *MessageWithOptionalsDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*MessageWithOptionalsDelete) ExecX ¶
func (mwod *MessageWithOptionalsDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithOptionalsDelete) Where ¶
func (mwod *MessageWithOptionalsDelete) Where(ps ...predicate.MessageWithOptionals) *MessageWithOptionalsDelete
Where appends a list predicates to the MessageWithOptionalsDelete builder.
type MessageWithOptionalsDeleteOne ¶
type MessageWithOptionalsDeleteOne struct {
// contains filtered or unexported fields
}
MessageWithOptionalsDeleteOne is the builder for deleting a single MessageWithOptionals entity.
func (*MessageWithOptionalsDeleteOne) Exec ¶
func (mwodo *MessageWithOptionalsDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*MessageWithOptionalsDeleteOne) ExecX ¶
func (mwodo *MessageWithOptionalsDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type MessageWithOptionalsGroupBy ¶
type MessageWithOptionalsGroupBy struct {
// contains filtered or unexported fields
}
MessageWithOptionalsGroupBy is the group-by builder for MessageWithOptionals entities.
func (*MessageWithOptionalsGroupBy) Aggregate ¶
func (mwogb *MessageWithOptionalsGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithOptionalsGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*MessageWithOptionalsGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsGroupBy) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*MessageWithOptionalsGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*MessageWithOptionalsGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsGroupBy) Scan ¶
func (mwogb *MessageWithOptionalsGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*MessageWithOptionalsGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsGroupBy) StringX ¶
StringX is like String, but panics if an error occurs.
type MessageWithOptionalsMutation ¶
type MessageWithOptionalsMutation struct {
// contains filtered or unexported fields
}
MessageWithOptionalsMutation represents an operation that mutates the MessageWithOptionals nodes in the graph.
func (*MessageWithOptionalsMutation) AddField ¶
func (m *MessageWithOptionalsMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*MessageWithOptionalsMutation) AddFloatOptional ¶
func (m *MessageWithOptionalsMutation) AddFloatOptional(f float32)
AddFloatOptional adds f to the "float_optional" field.
func (*MessageWithOptionalsMutation) AddIntOptional ¶
func (m *MessageWithOptionalsMutation) AddIntOptional(i int8)
AddIntOptional adds i to the "int_optional" field.
func (*MessageWithOptionalsMutation) AddUintOptional ¶
func (m *MessageWithOptionalsMutation) AddUintOptional(u int8)
AddUintOptional adds u to the "uint_optional" field.
func (*MessageWithOptionalsMutation) AddedEdges ¶
func (m *MessageWithOptionalsMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*MessageWithOptionalsMutation) AddedField ¶
func (m *MessageWithOptionalsMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithOptionalsMutation) AddedFields ¶
func (m *MessageWithOptionalsMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*MessageWithOptionalsMutation) AddedFloatOptional ¶
func (m *MessageWithOptionalsMutation) AddedFloatOptional() (r float32, exists bool)
AddedFloatOptional returns the value that was added to the "float_optional" field in this mutation.
func (*MessageWithOptionalsMutation) AddedIDs ¶
func (m *MessageWithOptionalsMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*MessageWithOptionalsMutation) AddedIntOptional ¶
func (m *MessageWithOptionalsMutation) AddedIntOptional() (r int8, exists bool)
AddedIntOptional returns the value that was added to the "int_optional" field in this mutation.
func (*MessageWithOptionalsMutation) AddedUintOptional ¶
func (m *MessageWithOptionalsMutation) AddedUintOptional() (r int8, exists bool)
AddedUintOptional returns the value that was added to the "uint_optional" field in this mutation.
func (*MessageWithOptionalsMutation) BoolOptional ¶
func (m *MessageWithOptionalsMutation) BoolOptional() (r bool, exists bool)
BoolOptional returns the value of the "bool_optional" field in the mutation.
func (*MessageWithOptionalsMutation) BoolOptionalCleared ¶
func (m *MessageWithOptionalsMutation) BoolOptionalCleared() bool
BoolOptionalCleared returns if the "bool_optional" field was cleared in this mutation.
func (*MessageWithOptionalsMutation) BytesOptional ¶
func (m *MessageWithOptionalsMutation) BytesOptional() (r []byte, exists bool)
BytesOptional returns the value of the "bytes_optional" field in the mutation.
func (*MessageWithOptionalsMutation) BytesOptionalCleared ¶
func (m *MessageWithOptionalsMutation) BytesOptionalCleared() bool
BytesOptionalCleared returns if the "bytes_optional" field was cleared in this mutation.
func (*MessageWithOptionalsMutation) ClearBoolOptional ¶
func (m *MessageWithOptionalsMutation) ClearBoolOptional()
ClearBoolOptional clears the value of the "bool_optional" field.
func (*MessageWithOptionalsMutation) ClearBytesOptional ¶
func (m *MessageWithOptionalsMutation) ClearBytesOptional()
ClearBytesOptional clears the value of the "bytes_optional" field.
func (*MessageWithOptionalsMutation) ClearEdge ¶
func (m *MessageWithOptionalsMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*MessageWithOptionalsMutation) ClearField ¶
func (m *MessageWithOptionalsMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithOptionalsMutation) ClearFloatOptional ¶
func (m *MessageWithOptionalsMutation) ClearFloatOptional()
ClearFloatOptional clears the value of the "float_optional" field.
func (*MessageWithOptionalsMutation) ClearIntOptional ¶
func (m *MessageWithOptionalsMutation) ClearIntOptional()
ClearIntOptional clears the value of the "int_optional" field.
func (*MessageWithOptionalsMutation) ClearStrOptional ¶
func (m *MessageWithOptionalsMutation) ClearStrOptional()
ClearStrOptional clears the value of the "str_optional" field.
func (*MessageWithOptionalsMutation) ClearTimeOptional ¶
func (m *MessageWithOptionalsMutation) ClearTimeOptional()
ClearTimeOptional clears the value of the "time_optional" field.
func (*MessageWithOptionalsMutation) ClearUUIDOptional ¶
func (m *MessageWithOptionalsMutation) ClearUUIDOptional()
ClearUUIDOptional clears the value of the "uuid_optional" field.
func (*MessageWithOptionalsMutation) ClearUintOptional ¶
func (m *MessageWithOptionalsMutation) ClearUintOptional()
ClearUintOptional clears the value of the "uint_optional" field.
func (*MessageWithOptionalsMutation) ClearedEdges ¶
func (m *MessageWithOptionalsMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*MessageWithOptionalsMutation) ClearedFields ¶
func (m *MessageWithOptionalsMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (MessageWithOptionalsMutation) Client ¶
func (m MessageWithOptionalsMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*MessageWithOptionalsMutation) EdgeCleared ¶
func (m *MessageWithOptionalsMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*MessageWithOptionalsMutation) Field ¶
func (m *MessageWithOptionalsMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithOptionalsMutation) FieldCleared ¶
func (m *MessageWithOptionalsMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*MessageWithOptionalsMutation) Fields ¶
func (m *MessageWithOptionalsMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*MessageWithOptionalsMutation) FloatOptional ¶
func (m *MessageWithOptionalsMutation) FloatOptional() (r float32, exists bool)
FloatOptional returns the value of the "float_optional" field in the mutation.
func (*MessageWithOptionalsMutation) FloatOptionalCleared ¶
func (m *MessageWithOptionalsMutation) FloatOptionalCleared() bool
FloatOptionalCleared returns if the "float_optional" field was cleared in this mutation.
func (*MessageWithOptionalsMutation) ID ¶
func (m *MessageWithOptionalsMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*MessageWithOptionalsMutation) IDs ¶
func (m *MessageWithOptionalsMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*MessageWithOptionalsMutation) IntOptional ¶
func (m *MessageWithOptionalsMutation) IntOptional() (r int8, exists bool)
IntOptional returns the value of the "int_optional" field in the mutation.
func (*MessageWithOptionalsMutation) IntOptionalCleared ¶
func (m *MessageWithOptionalsMutation) IntOptionalCleared() bool
IntOptionalCleared returns if the "int_optional" field was cleared in this mutation.
func (*MessageWithOptionalsMutation) OldBoolOptional ¶
func (m *MessageWithOptionalsMutation) OldBoolOptional(ctx context.Context) (v bool, err error)
OldBoolOptional returns the old "bool_optional" field's value of the MessageWithOptionals entity. If the MessageWithOptionals object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithOptionalsMutation) OldBytesOptional ¶
func (m *MessageWithOptionalsMutation) OldBytesOptional(ctx context.Context) (v []byte, err error)
OldBytesOptional returns the old "bytes_optional" field's value of the MessageWithOptionals entity. If the MessageWithOptionals object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithOptionalsMutation) OldField ¶
func (m *MessageWithOptionalsMutation) OldField(ctx context.Context, name string) (ent.Value, error)
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*MessageWithOptionalsMutation) OldFloatOptional ¶
func (m *MessageWithOptionalsMutation) OldFloatOptional(ctx context.Context) (v float32, err error)
OldFloatOptional returns the old "float_optional" field's value of the MessageWithOptionals entity. If the MessageWithOptionals object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithOptionalsMutation) OldIntOptional ¶
func (m *MessageWithOptionalsMutation) OldIntOptional(ctx context.Context) (v int8, err error)
OldIntOptional returns the old "int_optional" field's value of the MessageWithOptionals entity. If the MessageWithOptionals object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithOptionalsMutation) OldStrOptional ¶
func (m *MessageWithOptionalsMutation) OldStrOptional(ctx context.Context) (v string, err error)
OldStrOptional returns the old "str_optional" field's value of the MessageWithOptionals entity. If the MessageWithOptionals object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithOptionalsMutation) OldTimeOptional ¶
func (m *MessageWithOptionalsMutation) OldTimeOptional(ctx context.Context) (v time.Time, err error)
OldTimeOptional returns the old "time_optional" field's value of the MessageWithOptionals entity. If the MessageWithOptionals object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithOptionalsMutation) OldUUIDOptional ¶
func (m *MessageWithOptionalsMutation) OldUUIDOptional(ctx context.Context) (v uuid.UUID, err error)
OldUUIDOptional returns the old "uuid_optional" field's value of the MessageWithOptionals entity. If the MessageWithOptionals object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithOptionalsMutation) OldUintOptional ¶
func (m *MessageWithOptionalsMutation) OldUintOptional(ctx context.Context) (v uint8, err error)
OldUintOptional returns the old "uint_optional" field's value of the MessageWithOptionals entity. If the MessageWithOptionals object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithOptionalsMutation) Op ¶
func (m *MessageWithOptionalsMutation) Op() Op
Op returns the operation name.
func (*MessageWithOptionalsMutation) RemovedEdges ¶
func (m *MessageWithOptionalsMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*MessageWithOptionalsMutation) RemovedIDs ¶
func (m *MessageWithOptionalsMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*MessageWithOptionalsMutation) ResetBoolOptional ¶
func (m *MessageWithOptionalsMutation) ResetBoolOptional()
ResetBoolOptional resets all changes to the "bool_optional" field.
func (*MessageWithOptionalsMutation) ResetBytesOptional ¶
func (m *MessageWithOptionalsMutation) ResetBytesOptional()
ResetBytesOptional resets all changes to the "bytes_optional" field.
func (*MessageWithOptionalsMutation) ResetEdge ¶
func (m *MessageWithOptionalsMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*MessageWithOptionalsMutation) ResetField ¶
func (m *MessageWithOptionalsMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithOptionalsMutation) ResetFloatOptional ¶
func (m *MessageWithOptionalsMutation) ResetFloatOptional()
ResetFloatOptional resets all changes to the "float_optional" field.
func (*MessageWithOptionalsMutation) ResetIntOptional ¶
func (m *MessageWithOptionalsMutation) ResetIntOptional()
ResetIntOptional resets all changes to the "int_optional" field.
func (*MessageWithOptionalsMutation) ResetStrOptional ¶
func (m *MessageWithOptionalsMutation) ResetStrOptional()
ResetStrOptional resets all changes to the "str_optional" field.
func (*MessageWithOptionalsMutation) ResetTimeOptional ¶
func (m *MessageWithOptionalsMutation) ResetTimeOptional()
ResetTimeOptional resets all changes to the "time_optional" field.
func (*MessageWithOptionalsMutation) ResetUUIDOptional ¶
func (m *MessageWithOptionalsMutation) ResetUUIDOptional()
ResetUUIDOptional resets all changes to the "uuid_optional" field.
func (*MessageWithOptionalsMutation) ResetUintOptional ¶
func (m *MessageWithOptionalsMutation) ResetUintOptional()
ResetUintOptional resets all changes to the "uint_optional" field.
func (*MessageWithOptionalsMutation) SetBoolOptional ¶
func (m *MessageWithOptionalsMutation) SetBoolOptional(b bool)
SetBoolOptional sets the "bool_optional" field.
func (*MessageWithOptionalsMutation) SetBytesOptional ¶
func (m *MessageWithOptionalsMutation) SetBytesOptional(b []byte)
SetBytesOptional sets the "bytes_optional" field.
func (*MessageWithOptionalsMutation) SetField ¶
func (m *MessageWithOptionalsMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*MessageWithOptionalsMutation) SetFloatOptional ¶
func (m *MessageWithOptionalsMutation) SetFloatOptional(f float32)
SetFloatOptional sets the "float_optional" field.
func (*MessageWithOptionalsMutation) SetIntOptional ¶
func (m *MessageWithOptionalsMutation) SetIntOptional(i int8)
SetIntOptional sets the "int_optional" field.
func (*MessageWithOptionalsMutation) SetStrOptional ¶
func (m *MessageWithOptionalsMutation) SetStrOptional(s string)
SetStrOptional sets the "str_optional" field.
func (*MessageWithOptionalsMutation) SetTimeOptional ¶
func (m *MessageWithOptionalsMutation) SetTimeOptional(t time.Time)
SetTimeOptional sets the "time_optional" field.
func (*MessageWithOptionalsMutation) SetUUIDOptional ¶
func (m *MessageWithOptionalsMutation) SetUUIDOptional(u uuid.UUID)
SetUUIDOptional sets the "uuid_optional" field.
func (*MessageWithOptionalsMutation) SetUintOptional ¶
func (m *MessageWithOptionalsMutation) SetUintOptional(u uint8)
SetUintOptional sets the "uint_optional" field.
func (*MessageWithOptionalsMutation) StrOptional ¶
func (m *MessageWithOptionalsMutation) StrOptional() (r string, exists bool)
StrOptional returns the value of the "str_optional" field in the mutation.
func (*MessageWithOptionalsMutation) StrOptionalCleared ¶
func (m *MessageWithOptionalsMutation) StrOptionalCleared() bool
StrOptionalCleared returns if the "str_optional" field was cleared in this mutation.
func (*MessageWithOptionalsMutation) TimeOptional ¶
func (m *MessageWithOptionalsMutation) TimeOptional() (r time.Time, exists bool)
TimeOptional returns the value of the "time_optional" field in the mutation.
func (*MessageWithOptionalsMutation) TimeOptionalCleared ¶
func (m *MessageWithOptionalsMutation) TimeOptionalCleared() bool
TimeOptionalCleared returns if the "time_optional" field was cleared in this mutation.
func (MessageWithOptionalsMutation) Tx ¶
func (m MessageWithOptionalsMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*MessageWithOptionalsMutation) Type ¶
func (m *MessageWithOptionalsMutation) Type() string
Type returns the node type of this mutation (MessageWithOptionals).
func (*MessageWithOptionalsMutation) UUIDOptional ¶
func (m *MessageWithOptionalsMutation) UUIDOptional() (r uuid.UUID, exists bool)
UUIDOptional returns the value of the "uuid_optional" field in the mutation.
func (*MessageWithOptionalsMutation) UUIDOptionalCleared ¶
func (m *MessageWithOptionalsMutation) UUIDOptionalCleared() bool
UUIDOptionalCleared returns if the "uuid_optional" field was cleared in this mutation.
func (*MessageWithOptionalsMutation) UintOptional ¶
func (m *MessageWithOptionalsMutation) UintOptional() (r uint8, exists bool)
UintOptional returns the value of the "uint_optional" field in the mutation.
func (*MessageWithOptionalsMutation) UintOptionalCleared ¶
func (m *MessageWithOptionalsMutation) UintOptionalCleared() bool
UintOptionalCleared returns if the "uint_optional" field was cleared in this mutation.
func (*MessageWithOptionalsMutation) Where ¶
func (m *MessageWithOptionalsMutation) Where(ps ...predicate.MessageWithOptionals)
Where appends a list predicates to the MessageWithOptionalsMutation builder.
type MessageWithOptionalsQuery ¶
type MessageWithOptionalsQuery struct {
// contains filtered or unexported fields
}
MessageWithOptionalsQuery is the builder for querying MessageWithOptionals entities.
func (*MessageWithOptionalsQuery) All ¶
func (mwoq *MessageWithOptionalsQuery) All(ctx context.Context) ([]*MessageWithOptionals, error)
All executes the query and returns a list of MessageWithOptionalsSlice.
func (*MessageWithOptionalsQuery) AllX ¶
func (mwoq *MessageWithOptionalsQuery) AllX(ctx context.Context) []*MessageWithOptionals
AllX is like All, but panics if an error occurs.
func (*MessageWithOptionalsQuery) Clone ¶
func (mwoq *MessageWithOptionalsQuery) Clone() *MessageWithOptionalsQuery
Clone returns a duplicate of the MessageWithOptionalsQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*MessageWithOptionalsQuery) Count ¶
func (mwoq *MessageWithOptionalsQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*MessageWithOptionalsQuery) CountX ¶
func (mwoq *MessageWithOptionalsQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*MessageWithOptionalsQuery) Exist ¶
func (mwoq *MessageWithOptionalsQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*MessageWithOptionalsQuery) ExistX ¶
func (mwoq *MessageWithOptionalsQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*MessageWithOptionalsQuery) First ¶
func (mwoq *MessageWithOptionalsQuery) First(ctx context.Context) (*MessageWithOptionals, error)
First returns the first MessageWithOptionals entity from the query. Returns a *NotFoundError when no MessageWithOptionals was found.
func (*MessageWithOptionalsQuery) FirstID ¶
func (mwoq *MessageWithOptionalsQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first MessageWithOptionals ID from the query. Returns a *NotFoundError when no MessageWithOptionals ID was found.
func (*MessageWithOptionalsQuery) FirstIDX ¶
func (mwoq *MessageWithOptionalsQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*MessageWithOptionalsQuery) FirstX ¶
func (mwoq *MessageWithOptionalsQuery) FirstX(ctx context.Context) *MessageWithOptionals
FirstX is like First, but panics if an error occurs.
func (*MessageWithOptionalsQuery) GroupBy ¶
func (mwoq *MessageWithOptionalsQuery) GroupBy(field string, fields ...string) *MessageWithOptionalsGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { StrOptional string `json:"str_optional,omitempty"` Count int `json:"count,omitempty"` } client.MessageWithOptionals.Query(). GroupBy(messagewithoptionals.FieldStrOptional). Aggregate(ent.Count()). Scan(ctx, &v)
func (*MessageWithOptionalsQuery) IDs ¶
func (mwoq *MessageWithOptionalsQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of MessageWithOptionals IDs.
func (*MessageWithOptionalsQuery) IDsX ¶
func (mwoq *MessageWithOptionalsQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*MessageWithOptionalsQuery) Limit ¶
func (mwoq *MessageWithOptionalsQuery) Limit(limit int) *MessageWithOptionalsQuery
Limit adds a limit step to the query.
func (*MessageWithOptionalsQuery) Offset ¶
func (mwoq *MessageWithOptionalsQuery) Offset(offset int) *MessageWithOptionalsQuery
Offset adds an offset step to the query.
func (*MessageWithOptionalsQuery) Only ¶
func (mwoq *MessageWithOptionalsQuery) Only(ctx context.Context) (*MessageWithOptionals, error)
Only returns a single MessageWithOptionals entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one MessageWithOptionals entity is found. Returns a *NotFoundError when no MessageWithOptionals entities are found.
func (*MessageWithOptionalsQuery) OnlyID ¶
func (mwoq *MessageWithOptionalsQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only MessageWithOptionals ID in the query. Returns a *NotSingularError when more than one MessageWithOptionals ID is found. Returns a *NotFoundError when no entities are found.
func (*MessageWithOptionalsQuery) OnlyIDX ¶
func (mwoq *MessageWithOptionalsQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*MessageWithOptionalsQuery) OnlyX ¶
func (mwoq *MessageWithOptionalsQuery) OnlyX(ctx context.Context) *MessageWithOptionals
OnlyX is like Only, but panics if an error occurs.
func (*MessageWithOptionalsQuery) Order ¶
func (mwoq *MessageWithOptionalsQuery) Order(o ...OrderFunc) *MessageWithOptionalsQuery
Order adds an order step to the query.
func (*MessageWithOptionalsQuery) Select ¶
func (mwoq *MessageWithOptionalsQuery) Select(fields ...string) *MessageWithOptionalsSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { StrOptional string `json:"str_optional,omitempty"` } client.MessageWithOptionals.Query(). Select(messagewithoptionals.FieldStrOptional). Scan(ctx, &v)
func (*MessageWithOptionalsQuery) Unique ¶
func (mwoq *MessageWithOptionalsQuery) Unique(unique bool) *MessageWithOptionalsQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*MessageWithOptionalsQuery) Where ¶
func (mwoq *MessageWithOptionalsQuery) Where(ps ...predicate.MessageWithOptionals) *MessageWithOptionalsQuery
Where adds a new predicate for the MessageWithOptionalsQuery builder.
type MessageWithOptionalsSelect ¶
type MessageWithOptionalsSelect struct { *MessageWithOptionalsQuery // contains filtered or unexported fields }
MessageWithOptionalsSelect is the builder for selecting fields of MessageWithOptionals entities.
func (*MessageWithOptionalsSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsSelect) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*MessageWithOptionalsSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*MessageWithOptionalsSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithOptionalsSelect) Scan ¶
func (mwos *MessageWithOptionalsSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*MessageWithOptionalsSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type MessageWithOptionalsSlice ¶
type MessageWithOptionalsSlice []*MessageWithOptionals
MessageWithOptionalsSlice is a parsable slice of MessageWithOptionals.
type MessageWithOptionalsUpdate ¶
type MessageWithOptionalsUpdate struct {
// contains filtered or unexported fields
}
MessageWithOptionalsUpdate is the builder for updating MessageWithOptionals entities.
func (*MessageWithOptionalsUpdate) AddFloatOptional ¶
func (mwou *MessageWithOptionalsUpdate) AddFloatOptional(f float32) *MessageWithOptionalsUpdate
AddFloatOptional adds f to the "float_optional" field.
func (*MessageWithOptionalsUpdate) AddIntOptional ¶
func (mwou *MessageWithOptionalsUpdate) AddIntOptional(i int8) *MessageWithOptionalsUpdate
AddIntOptional adds i to the "int_optional" field.
func (*MessageWithOptionalsUpdate) AddUintOptional ¶
func (mwou *MessageWithOptionalsUpdate) AddUintOptional(u int8) *MessageWithOptionalsUpdate
AddUintOptional adds u to the "uint_optional" field.
func (*MessageWithOptionalsUpdate) ClearBoolOptional ¶
func (mwou *MessageWithOptionalsUpdate) ClearBoolOptional() *MessageWithOptionalsUpdate
ClearBoolOptional clears the value of the "bool_optional" field.
func (*MessageWithOptionalsUpdate) ClearBytesOptional ¶
func (mwou *MessageWithOptionalsUpdate) ClearBytesOptional() *MessageWithOptionalsUpdate
ClearBytesOptional clears the value of the "bytes_optional" field.
func (*MessageWithOptionalsUpdate) ClearFloatOptional ¶
func (mwou *MessageWithOptionalsUpdate) ClearFloatOptional() *MessageWithOptionalsUpdate
ClearFloatOptional clears the value of the "float_optional" field.
func (*MessageWithOptionalsUpdate) ClearIntOptional ¶
func (mwou *MessageWithOptionalsUpdate) ClearIntOptional() *MessageWithOptionalsUpdate
ClearIntOptional clears the value of the "int_optional" field.
func (*MessageWithOptionalsUpdate) ClearStrOptional ¶
func (mwou *MessageWithOptionalsUpdate) ClearStrOptional() *MessageWithOptionalsUpdate
ClearStrOptional clears the value of the "str_optional" field.
func (*MessageWithOptionalsUpdate) ClearTimeOptional ¶
func (mwou *MessageWithOptionalsUpdate) ClearTimeOptional() *MessageWithOptionalsUpdate
ClearTimeOptional clears the value of the "time_optional" field.
func (*MessageWithOptionalsUpdate) ClearUUIDOptional ¶
func (mwou *MessageWithOptionalsUpdate) ClearUUIDOptional() *MessageWithOptionalsUpdate
ClearUUIDOptional clears the value of the "uuid_optional" field.
func (*MessageWithOptionalsUpdate) ClearUintOptional ¶
func (mwou *MessageWithOptionalsUpdate) ClearUintOptional() *MessageWithOptionalsUpdate
ClearUintOptional clears the value of the "uint_optional" field.
func (*MessageWithOptionalsUpdate) Exec ¶
func (mwou *MessageWithOptionalsUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithOptionalsUpdate) ExecX ¶
func (mwou *MessageWithOptionalsUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithOptionalsUpdate) Mutation ¶
func (mwou *MessageWithOptionalsUpdate) Mutation() *MessageWithOptionalsMutation
Mutation returns the MessageWithOptionalsMutation object of the builder.
func (*MessageWithOptionalsUpdate) Save ¶
func (mwou *MessageWithOptionalsUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*MessageWithOptionalsUpdate) SaveX ¶
func (mwou *MessageWithOptionalsUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*MessageWithOptionalsUpdate) SetBoolOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetBoolOptional(b bool) *MessageWithOptionalsUpdate
SetBoolOptional sets the "bool_optional" field.
func (*MessageWithOptionalsUpdate) SetBytesOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetBytesOptional(b []byte) *MessageWithOptionalsUpdate
SetBytesOptional sets the "bytes_optional" field.
func (*MessageWithOptionalsUpdate) SetFloatOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetFloatOptional(f float32) *MessageWithOptionalsUpdate
SetFloatOptional sets the "float_optional" field.
func (*MessageWithOptionalsUpdate) SetIntOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetIntOptional(i int8) *MessageWithOptionalsUpdate
SetIntOptional sets the "int_optional" field.
func (*MessageWithOptionalsUpdate) SetNillableBoolOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetNillableBoolOptional(b *bool) *MessageWithOptionalsUpdate
SetNillableBoolOptional sets the "bool_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdate) SetNillableFloatOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetNillableFloatOptional(f *float32) *MessageWithOptionalsUpdate
SetNillableFloatOptional sets the "float_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdate) SetNillableIntOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetNillableIntOptional(i *int8) *MessageWithOptionalsUpdate
SetNillableIntOptional sets the "int_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdate) SetNillableStrOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetNillableStrOptional(s *string) *MessageWithOptionalsUpdate
SetNillableStrOptional sets the "str_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdate) SetNillableTimeOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetNillableTimeOptional(t *time.Time) *MessageWithOptionalsUpdate
SetNillableTimeOptional sets the "time_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdate) SetNillableUUIDOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetNillableUUIDOptional(u *uuid.UUID) *MessageWithOptionalsUpdate
SetNillableUUIDOptional sets the "uuid_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdate) SetNillableUintOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetNillableUintOptional(u *uint8) *MessageWithOptionalsUpdate
SetNillableUintOptional sets the "uint_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdate) SetStrOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetStrOptional(s string) *MessageWithOptionalsUpdate
SetStrOptional sets the "str_optional" field.
func (*MessageWithOptionalsUpdate) SetTimeOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetTimeOptional(t time.Time) *MessageWithOptionalsUpdate
SetTimeOptional sets the "time_optional" field.
func (*MessageWithOptionalsUpdate) SetUUIDOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetUUIDOptional(u uuid.UUID) *MessageWithOptionalsUpdate
SetUUIDOptional sets the "uuid_optional" field.
func (*MessageWithOptionalsUpdate) SetUintOptional ¶
func (mwou *MessageWithOptionalsUpdate) SetUintOptional(u uint8) *MessageWithOptionalsUpdate
SetUintOptional sets the "uint_optional" field.
func (*MessageWithOptionalsUpdate) Where ¶
func (mwou *MessageWithOptionalsUpdate) Where(ps ...predicate.MessageWithOptionals) *MessageWithOptionalsUpdate
Where appends a list predicates to the MessageWithOptionalsUpdate builder.
type MessageWithOptionalsUpdateOne ¶
type MessageWithOptionalsUpdateOne struct {
// contains filtered or unexported fields
}
MessageWithOptionalsUpdateOne is the builder for updating a single MessageWithOptionals entity.
func (*MessageWithOptionalsUpdateOne) AddFloatOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) AddFloatOptional(f float32) *MessageWithOptionalsUpdateOne
AddFloatOptional adds f to the "float_optional" field.
func (*MessageWithOptionalsUpdateOne) AddIntOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) AddIntOptional(i int8) *MessageWithOptionalsUpdateOne
AddIntOptional adds i to the "int_optional" field.
func (*MessageWithOptionalsUpdateOne) AddUintOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) AddUintOptional(u int8) *MessageWithOptionalsUpdateOne
AddUintOptional adds u to the "uint_optional" field.
func (*MessageWithOptionalsUpdateOne) ClearBoolOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) ClearBoolOptional() *MessageWithOptionalsUpdateOne
ClearBoolOptional clears the value of the "bool_optional" field.
func (*MessageWithOptionalsUpdateOne) ClearBytesOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) ClearBytesOptional() *MessageWithOptionalsUpdateOne
ClearBytesOptional clears the value of the "bytes_optional" field.
func (*MessageWithOptionalsUpdateOne) ClearFloatOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) ClearFloatOptional() *MessageWithOptionalsUpdateOne
ClearFloatOptional clears the value of the "float_optional" field.
func (*MessageWithOptionalsUpdateOne) ClearIntOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) ClearIntOptional() *MessageWithOptionalsUpdateOne
ClearIntOptional clears the value of the "int_optional" field.
func (*MessageWithOptionalsUpdateOne) ClearStrOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) ClearStrOptional() *MessageWithOptionalsUpdateOne
ClearStrOptional clears the value of the "str_optional" field.
func (*MessageWithOptionalsUpdateOne) ClearTimeOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) ClearTimeOptional() *MessageWithOptionalsUpdateOne
ClearTimeOptional clears the value of the "time_optional" field.
func (*MessageWithOptionalsUpdateOne) ClearUUIDOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) ClearUUIDOptional() *MessageWithOptionalsUpdateOne
ClearUUIDOptional clears the value of the "uuid_optional" field.
func (*MessageWithOptionalsUpdateOne) ClearUintOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) ClearUintOptional() *MessageWithOptionalsUpdateOne
ClearUintOptional clears the value of the "uint_optional" field.
func (*MessageWithOptionalsUpdateOne) Exec ¶
func (mwouo *MessageWithOptionalsUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*MessageWithOptionalsUpdateOne) ExecX ¶
func (mwouo *MessageWithOptionalsUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithOptionalsUpdateOne) Mutation ¶
func (mwouo *MessageWithOptionalsUpdateOne) Mutation() *MessageWithOptionalsMutation
Mutation returns the MessageWithOptionalsMutation object of the builder.
func (*MessageWithOptionalsUpdateOne) Save ¶
func (mwouo *MessageWithOptionalsUpdateOne) Save(ctx context.Context) (*MessageWithOptionals, error)
Save executes the query and returns the updated MessageWithOptionals entity.
func (*MessageWithOptionalsUpdateOne) SaveX ¶
func (mwouo *MessageWithOptionalsUpdateOne) SaveX(ctx context.Context) *MessageWithOptionals
SaveX is like Save, but panics if an error occurs.
func (*MessageWithOptionalsUpdateOne) Select ¶
func (mwouo *MessageWithOptionalsUpdateOne) Select(field string, fields ...string) *MessageWithOptionalsUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*MessageWithOptionalsUpdateOne) SetBoolOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetBoolOptional(b bool) *MessageWithOptionalsUpdateOne
SetBoolOptional sets the "bool_optional" field.
func (*MessageWithOptionalsUpdateOne) SetBytesOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetBytesOptional(b []byte) *MessageWithOptionalsUpdateOne
SetBytesOptional sets the "bytes_optional" field.
func (*MessageWithOptionalsUpdateOne) SetFloatOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetFloatOptional(f float32) *MessageWithOptionalsUpdateOne
SetFloatOptional sets the "float_optional" field.
func (*MessageWithOptionalsUpdateOne) SetIntOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetIntOptional(i int8) *MessageWithOptionalsUpdateOne
SetIntOptional sets the "int_optional" field.
func (*MessageWithOptionalsUpdateOne) SetNillableBoolOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetNillableBoolOptional(b *bool) *MessageWithOptionalsUpdateOne
SetNillableBoolOptional sets the "bool_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdateOne) SetNillableFloatOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetNillableFloatOptional(f *float32) *MessageWithOptionalsUpdateOne
SetNillableFloatOptional sets the "float_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdateOne) SetNillableIntOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetNillableIntOptional(i *int8) *MessageWithOptionalsUpdateOne
SetNillableIntOptional sets the "int_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdateOne) SetNillableStrOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetNillableStrOptional(s *string) *MessageWithOptionalsUpdateOne
SetNillableStrOptional sets the "str_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdateOne) SetNillableTimeOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetNillableTimeOptional(t *time.Time) *MessageWithOptionalsUpdateOne
SetNillableTimeOptional sets the "time_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdateOne) SetNillableUUIDOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetNillableUUIDOptional(u *uuid.UUID) *MessageWithOptionalsUpdateOne
SetNillableUUIDOptional sets the "uuid_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdateOne) SetNillableUintOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetNillableUintOptional(u *uint8) *MessageWithOptionalsUpdateOne
SetNillableUintOptional sets the "uint_optional" field if the given value is not nil.
func (*MessageWithOptionalsUpdateOne) SetStrOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetStrOptional(s string) *MessageWithOptionalsUpdateOne
SetStrOptional sets the "str_optional" field.
func (*MessageWithOptionalsUpdateOne) SetTimeOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetTimeOptional(t time.Time) *MessageWithOptionalsUpdateOne
SetTimeOptional sets the "time_optional" field.
func (*MessageWithOptionalsUpdateOne) SetUUIDOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetUUIDOptional(u uuid.UUID) *MessageWithOptionalsUpdateOne
SetUUIDOptional sets the "uuid_optional" field.
func (*MessageWithOptionalsUpdateOne) SetUintOptional ¶
func (mwouo *MessageWithOptionalsUpdateOne) SetUintOptional(u uint8) *MessageWithOptionalsUpdateOne
SetUintOptional sets the "uint_optional" field.
type MessageWithPackageName ¶
type MessageWithPackageName struct { // ID of the ent. ID int `json:"id,omitempty"` // Name holds the value of the "name" field. Name string `json:"name,omitempty"` // contains filtered or unexported fields }
MessageWithPackageName is the model entity for the MessageWithPackageName schema.
func (*MessageWithPackageName) String ¶
func (mwpn *MessageWithPackageName) String() string
String implements the fmt.Stringer.
func (*MessageWithPackageName) Unwrap ¶
func (mwpn *MessageWithPackageName) Unwrap() *MessageWithPackageName
Unwrap unwraps the MessageWithPackageName entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*MessageWithPackageName) Update ¶
func (mwpn *MessageWithPackageName) Update() *MessageWithPackageNameUpdateOne
Update returns a builder for updating this MessageWithPackageName. Note that you need to call MessageWithPackageName.Unwrap() before calling this method if this MessageWithPackageName was returned from a transaction, and the transaction was committed or rolled back.
type MessageWithPackageNameClient ¶
type MessageWithPackageNameClient struct {
// contains filtered or unexported fields
}
MessageWithPackageNameClient is a client for the MessageWithPackageName schema.
func NewMessageWithPackageNameClient ¶
func NewMessageWithPackageNameClient(c config) *MessageWithPackageNameClient
NewMessageWithPackageNameClient returns a client for the MessageWithPackageName from the given config.
func (*MessageWithPackageNameClient) Create ¶
func (c *MessageWithPackageNameClient) Create() *MessageWithPackageNameCreate
Create returns a create builder for MessageWithPackageName.
func (*MessageWithPackageNameClient) CreateBulk ¶
func (c *MessageWithPackageNameClient) CreateBulk(builders ...*MessageWithPackageNameCreate) *MessageWithPackageNameCreateBulk
CreateBulk returns a builder for creating a bulk of MessageWithPackageName entities.
func (*MessageWithPackageNameClient) Delete ¶
func (c *MessageWithPackageNameClient) Delete() *MessageWithPackageNameDelete
Delete returns a delete builder for MessageWithPackageName.
func (*MessageWithPackageNameClient) DeleteOne ¶
func (c *MessageWithPackageNameClient) DeleteOne(mwpn *MessageWithPackageName) *MessageWithPackageNameDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*MessageWithPackageNameClient) DeleteOneID ¶
func (c *MessageWithPackageNameClient) DeleteOneID(id int) *MessageWithPackageNameDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*MessageWithPackageNameClient) Get ¶
func (c *MessageWithPackageNameClient) Get(ctx context.Context, id int) (*MessageWithPackageName, error)
Get returns a MessageWithPackageName entity by its id.
func (*MessageWithPackageNameClient) GetX ¶
func (c *MessageWithPackageNameClient) GetX(ctx context.Context, id int) *MessageWithPackageName
GetX is like Get, but panics if an error occurs.
func (*MessageWithPackageNameClient) Hooks ¶
func (c *MessageWithPackageNameClient) Hooks() []Hook
Hooks returns the client hooks.
func (*MessageWithPackageNameClient) Query ¶
func (c *MessageWithPackageNameClient) Query() *MessageWithPackageNameQuery
Query returns a query builder for MessageWithPackageName.
func (*MessageWithPackageNameClient) Update ¶
func (c *MessageWithPackageNameClient) Update() *MessageWithPackageNameUpdate
Update returns an update builder for MessageWithPackageName.
func (*MessageWithPackageNameClient) UpdateOne ¶
func (c *MessageWithPackageNameClient) UpdateOne(mwpn *MessageWithPackageName) *MessageWithPackageNameUpdateOne
UpdateOne returns an update builder for the given entity.
func (*MessageWithPackageNameClient) UpdateOneID ¶
func (c *MessageWithPackageNameClient) UpdateOneID(id int) *MessageWithPackageNameUpdateOne
UpdateOneID returns an update builder for the given id.
func (*MessageWithPackageNameClient) Use ¶
func (c *MessageWithPackageNameClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `messagewithpackagename.Hooks(f(g(h())))`.
type MessageWithPackageNameCreate ¶
type MessageWithPackageNameCreate struct {
// contains filtered or unexported fields
}
MessageWithPackageNameCreate is the builder for creating a MessageWithPackageName entity.
func (*MessageWithPackageNameCreate) Exec ¶
func (mwpnc *MessageWithPackageNameCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithPackageNameCreate) ExecX ¶
func (mwpnc *MessageWithPackageNameCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithPackageNameCreate) Mutation ¶
func (mwpnc *MessageWithPackageNameCreate) Mutation() *MessageWithPackageNameMutation
Mutation returns the MessageWithPackageNameMutation object of the builder.
func (*MessageWithPackageNameCreate) Save ¶
func (mwpnc *MessageWithPackageNameCreate) Save(ctx context.Context) (*MessageWithPackageName, error)
Save creates the MessageWithPackageName in the database.
func (*MessageWithPackageNameCreate) SaveX ¶
func (mwpnc *MessageWithPackageNameCreate) SaveX(ctx context.Context) *MessageWithPackageName
SaveX calls Save and panics if Save returns an error.
func (*MessageWithPackageNameCreate) SetName ¶
func (mwpnc *MessageWithPackageNameCreate) SetName(s string) *MessageWithPackageNameCreate
SetName sets the "name" field.
type MessageWithPackageNameCreateBulk ¶
type MessageWithPackageNameCreateBulk struct {
// contains filtered or unexported fields
}
MessageWithPackageNameCreateBulk is the builder for creating many MessageWithPackageName entities in bulk.
func (*MessageWithPackageNameCreateBulk) Exec ¶
func (mwpncb *MessageWithPackageNameCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithPackageNameCreateBulk) ExecX ¶
func (mwpncb *MessageWithPackageNameCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithPackageNameCreateBulk) Save ¶
func (mwpncb *MessageWithPackageNameCreateBulk) Save(ctx context.Context) ([]*MessageWithPackageName, error)
Save creates the MessageWithPackageName entities in the database.
func (*MessageWithPackageNameCreateBulk) SaveX ¶
func (mwpncb *MessageWithPackageNameCreateBulk) SaveX(ctx context.Context) []*MessageWithPackageName
SaveX is like Save, but panics if an error occurs.
type MessageWithPackageNameDelete ¶
type MessageWithPackageNameDelete struct {
// contains filtered or unexported fields
}
MessageWithPackageNameDelete is the builder for deleting a MessageWithPackageName entity.
func (*MessageWithPackageNameDelete) Exec ¶
func (mwpnd *MessageWithPackageNameDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*MessageWithPackageNameDelete) ExecX ¶
func (mwpnd *MessageWithPackageNameDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithPackageNameDelete) Where ¶
func (mwpnd *MessageWithPackageNameDelete) Where(ps ...predicate.MessageWithPackageName) *MessageWithPackageNameDelete
Where appends a list predicates to the MessageWithPackageNameDelete builder.
type MessageWithPackageNameDeleteOne ¶
type MessageWithPackageNameDeleteOne struct {
// contains filtered or unexported fields
}
MessageWithPackageNameDeleteOne is the builder for deleting a single MessageWithPackageName entity.
func (*MessageWithPackageNameDeleteOne) Exec ¶
func (mwpndo *MessageWithPackageNameDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*MessageWithPackageNameDeleteOne) ExecX ¶
func (mwpndo *MessageWithPackageNameDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type MessageWithPackageNameGroupBy ¶
type MessageWithPackageNameGroupBy struct {
// contains filtered or unexported fields
}
MessageWithPackageNameGroupBy is the group-by builder for MessageWithPackageName entities.
func (*MessageWithPackageNameGroupBy) Aggregate ¶
func (mwpngb *MessageWithPackageNameGroupBy) Aggregate(fns ...AggregateFunc) *MessageWithPackageNameGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*MessageWithPackageNameGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameGroupBy) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*MessageWithPackageNameGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*MessageWithPackageNameGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameGroupBy) Scan ¶
func (mwpngb *MessageWithPackageNameGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*MessageWithPackageNameGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameGroupBy) StringX ¶
StringX is like String, but panics if an error occurs.
type MessageWithPackageNameMutation ¶
type MessageWithPackageNameMutation struct {
// contains filtered or unexported fields
}
MessageWithPackageNameMutation represents an operation that mutates the MessageWithPackageName nodes in the graph.
func (*MessageWithPackageNameMutation) AddField ¶
func (m *MessageWithPackageNameMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*MessageWithPackageNameMutation) AddedEdges ¶
func (m *MessageWithPackageNameMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*MessageWithPackageNameMutation) AddedField ¶
func (m *MessageWithPackageNameMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithPackageNameMutation) AddedFields ¶
func (m *MessageWithPackageNameMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*MessageWithPackageNameMutation) AddedIDs ¶
func (m *MessageWithPackageNameMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*MessageWithPackageNameMutation) ClearEdge ¶
func (m *MessageWithPackageNameMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*MessageWithPackageNameMutation) ClearField ¶
func (m *MessageWithPackageNameMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithPackageNameMutation) ClearedEdges ¶
func (m *MessageWithPackageNameMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*MessageWithPackageNameMutation) ClearedFields ¶
func (m *MessageWithPackageNameMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (MessageWithPackageNameMutation) Client ¶
func (m MessageWithPackageNameMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*MessageWithPackageNameMutation) EdgeCleared ¶
func (m *MessageWithPackageNameMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*MessageWithPackageNameMutation) Field ¶
func (m *MessageWithPackageNameMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*MessageWithPackageNameMutation) FieldCleared ¶
func (m *MessageWithPackageNameMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*MessageWithPackageNameMutation) Fields ¶
func (m *MessageWithPackageNameMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*MessageWithPackageNameMutation) ID ¶
func (m *MessageWithPackageNameMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*MessageWithPackageNameMutation) IDs ¶
func (m *MessageWithPackageNameMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*MessageWithPackageNameMutation) Name ¶
func (m *MessageWithPackageNameMutation) Name() (r string, exists bool)
Name returns the value of the "name" field in the mutation.
func (*MessageWithPackageNameMutation) OldField ¶
func (m *MessageWithPackageNameMutation) OldField(ctx context.Context, name string) (ent.Value, error)
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*MessageWithPackageNameMutation) OldName ¶
func (m *MessageWithPackageNameMutation) OldName(ctx context.Context) (v string, err error)
OldName returns the old "name" field's value of the MessageWithPackageName entity. If the MessageWithPackageName object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*MessageWithPackageNameMutation) Op ¶
func (m *MessageWithPackageNameMutation) Op() Op
Op returns the operation name.
func (*MessageWithPackageNameMutation) RemovedEdges ¶
func (m *MessageWithPackageNameMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*MessageWithPackageNameMutation) RemovedIDs ¶
func (m *MessageWithPackageNameMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*MessageWithPackageNameMutation) ResetEdge ¶
func (m *MessageWithPackageNameMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*MessageWithPackageNameMutation) ResetField ¶
func (m *MessageWithPackageNameMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*MessageWithPackageNameMutation) ResetName ¶
func (m *MessageWithPackageNameMutation) ResetName()
ResetName resets all changes to the "name" field.
func (*MessageWithPackageNameMutation) SetField ¶
func (m *MessageWithPackageNameMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*MessageWithPackageNameMutation) SetName ¶
func (m *MessageWithPackageNameMutation) SetName(s string)
SetName sets the "name" field.
func (MessageWithPackageNameMutation) Tx ¶
func (m MessageWithPackageNameMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*MessageWithPackageNameMutation) Type ¶
func (m *MessageWithPackageNameMutation) Type() string
Type returns the node type of this mutation (MessageWithPackageName).
func (*MessageWithPackageNameMutation) Where ¶
func (m *MessageWithPackageNameMutation) Where(ps ...predicate.MessageWithPackageName)
Where appends a list predicates to the MessageWithPackageNameMutation builder.
type MessageWithPackageNameQuery ¶
type MessageWithPackageNameQuery struct {
// contains filtered or unexported fields
}
MessageWithPackageNameQuery is the builder for querying MessageWithPackageName entities.
func (*MessageWithPackageNameQuery) All ¶
func (mwpnq *MessageWithPackageNameQuery) All(ctx context.Context) ([]*MessageWithPackageName, error)
All executes the query and returns a list of MessageWithPackageNames.
func (*MessageWithPackageNameQuery) AllX ¶
func (mwpnq *MessageWithPackageNameQuery) AllX(ctx context.Context) []*MessageWithPackageName
AllX is like All, but panics if an error occurs.
func (*MessageWithPackageNameQuery) Clone ¶
func (mwpnq *MessageWithPackageNameQuery) Clone() *MessageWithPackageNameQuery
Clone returns a duplicate of the MessageWithPackageNameQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*MessageWithPackageNameQuery) Count ¶
func (mwpnq *MessageWithPackageNameQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*MessageWithPackageNameQuery) CountX ¶
func (mwpnq *MessageWithPackageNameQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*MessageWithPackageNameQuery) Exist ¶
func (mwpnq *MessageWithPackageNameQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*MessageWithPackageNameQuery) ExistX ¶
func (mwpnq *MessageWithPackageNameQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*MessageWithPackageNameQuery) First ¶
func (mwpnq *MessageWithPackageNameQuery) First(ctx context.Context) (*MessageWithPackageName, error)
First returns the first MessageWithPackageName entity from the query. Returns a *NotFoundError when no MessageWithPackageName was found.
func (*MessageWithPackageNameQuery) FirstID ¶
func (mwpnq *MessageWithPackageNameQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first MessageWithPackageName ID from the query. Returns a *NotFoundError when no MessageWithPackageName ID was found.
func (*MessageWithPackageNameQuery) FirstIDX ¶
func (mwpnq *MessageWithPackageNameQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*MessageWithPackageNameQuery) FirstX ¶
func (mwpnq *MessageWithPackageNameQuery) FirstX(ctx context.Context) *MessageWithPackageName
FirstX is like First, but panics if an error occurs.
func (*MessageWithPackageNameQuery) GroupBy ¶
func (mwpnq *MessageWithPackageNameQuery) GroupBy(field string, fields ...string) *MessageWithPackageNameGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Name string `json:"name,omitempty"` Count int `json:"count,omitempty"` } client.MessageWithPackageName.Query(). GroupBy(messagewithpackagename.FieldName). Aggregate(ent.Count()). Scan(ctx, &v)
func (*MessageWithPackageNameQuery) IDs ¶
func (mwpnq *MessageWithPackageNameQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of MessageWithPackageName IDs.
func (*MessageWithPackageNameQuery) IDsX ¶
func (mwpnq *MessageWithPackageNameQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*MessageWithPackageNameQuery) Limit ¶
func (mwpnq *MessageWithPackageNameQuery) Limit(limit int) *MessageWithPackageNameQuery
Limit adds a limit step to the query.
func (*MessageWithPackageNameQuery) Offset ¶
func (mwpnq *MessageWithPackageNameQuery) Offset(offset int) *MessageWithPackageNameQuery
Offset adds an offset step to the query.
func (*MessageWithPackageNameQuery) Only ¶
func (mwpnq *MessageWithPackageNameQuery) Only(ctx context.Context) (*MessageWithPackageName, error)
Only returns a single MessageWithPackageName entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one MessageWithPackageName entity is found. Returns a *NotFoundError when no MessageWithPackageName entities are found.
func (*MessageWithPackageNameQuery) OnlyID ¶
func (mwpnq *MessageWithPackageNameQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only MessageWithPackageName ID in the query. Returns a *NotSingularError when more than one MessageWithPackageName ID is found. Returns a *NotFoundError when no entities are found.
func (*MessageWithPackageNameQuery) OnlyIDX ¶
func (mwpnq *MessageWithPackageNameQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*MessageWithPackageNameQuery) OnlyX ¶
func (mwpnq *MessageWithPackageNameQuery) OnlyX(ctx context.Context) *MessageWithPackageName
OnlyX is like Only, but panics if an error occurs.
func (*MessageWithPackageNameQuery) Order ¶
func (mwpnq *MessageWithPackageNameQuery) Order(o ...OrderFunc) *MessageWithPackageNameQuery
Order adds an order step to the query.
func (*MessageWithPackageNameQuery) Select ¶
func (mwpnq *MessageWithPackageNameQuery) Select(fields ...string) *MessageWithPackageNameSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Name string `json:"name,omitempty"` } client.MessageWithPackageName.Query(). Select(messagewithpackagename.FieldName). Scan(ctx, &v)
func (*MessageWithPackageNameQuery) Unique ¶
func (mwpnq *MessageWithPackageNameQuery) Unique(unique bool) *MessageWithPackageNameQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*MessageWithPackageNameQuery) Where ¶
func (mwpnq *MessageWithPackageNameQuery) Where(ps ...predicate.MessageWithPackageName) *MessageWithPackageNameQuery
Where adds a new predicate for the MessageWithPackageNameQuery builder.
type MessageWithPackageNameSelect ¶
type MessageWithPackageNameSelect struct { *MessageWithPackageNameQuery // contains filtered or unexported fields }
MessageWithPackageNameSelect is the builder for selecting fields of MessageWithPackageName entities.
func (*MessageWithPackageNameSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameSelect) Float64X ¶
Float64X is like Float64, but panics if an error occurs.
func (*MessageWithPackageNameSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*MessageWithPackageNameSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameSelect) Scan ¶
func (mwpns *MessageWithPackageNameSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*MessageWithPackageNameSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
func (*MessageWithPackageNameSelect) StringX ¶
StringX is like String, but panics if an error occurs.
type MessageWithPackageNameUpdate ¶
type MessageWithPackageNameUpdate struct {
// contains filtered or unexported fields
}
MessageWithPackageNameUpdate is the builder for updating MessageWithPackageName entities.
func (*MessageWithPackageNameUpdate) Exec ¶
func (mwpnu *MessageWithPackageNameUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*MessageWithPackageNameUpdate) ExecX ¶
func (mwpnu *MessageWithPackageNameUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithPackageNameUpdate) Mutation ¶
func (mwpnu *MessageWithPackageNameUpdate) Mutation() *MessageWithPackageNameMutation
Mutation returns the MessageWithPackageNameMutation object of the builder.
func (*MessageWithPackageNameUpdate) Save ¶
func (mwpnu *MessageWithPackageNameUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*MessageWithPackageNameUpdate) SaveX ¶
func (mwpnu *MessageWithPackageNameUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*MessageWithPackageNameUpdate) SetName ¶
func (mwpnu *MessageWithPackageNameUpdate) SetName(s string) *MessageWithPackageNameUpdate
SetName sets the "name" field.
func (*MessageWithPackageNameUpdate) Where ¶
func (mwpnu *MessageWithPackageNameUpdate) Where(ps ...predicate.MessageWithPackageName) *MessageWithPackageNameUpdate
Where appends a list predicates to the MessageWithPackageNameUpdate builder.
type MessageWithPackageNameUpdateOne ¶
type MessageWithPackageNameUpdateOne struct {
// contains filtered or unexported fields
}
MessageWithPackageNameUpdateOne is the builder for updating a single MessageWithPackageName entity.
func (*MessageWithPackageNameUpdateOne) Exec ¶
func (mwpnuo *MessageWithPackageNameUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*MessageWithPackageNameUpdateOne) ExecX ¶
func (mwpnuo *MessageWithPackageNameUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*MessageWithPackageNameUpdateOne) Mutation ¶
func (mwpnuo *MessageWithPackageNameUpdateOne) Mutation() *MessageWithPackageNameMutation
Mutation returns the MessageWithPackageNameMutation object of the builder.
func (*MessageWithPackageNameUpdateOne) Save ¶
func (mwpnuo *MessageWithPackageNameUpdateOne) Save(ctx context.Context) (*MessageWithPackageName, error)
Save executes the query and returns the updated MessageWithPackageName entity.
func (*MessageWithPackageNameUpdateOne) SaveX ¶
func (mwpnuo *MessageWithPackageNameUpdateOne) SaveX(ctx context.Context) *MessageWithPackageName
SaveX is like Save, but panics if an error occurs.
func (*MessageWithPackageNameUpdateOne) Select ¶
func (mwpnuo *MessageWithPackageNameUpdateOne) Select(field string, fields ...string) *MessageWithPackageNameUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*MessageWithPackageNameUpdateOne) SetName ¶
func (mwpnuo *MessageWithPackageNameUpdateOne) SetName(s string) *MessageWithPackageNameUpdateOne
SetName sets the "name" field.
type MessageWithPackageNames ¶
type MessageWithPackageNames []*MessageWithPackageName
MessageWithPackageNames is a parsable slice of MessageWithPackageName.
type MutateFunc ¶
type MutateFunc = ent.MutateFunc
ent aliases to avoid import conflicts in user's code.
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
NotFoundError returns when trying to fetch a specific entity and it was not found in the database.
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Error implements the error interface.
type NotLoadedError ¶
type NotLoadedError struct {
// contains filtered or unexported fields
}
NotLoadedError returns when trying to get a node that was not loaded by the query.
func (*NotLoadedError) Error ¶
func (e *NotLoadedError) Error() string
Error implements the error interface.
type NotSingularError ¶
type NotSingularError struct {
// contains filtered or unexported fields
}
NotSingularError returns when trying to fetch a singular entity and more then one was found in the database.
func (*NotSingularError) Error ¶
func (e *NotSingularError) Error() string
Error implements the error interface.
type OneMethodService ¶
type OneMethodService struct { // ID of the ent. ID int `json:"id,omitempty"` // contains filtered or unexported fields }
OneMethodService is the model entity for the OneMethodService schema.
func (*OneMethodService) String ¶
func (oms *OneMethodService) String() string
String implements the fmt.Stringer.
func (*OneMethodService) Unwrap ¶
func (oms *OneMethodService) Unwrap() *OneMethodService
Unwrap unwraps the OneMethodService entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*OneMethodService) Update ¶
func (oms *OneMethodService) Update() *OneMethodServiceUpdateOne
Update returns a builder for updating this OneMethodService. Note that you need to call OneMethodService.Unwrap() before calling this method if this OneMethodService was returned from a transaction, and the transaction was committed or rolled back.
type OneMethodServiceClient ¶
type OneMethodServiceClient struct {
// contains filtered or unexported fields
}
OneMethodServiceClient is a client for the OneMethodService schema.
func NewOneMethodServiceClient ¶
func NewOneMethodServiceClient(c config) *OneMethodServiceClient
NewOneMethodServiceClient returns a client for the OneMethodService from the given config.
func (*OneMethodServiceClient) Create ¶
func (c *OneMethodServiceClient) Create() *OneMethodServiceCreate
Create returns a create builder for OneMethodService.
func (*OneMethodServiceClient) CreateBulk ¶
func (c *OneMethodServiceClient) CreateBulk(builders ...*OneMethodServiceCreate) *OneMethodServiceCreateBulk
CreateBulk returns a builder for creating a bulk of OneMethodService entities.
func (*OneMethodServiceClient) Delete ¶
func (c *OneMethodServiceClient) Delete() *OneMethodServiceDelete
Delete returns a delete builder for OneMethodService.
func (*OneMethodServiceClient) DeleteOne ¶
func (c *OneMethodServiceClient) DeleteOne(oms *OneMethodService) *OneMethodServiceDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*OneMethodServiceClient) DeleteOneID ¶
func (c *OneMethodServiceClient) DeleteOneID(id int) *OneMethodServiceDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*OneMethodServiceClient) Get ¶
func (c *OneMethodServiceClient) Get(ctx context.Context, id int) (*OneMethodService, error)
Get returns a OneMethodService entity by its id.
func (*OneMethodServiceClient) GetX ¶
func (c *OneMethodServiceClient) GetX(ctx context.Context, id int) *OneMethodService
GetX is like Get, but panics if an error occurs.
func (*OneMethodServiceClient) Hooks ¶
func (c *OneMethodServiceClient) Hooks() []Hook
Hooks returns the client hooks.
func (*OneMethodServiceClient) Query ¶
func (c *OneMethodServiceClient) Query() *OneMethodServiceQuery
Query returns a query builder for OneMethodService.
func (*OneMethodServiceClient) Update ¶
func (c *OneMethodServiceClient) Update() *OneMethodServiceUpdate
Update returns an update builder for OneMethodService.
func (*OneMethodServiceClient) UpdateOne ¶
func (c *OneMethodServiceClient) UpdateOne(oms *OneMethodService) *OneMethodServiceUpdateOne
UpdateOne returns an update builder for the given entity.
func (*OneMethodServiceClient) UpdateOneID ¶
func (c *OneMethodServiceClient) UpdateOneID(id int) *OneMethodServiceUpdateOne
UpdateOneID returns an update builder for the given id.
func (*OneMethodServiceClient) Use ¶
func (c *OneMethodServiceClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `onemethodservice.Hooks(f(g(h())))`.
type OneMethodServiceCreate ¶
type OneMethodServiceCreate struct {
// contains filtered or unexported fields
}
OneMethodServiceCreate is the builder for creating a OneMethodService entity.
func (*OneMethodServiceCreate) Exec ¶
func (omsc *OneMethodServiceCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*OneMethodServiceCreate) ExecX ¶
func (omsc *OneMethodServiceCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*OneMethodServiceCreate) Mutation ¶
func (omsc *OneMethodServiceCreate) Mutation() *OneMethodServiceMutation
Mutation returns the OneMethodServiceMutation object of the builder.
func (*OneMethodServiceCreate) Save ¶
func (omsc *OneMethodServiceCreate) Save(ctx context.Context) (*OneMethodService, error)
Save creates the OneMethodService in the database.
func (*OneMethodServiceCreate) SaveX ¶
func (omsc *OneMethodServiceCreate) SaveX(ctx context.Context) *OneMethodService
SaveX calls Save and panics if Save returns an error.
type OneMethodServiceCreateBulk ¶
type OneMethodServiceCreateBulk struct {
// contains filtered or unexported fields
}
OneMethodServiceCreateBulk is the builder for creating many OneMethodService entities in bulk.
func (*OneMethodServiceCreateBulk) Exec ¶
func (omscb *OneMethodServiceCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*OneMethodServiceCreateBulk) ExecX ¶
func (omscb *OneMethodServiceCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*OneMethodServiceCreateBulk) Save ¶
func (omscb *OneMethodServiceCreateBulk) Save(ctx context.Context) ([]*OneMethodService, error)
Save creates the OneMethodService entities in the database.
func (*OneMethodServiceCreateBulk) SaveX ¶
func (omscb *OneMethodServiceCreateBulk) SaveX(ctx context.Context) []*OneMethodService
SaveX is like Save, but panics if an error occurs.
type OneMethodServiceDelete ¶
type OneMethodServiceDelete struct {
// contains filtered or unexported fields
}
OneMethodServiceDelete is the builder for deleting a OneMethodService entity.
func (*OneMethodServiceDelete) Exec ¶
func (omsd *OneMethodServiceDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*OneMethodServiceDelete) ExecX ¶
func (omsd *OneMethodServiceDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*OneMethodServiceDelete) Where ¶
func (omsd *OneMethodServiceDelete) Where(ps ...predicate.OneMethodService) *OneMethodServiceDelete
Where appends a list predicates to the OneMethodServiceDelete builder.
type OneMethodServiceDeleteOne ¶
type OneMethodServiceDeleteOne struct {
// contains filtered or unexported fields
}
OneMethodServiceDeleteOne is the builder for deleting a single OneMethodService entity.
func (*OneMethodServiceDeleteOne) Exec ¶
func (omsdo *OneMethodServiceDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*OneMethodServiceDeleteOne) ExecX ¶
func (omsdo *OneMethodServiceDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type OneMethodServiceGroupBy ¶
type OneMethodServiceGroupBy struct {
// contains filtered or unexported fields
}
OneMethodServiceGroupBy is the group-by builder for OneMethodService entities.
func (*OneMethodServiceGroupBy) Aggregate ¶
func (omsgb *OneMethodServiceGroupBy) Aggregate(fns ...AggregateFunc) *OneMethodServiceGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*OneMethodServiceGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*OneMethodServiceGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceGroupBy) Scan ¶
func (omsgb *OneMethodServiceGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*OneMethodServiceGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type OneMethodServiceMutation ¶
type OneMethodServiceMutation struct {
// contains filtered or unexported fields
}
OneMethodServiceMutation represents an operation that mutates the OneMethodService nodes in the graph.
func (*OneMethodServiceMutation) AddField ¶
func (m *OneMethodServiceMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*OneMethodServiceMutation) AddedEdges ¶
func (m *OneMethodServiceMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*OneMethodServiceMutation) AddedField ¶
func (m *OneMethodServiceMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*OneMethodServiceMutation) AddedFields ¶
func (m *OneMethodServiceMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*OneMethodServiceMutation) AddedIDs ¶
func (m *OneMethodServiceMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*OneMethodServiceMutation) ClearEdge ¶
func (m *OneMethodServiceMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*OneMethodServiceMutation) ClearField ¶
func (m *OneMethodServiceMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*OneMethodServiceMutation) ClearedEdges ¶
func (m *OneMethodServiceMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*OneMethodServiceMutation) ClearedFields ¶
func (m *OneMethodServiceMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (OneMethodServiceMutation) Client ¶
func (m OneMethodServiceMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*OneMethodServiceMutation) EdgeCleared ¶
func (m *OneMethodServiceMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*OneMethodServiceMutation) Field ¶
func (m *OneMethodServiceMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*OneMethodServiceMutation) FieldCleared ¶
func (m *OneMethodServiceMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*OneMethodServiceMutation) Fields ¶
func (m *OneMethodServiceMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*OneMethodServiceMutation) ID ¶
func (m *OneMethodServiceMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*OneMethodServiceMutation) IDs ¶
func (m *OneMethodServiceMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*OneMethodServiceMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*OneMethodServiceMutation) Op ¶
func (m *OneMethodServiceMutation) Op() Op
Op returns the operation name.
func (*OneMethodServiceMutation) RemovedEdges ¶
func (m *OneMethodServiceMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*OneMethodServiceMutation) RemovedIDs ¶
func (m *OneMethodServiceMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*OneMethodServiceMutation) ResetEdge ¶
func (m *OneMethodServiceMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*OneMethodServiceMutation) ResetField ¶
func (m *OneMethodServiceMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*OneMethodServiceMutation) SetField ¶
func (m *OneMethodServiceMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (OneMethodServiceMutation) Tx ¶
func (m OneMethodServiceMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*OneMethodServiceMutation) Type ¶
func (m *OneMethodServiceMutation) Type() string
Type returns the node type of this mutation (OneMethodService).
func (*OneMethodServiceMutation) Where ¶
func (m *OneMethodServiceMutation) Where(ps ...predicate.OneMethodService)
Where appends a list predicates to the OneMethodServiceMutation builder.
type OneMethodServiceQuery ¶
type OneMethodServiceQuery struct {
// contains filtered or unexported fields
}
OneMethodServiceQuery is the builder for querying OneMethodService entities.
func (*OneMethodServiceQuery) All ¶
func (omsq *OneMethodServiceQuery) All(ctx context.Context) ([]*OneMethodService, error)
All executes the query and returns a list of OneMethodServices.
func (*OneMethodServiceQuery) AllX ¶
func (omsq *OneMethodServiceQuery) AllX(ctx context.Context) []*OneMethodService
AllX is like All, but panics if an error occurs.
func (*OneMethodServiceQuery) Clone ¶
func (omsq *OneMethodServiceQuery) Clone() *OneMethodServiceQuery
Clone returns a duplicate of the OneMethodServiceQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*OneMethodServiceQuery) Count ¶
func (omsq *OneMethodServiceQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*OneMethodServiceQuery) CountX ¶
func (omsq *OneMethodServiceQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*OneMethodServiceQuery) Exist ¶
func (omsq *OneMethodServiceQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*OneMethodServiceQuery) ExistX ¶
func (omsq *OneMethodServiceQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*OneMethodServiceQuery) First ¶
func (omsq *OneMethodServiceQuery) First(ctx context.Context) (*OneMethodService, error)
First returns the first OneMethodService entity from the query. Returns a *NotFoundError when no OneMethodService was found.
func (*OneMethodServiceQuery) FirstID ¶
func (omsq *OneMethodServiceQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first OneMethodService ID from the query. Returns a *NotFoundError when no OneMethodService ID was found.
func (*OneMethodServiceQuery) FirstIDX ¶
func (omsq *OneMethodServiceQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*OneMethodServiceQuery) FirstX ¶
func (omsq *OneMethodServiceQuery) FirstX(ctx context.Context) *OneMethodService
FirstX is like First, but panics if an error occurs.
func (*OneMethodServiceQuery) GroupBy ¶
func (omsq *OneMethodServiceQuery) GroupBy(field string, fields ...string) *OneMethodServiceGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
func (*OneMethodServiceQuery) IDs ¶
func (omsq *OneMethodServiceQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of OneMethodService IDs.
func (*OneMethodServiceQuery) IDsX ¶
func (omsq *OneMethodServiceQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*OneMethodServiceQuery) Limit ¶
func (omsq *OneMethodServiceQuery) Limit(limit int) *OneMethodServiceQuery
Limit adds a limit step to the query.
func (*OneMethodServiceQuery) Offset ¶
func (omsq *OneMethodServiceQuery) Offset(offset int) *OneMethodServiceQuery
Offset adds an offset step to the query.
func (*OneMethodServiceQuery) Only ¶
func (omsq *OneMethodServiceQuery) Only(ctx context.Context) (*OneMethodService, error)
Only returns a single OneMethodService entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one OneMethodService entity is found. Returns a *NotFoundError when no OneMethodService entities are found.
func (*OneMethodServiceQuery) OnlyID ¶
func (omsq *OneMethodServiceQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only OneMethodService ID in the query. Returns a *NotSingularError when more than one OneMethodService ID is found. Returns a *NotFoundError when no entities are found.
func (*OneMethodServiceQuery) OnlyIDX ¶
func (omsq *OneMethodServiceQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*OneMethodServiceQuery) OnlyX ¶
func (omsq *OneMethodServiceQuery) OnlyX(ctx context.Context) *OneMethodService
OnlyX is like Only, but panics if an error occurs.
func (*OneMethodServiceQuery) Order ¶
func (omsq *OneMethodServiceQuery) Order(o ...OrderFunc) *OneMethodServiceQuery
Order adds an order step to the query.
func (*OneMethodServiceQuery) Select ¶
func (omsq *OneMethodServiceQuery) Select(fields ...string) *OneMethodServiceSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
func (*OneMethodServiceQuery) Unique ¶
func (omsq *OneMethodServiceQuery) Unique(unique bool) *OneMethodServiceQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*OneMethodServiceQuery) Where ¶
func (omsq *OneMethodServiceQuery) Where(ps ...predicate.OneMethodService) *OneMethodServiceQuery
Where adds a new predicate for the OneMethodServiceQuery builder.
type OneMethodServiceSelect ¶
type OneMethodServiceSelect struct { *OneMethodServiceQuery // contains filtered or unexported fields }
OneMethodServiceSelect is the builder for selecting fields of OneMethodService entities.
func (*OneMethodServiceSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*OneMethodServiceSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*OneMethodServiceSelect) Scan ¶
func (omss *OneMethodServiceSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*OneMethodServiceSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type OneMethodServiceUpdate ¶
type OneMethodServiceUpdate struct {
// contains filtered or unexported fields
}
OneMethodServiceUpdate is the builder for updating OneMethodService entities.
func (*OneMethodServiceUpdate) Exec ¶
func (omsu *OneMethodServiceUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*OneMethodServiceUpdate) ExecX ¶
func (omsu *OneMethodServiceUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*OneMethodServiceUpdate) Mutation ¶
func (omsu *OneMethodServiceUpdate) Mutation() *OneMethodServiceMutation
Mutation returns the OneMethodServiceMutation object of the builder.
func (*OneMethodServiceUpdate) Save ¶
func (omsu *OneMethodServiceUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*OneMethodServiceUpdate) SaveX ¶
func (omsu *OneMethodServiceUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*OneMethodServiceUpdate) Where ¶
func (omsu *OneMethodServiceUpdate) Where(ps ...predicate.OneMethodService) *OneMethodServiceUpdate
Where appends a list predicates to the OneMethodServiceUpdate builder.
type OneMethodServiceUpdateOne ¶
type OneMethodServiceUpdateOne struct {
// contains filtered or unexported fields
}
OneMethodServiceUpdateOne is the builder for updating a single OneMethodService entity.
func (*OneMethodServiceUpdateOne) Exec ¶
func (omsuo *OneMethodServiceUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*OneMethodServiceUpdateOne) ExecX ¶
func (omsuo *OneMethodServiceUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*OneMethodServiceUpdateOne) Mutation ¶
func (omsuo *OneMethodServiceUpdateOne) Mutation() *OneMethodServiceMutation
Mutation returns the OneMethodServiceMutation object of the builder.
func (*OneMethodServiceUpdateOne) Save ¶
func (omsuo *OneMethodServiceUpdateOne) Save(ctx context.Context) (*OneMethodService, error)
Save executes the query and returns the updated OneMethodService entity.
func (*OneMethodServiceUpdateOne) SaveX ¶
func (omsuo *OneMethodServiceUpdateOne) SaveX(ctx context.Context) *OneMethodService
SaveX is like Save, but panics if an error occurs.
func (*OneMethodServiceUpdateOne) Select ¶
func (omsuo *OneMethodServiceUpdateOne) Select(field string, fields ...string) *OneMethodServiceUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
type OneMethodServices ¶
type OneMethodServices []*OneMethodService
OneMethodServices is a parsable slice of OneMethodService.
type Portal ¶
type Portal struct { // ID of the ent. ID int `json:"id,omitempty"` // Name holds the value of the "name" field. Name string `json:"name,omitempty"` // Description holds the value of the "description" field. Description string `json:"description,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the PortalQuery when eager-loading is set. Edges PortalEdges `json:"edges"` // contains filtered or unexported fields }
Portal is the model entity for the Portal schema.
func (*Portal) QueryCategory ¶
func (po *Portal) QueryCategory() *CategoryQuery
QueryCategory queries the "category" edge of the Portal entity.
func (*Portal) Unwrap ¶
Unwrap unwraps the Portal entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*Portal) Update ¶
func (po *Portal) Update() *PortalUpdateOne
Update returns a builder for updating this Portal. Note that you need to call Portal.Unwrap() before calling this method if this Portal was returned from a transaction, and the transaction was committed or rolled back.
type PortalClient ¶
type PortalClient struct {
// contains filtered or unexported fields
}
PortalClient is a client for the Portal schema.
func NewPortalClient ¶
func NewPortalClient(c config) *PortalClient
NewPortalClient returns a client for the Portal from the given config.
func (*PortalClient) Create ¶
func (c *PortalClient) Create() *PortalCreate
Create returns a create builder for Portal.
func (*PortalClient) CreateBulk ¶
func (c *PortalClient) CreateBulk(builders ...*PortalCreate) *PortalCreateBulk
CreateBulk returns a builder for creating a bulk of Portal entities.
func (*PortalClient) Delete ¶
func (c *PortalClient) Delete() *PortalDelete
Delete returns a delete builder for Portal.
func (*PortalClient) DeleteOne ¶
func (c *PortalClient) DeleteOne(po *Portal) *PortalDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*PortalClient) DeleteOneID ¶
func (c *PortalClient) DeleteOneID(id int) *PortalDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*PortalClient) GetX ¶
func (c *PortalClient) GetX(ctx context.Context, id int) *Portal
GetX is like Get, but panics if an error occurs.
func (*PortalClient) Query ¶
func (c *PortalClient) Query() *PortalQuery
Query returns a query builder for Portal.
func (*PortalClient) QueryCategory ¶
func (c *PortalClient) QueryCategory(po *Portal) *CategoryQuery
QueryCategory queries the category edge of a Portal.
func (*PortalClient) Update ¶
func (c *PortalClient) Update() *PortalUpdate
Update returns an update builder for Portal.
func (*PortalClient) UpdateOne ¶
func (c *PortalClient) UpdateOne(po *Portal) *PortalUpdateOne
UpdateOne returns an update builder for the given entity.
func (*PortalClient) UpdateOneID ¶
func (c *PortalClient) UpdateOneID(id int) *PortalUpdateOne
UpdateOneID returns an update builder for the given id.
func (*PortalClient) Use ¶
func (c *PortalClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `portal.Hooks(f(g(h())))`.
type PortalCreate ¶
type PortalCreate struct {
// contains filtered or unexported fields
}
PortalCreate is the builder for creating a Portal entity.
func (*PortalCreate) Exec ¶
func (pc *PortalCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*PortalCreate) ExecX ¶
func (pc *PortalCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*PortalCreate) Mutation ¶
func (pc *PortalCreate) Mutation() *PortalMutation
Mutation returns the PortalMutation object of the builder.
func (*PortalCreate) Save ¶
func (pc *PortalCreate) Save(ctx context.Context) (*Portal, error)
Save creates the Portal in the database.
func (*PortalCreate) SaveX ¶
func (pc *PortalCreate) SaveX(ctx context.Context) *Portal
SaveX calls Save and panics if Save returns an error.
func (*PortalCreate) SetCategory ¶
func (pc *PortalCreate) SetCategory(c *Category) *PortalCreate
SetCategory sets the "category" edge to the Category entity.
func (*PortalCreate) SetCategoryID ¶
func (pc *PortalCreate) SetCategoryID(id int) *PortalCreate
SetCategoryID sets the "category" edge to the Category entity by ID.
func (*PortalCreate) SetDescription ¶
func (pc *PortalCreate) SetDescription(s string) *PortalCreate
SetDescription sets the "description" field.
func (*PortalCreate) SetName ¶
func (pc *PortalCreate) SetName(s string) *PortalCreate
SetName sets the "name" field.
func (*PortalCreate) SetNillableCategoryID ¶
func (pc *PortalCreate) SetNillableCategoryID(id *int) *PortalCreate
SetNillableCategoryID sets the "category" edge to the Category entity by ID if the given value is not nil.
type PortalCreateBulk ¶
type PortalCreateBulk struct {
// contains filtered or unexported fields
}
PortalCreateBulk is the builder for creating many Portal entities in bulk.
func (*PortalCreateBulk) Exec ¶
func (pcb *PortalCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*PortalCreateBulk) ExecX ¶
func (pcb *PortalCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type PortalDelete ¶
type PortalDelete struct {
// contains filtered or unexported fields
}
PortalDelete is the builder for deleting a Portal entity.
func (*PortalDelete) Exec ¶
func (pd *PortalDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*PortalDelete) ExecX ¶
func (pd *PortalDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*PortalDelete) Where ¶
func (pd *PortalDelete) Where(ps ...predicate.Portal) *PortalDelete
Where appends a list predicates to the PortalDelete builder.
type PortalDeleteOne ¶
type PortalDeleteOne struct {
// contains filtered or unexported fields
}
PortalDeleteOne is the builder for deleting a single Portal entity.
func (*PortalDeleteOne) Exec ¶
func (pdo *PortalDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*PortalDeleteOne) ExecX ¶
func (pdo *PortalDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type PortalEdges ¶
type PortalEdges struct { // Category holds the value of the category edge. Category *Category `json:"category,omitempty"` // contains filtered or unexported fields }
PortalEdges holds the relations/edges for other nodes in the graph.
func (PortalEdges) CategoryOrErr ¶
func (e PortalEdges) CategoryOrErr() (*Category, error)
CategoryOrErr returns the Category value or an error if the edge was not loaded in eager-loading, or loaded but was not found.
type PortalGroupBy ¶
type PortalGroupBy struct {
// contains filtered or unexported fields
}
PortalGroupBy is the group-by builder for Portal entities.
func (*PortalGroupBy) Aggregate ¶
func (pgb *PortalGroupBy) Aggregate(fns ...AggregateFunc) *PortalGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*PortalGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*PortalGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*PortalGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*PortalGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*PortalGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*PortalGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*PortalGroupBy) Scan ¶
func (pgb *PortalGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*PortalGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type PortalMutation ¶
type PortalMutation struct {
// contains filtered or unexported fields
}
PortalMutation represents an operation that mutates the Portal nodes in the graph.
func (*PortalMutation) AddField ¶
func (m *PortalMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*PortalMutation) AddedEdges ¶
func (m *PortalMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*PortalMutation) AddedField ¶
func (m *PortalMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*PortalMutation) AddedFields ¶
func (m *PortalMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*PortalMutation) AddedIDs ¶
func (m *PortalMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*PortalMutation) CategoryCleared ¶
func (m *PortalMutation) CategoryCleared() bool
CategoryCleared reports if the "category" edge to the Category entity was cleared.
func (*PortalMutation) CategoryID ¶
func (m *PortalMutation) CategoryID() (id int, exists bool)
CategoryID returns the "category" edge ID in the mutation.
func (*PortalMutation) CategoryIDs ¶
func (m *PortalMutation) CategoryIDs() (ids []int)
CategoryIDs returns the "category" edge IDs in the mutation. Note that IDs always returns len(IDs) <= 1 for unique edges, and you should use CategoryID instead. It exists only for internal usage by the builders.
func (*PortalMutation) ClearCategory ¶
func (m *PortalMutation) ClearCategory()
ClearCategory clears the "category" edge to the Category entity.
func (*PortalMutation) ClearEdge ¶
func (m *PortalMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*PortalMutation) ClearField ¶
func (m *PortalMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*PortalMutation) ClearedEdges ¶
func (m *PortalMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*PortalMutation) ClearedFields ¶
func (m *PortalMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (PortalMutation) Client ¶
func (m PortalMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*PortalMutation) Description ¶
func (m *PortalMutation) Description() (r string, exists bool)
Description returns the value of the "description" field in the mutation.
func (*PortalMutation) EdgeCleared ¶
func (m *PortalMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*PortalMutation) Field ¶
func (m *PortalMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*PortalMutation) FieldCleared ¶
func (m *PortalMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*PortalMutation) Fields ¶
func (m *PortalMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*PortalMutation) ID ¶
func (m *PortalMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*PortalMutation) IDs ¶
func (m *PortalMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*PortalMutation) Name ¶
func (m *PortalMutation) Name() (r string, exists bool)
Name returns the value of the "name" field in the mutation.
func (*PortalMutation) OldDescription ¶
func (m *PortalMutation) OldDescription(ctx context.Context) (v string, err error)
OldDescription returns the old "description" field's value of the Portal entity. If the Portal object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*PortalMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*PortalMutation) OldName ¶
func (m *PortalMutation) OldName(ctx context.Context) (v string, err error)
OldName returns the old "name" field's value of the Portal entity. If the Portal object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*PortalMutation) RemovedEdges ¶
func (m *PortalMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*PortalMutation) RemovedIDs ¶
func (m *PortalMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*PortalMutation) ResetCategory ¶
func (m *PortalMutation) ResetCategory()
ResetCategory resets all changes to the "category" edge.
func (*PortalMutation) ResetDescription ¶
func (m *PortalMutation) ResetDescription()
ResetDescription resets all changes to the "description" field.
func (*PortalMutation) ResetEdge ¶
func (m *PortalMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*PortalMutation) ResetField ¶
func (m *PortalMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*PortalMutation) ResetName ¶
func (m *PortalMutation) ResetName()
ResetName resets all changes to the "name" field.
func (*PortalMutation) SetCategoryID ¶
func (m *PortalMutation) SetCategoryID(id int)
SetCategoryID sets the "category" edge to the Category entity by id.
func (*PortalMutation) SetDescription ¶
func (m *PortalMutation) SetDescription(s string)
SetDescription sets the "description" field.
func (*PortalMutation) SetField ¶
func (m *PortalMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*PortalMutation) SetName ¶
func (m *PortalMutation) SetName(s string)
SetName sets the "name" field.
func (PortalMutation) Tx ¶
func (m PortalMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*PortalMutation) Type ¶
func (m *PortalMutation) Type() string
Type returns the node type of this mutation (Portal).
func (*PortalMutation) Where ¶
func (m *PortalMutation) Where(ps ...predicate.Portal)
Where appends a list predicates to the PortalMutation builder.
type PortalQuery ¶
type PortalQuery struct {
// contains filtered or unexported fields
}
PortalQuery is the builder for querying Portal entities.
func (*PortalQuery) All ¶
func (pq *PortalQuery) All(ctx context.Context) ([]*Portal, error)
All executes the query and returns a list of Portals.
func (*PortalQuery) AllX ¶
func (pq *PortalQuery) AllX(ctx context.Context) []*Portal
AllX is like All, but panics if an error occurs.
func (*PortalQuery) Clone ¶
func (pq *PortalQuery) Clone() *PortalQuery
Clone returns a duplicate of the PortalQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*PortalQuery) Count ¶
func (pq *PortalQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*PortalQuery) CountX ¶
func (pq *PortalQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*PortalQuery) Exist ¶
func (pq *PortalQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*PortalQuery) ExistX ¶
func (pq *PortalQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*PortalQuery) First ¶
func (pq *PortalQuery) First(ctx context.Context) (*Portal, error)
First returns the first Portal entity from the query. Returns a *NotFoundError when no Portal was found.
func (*PortalQuery) FirstID ¶
func (pq *PortalQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first Portal ID from the query. Returns a *NotFoundError when no Portal ID was found.
func (*PortalQuery) FirstIDX ¶
func (pq *PortalQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*PortalQuery) FirstX ¶
func (pq *PortalQuery) FirstX(ctx context.Context) *Portal
FirstX is like First, but panics if an error occurs.
func (*PortalQuery) GroupBy ¶
func (pq *PortalQuery) GroupBy(field string, fields ...string) *PortalGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Name string `json:"name,omitempty"` Count int `json:"count,omitempty"` } client.Portal.Query(). GroupBy(portal.FieldName). Aggregate(ent.Count()). Scan(ctx, &v)
func (*PortalQuery) IDs ¶
func (pq *PortalQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of Portal IDs.
func (*PortalQuery) IDsX ¶
func (pq *PortalQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*PortalQuery) Limit ¶
func (pq *PortalQuery) Limit(limit int) *PortalQuery
Limit adds a limit step to the query.
func (*PortalQuery) Offset ¶
func (pq *PortalQuery) Offset(offset int) *PortalQuery
Offset adds an offset step to the query.
func (*PortalQuery) Only ¶
func (pq *PortalQuery) Only(ctx context.Context) (*Portal, error)
Only returns a single Portal entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one Portal entity is found. Returns a *NotFoundError when no Portal entities are found.
func (*PortalQuery) OnlyID ¶
func (pq *PortalQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only Portal ID in the query. Returns a *NotSingularError when more than one Portal ID is found. Returns a *NotFoundError when no entities are found.
func (*PortalQuery) OnlyIDX ¶
func (pq *PortalQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*PortalQuery) OnlyX ¶
func (pq *PortalQuery) OnlyX(ctx context.Context) *Portal
OnlyX is like Only, but panics if an error occurs.
func (*PortalQuery) Order ¶
func (pq *PortalQuery) Order(o ...OrderFunc) *PortalQuery
Order adds an order step to the query.
func (*PortalQuery) QueryCategory ¶
func (pq *PortalQuery) QueryCategory() *CategoryQuery
QueryCategory chains the current query on the "category" edge.
func (*PortalQuery) Select ¶
func (pq *PortalQuery) Select(fields ...string) *PortalSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Name string `json:"name,omitempty"` } client.Portal.Query(). Select(portal.FieldName). Scan(ctx, &v)
func (*PortalQuery) Unique ¶
func (pq *PortalQuery) Unique(unique bool) *PortalQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*PortalQuery) Where ¶
func (pq *PortalQuery) Where(ps ...predicate.Portal) *PortalQuery
Where adds a new predicate for the PortalQuery builder.
func (*PortalQuery) WithCategory ¶
func (pq *PortalQuery) WithCategory(opts ...func(*CategoryQuery)) *PortalQuery
WithCategory tells the query-builder to eager-load the nodes that are connected to the "category" edge. The optional arguments are used to configure the query builder of the edge.
type PortalSelect ¶
type PortalSelect struct { *PortalQuery // contains filtered or unexported fields }
PortalSelect is the builder for selecting fields of Portal entities.
func (*PortalSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*PortalSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*PortalSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*PortalSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*PortalSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*PortalSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*PortalSelect) Scan ¶
func (ps *PortalSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*PortalSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type PortalUpdate ¶
type PortalUpdate struct {
// contains filtered or unexported fields
}
PortalUpdate is the builder for updating Portal entities.
func (*PortalUpdate) ClearCategory ¶
func (pu *PortalUpdate) ClearCategory() *PortalUpdate
ClearCategory clears the "category" edge to the Category entity.
func (*PortalUpdate) Exec ¶
func (pu *PortalUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*PortalUpdate) ExecX ¶
func (pu *PortalUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*PortalUpdate) Mutation ¶
func (pu *PortalUpdate) Mutation() *PortalMutation
Mutation returns the PortalMutation object of the builder.
func (*PortalUpdate) Save ¶
func (pu *PortalUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*PortalUpdate) SaveX ¶
func (pu *PortalUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*PortalUpdate) SetCategory ¶
func (pu *PortalUpdate) SetCategory(c *Category) *PortalUpdate
SetCategory sets the "category" edge to the Category entity.
func (*PortalUpdate) SetCategoryID ¶
func (pu *PortalUpdate) SetCategoryID(id int) *PortalUpdate
SetCategoryID sets the "category" edge to the Category entity by ID.
func (*PortalUpdate) SetDescription ¶
func (pu *PortalUpdate) SetDescription(s string) *PortalUpdate
SetDescription sets the "description" field.
func (*PortalUpdate) SetName ¶
func (pu *PortalUpdate) SetName(s string) *PortalUpdate
SetName sets the "name" field.
func (*PortalUpdate) SetNillableCategoryID ¶
func (pu *PortalUpdate) SetNillableCategoryID(id *int) *PortalUpdate
SetNillableCategoryID sets the "category" edge to the Category entity by ID if the given value is not nil.
func (*PortalUpdate) Where ¶
func (pu *PortalUpdate) Where(ps ...predicate.Portal) *PortalUpdate
Where appends a list predicates to the PortalUpdate builder.
type PortalUpdateOne ¶
type PortalUpdateOne struct {
// contains filtered or unexported fields
}
PortalUpdateOne is the builder for updating a single Portal entity.
func (*PortalUpdateOne) ClearCategory ¶
func (puo *PortalUpdateOne) ClearCategory() *PortalUpdateOne
ClearCategory clears the "category" edge to the Category entity.
func (*PortalUpdateOne) Exec ¶
func (puo *PortalUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*PortalUpdateOne) ExecX ¶
func (puo *PortalUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*PortalUpdateOne) Mutation ¶
func (puo *PortalUpdateOne) Mutation() *PortalMutation
Mutation returns the PortalMutation object of the builder.
func (*PortalUpdateOne) Save ¶
func (puo *PortalUpdateOne) Save(ctx context.Context) (*Portal, error)
Save executes the query and returns the updated Portal entity.
func (*PortalUpdateOne) SaveX ¶
func (puo *PortalUpdateOne) SaveX(ctx context.Context) *Portal
SaveX is like Save, but panics if an error occurs.
func (*PortalUpdateOne) Select ¶
func (puo *PortalUpdateOne) Select(field string, fields ...string) *PortalUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*PortalUpdateOne) SetCategory ¶
func (puo *PortalUpdateOne) SetCategory(c *Category) *PortalUpdateOne
SetCategory sets the "category" edge to the Category entity.
func (*PortalUpdateOne) SetCategoryID ¶
func (puo *PortalUpdateOne) SetCategoryID(id int) *PortalUpdateOne
SetCategoryID sets the "category" edge to the Category entity by ID.
func (*PortalUpdateOne) SetDescription ¶
func (puo *PortalUpdateOne) SetDescription(s string) *PortalUpdateOne
SetDescription sets the "description" field.
func (*PortalUpdateOne) SetName ¶
func (puo *PortalUpdateOne) SetName(s string) *PortalUpdateOne
SetName sets the "name" field.
func (*PortalUpdateOne) SetNillableCategoryID ¶
func (puo *PortalUpdateOne) SetNillableCategoryID(id *int) *PortalUpdateOne
SetNillableCategoryID sets the "category" edge to the Category entity by ID if the given value is not nil.
type RollbackFunc ¶
The RollbackFunc type is an adapter to allow the use of ordinary function as a Rollbacker. If f is a function with the appropriate signature, RollbackFunc(f) is a Rollbacker that calls f.
type RollbackHook ¶
type RollbackHook func(Rollbacker) Rollbacker
RollbackHook defines the "rollback middleware". A function that gets a Rollbacker and returns a Rollbacker. For example:
hook := func(next ent.Rollbacker) ent.Rollbacker { return ent.RollbackFunc(func(ctx context.Context, tx *ent.Tx) error { // Do some stuff before. if err := next.Rollback(ctx, tx); err != nil { return err } // Do some stuff after. return nil }) }
type Rollbacker ¶
Rollbacker is the interface that wraps the Rollback method.
type SkipEdgeExample ¶
type SkipEdgeExample struct { // ID of the ent. ID int `json:"id,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the SkipEdgeExampleQuery when eager-loading is set. Edges SkipEdgeExampleEdges `json:"edges"` // contains filtered or unexported fields }
SkipEdgeExample is the model entity for the SkipEdgeExample schema.
func (*SkipEdgeExample) QueryUser ¶
func (see *SkipEdgeExample) QueryUser() *UserQuery
QueryUser queries the "user" edge of the SkipEdgeExample entity.
func (*SkipEdgeExample) String ¶
func (see *SkipEdgeExample) String() string
String implements the fmt.Stringer.
func (*SkipEdgeExample) Unwrap ¶
func (see *SkipEdgeExample) Unwrap() *SkipEdgeExample
Unwrap unwraps the SkipEdgeExample entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*SkipEdgeExample) Update ¶
func (see *SkipEdgeExample) Update() *SkipEdgeExampleUpdateOne
Update returns a builder for updating this SkipEdgeExample. Note that you need to call SkipEdgeExample.Unwrap() before calling this method if this SkipEdgeExample was returned from a transaction, and the transaction was committed or rolled back.
type SkipEdgeExampleClient ¶
type SkipEdgeExampleClient struct {
// contains filtered or unexported fields
}
SkipEdgeExampleClient is a client for the SkipEdgeExample schema.
func NewSkipEdgeExampleClient ¶
func NewSkipEdgeExampleClient(c config) *SkipEdgeExampleClient
NewSkipEdgeExampleClient returns a client for the SkipEdgeExample from the given config.
func (*SkipEdgeExampleClient) Create ¶
func (c *SkipEdgeExampleClient) Create() *SkipEdgeExampleCreate
Create returns a create builder for SkipEdgeExample.
func (*SkipEdgeExampleClient) CreateBulk ¶
func (c *SkipEdgeExampleClient) CreateBulk(builders ...*SkipEdgeExampleCreate) *SkipEdgeExampleCreateBulk
CreateBulk returns a builder for creating a bulk of SkipEdgeExample entities.
func (*SkipEdgeExampleClient) Delete ¶
func (c *SkipEdgeExampleClient) Delete() *SkipEdgeExampleDelete
Delete returns a delete builder for SkipEdgeExample.
func (*SkipEdgeExampleClient) DeleteOne ¶
func (c *SkipEdgeExampleClient) DeleteOne(see *SkipEdgeExample) *SkipEdgeExampleDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*SkipEdgeExampleClient) DeleteOneID ¶
func (c *SkipEdgeExampleClient) DeleteOneID(id int) *SkipEdgeExampleDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*SkipEdgeExampleClient) Get ¶
func (c *SkipEdgeExampleClient) Get(ctx context.Context, id int) (*SkipEdgeExample, error)
Get returns a SkipEdgeExample entity by its id.
func (*SkipEdgeExampleClient) GetX ¶
func (c *SkipEdgeExampleClient) GetX(ctx context.Context, id int) *SkipEdgeExample
GetX is like Get, but panics if an error occurs.
func (*SkipEdgeExampleClient) Hooks ¶
func (c *SkipEdgeExampleClient) Hooks() []Hook
Hooks returns the client hooks.
func (*SkipEdgeExampleClient) Query ¶
func (c *SkipEdgeExampleClient) Query() *SkipEdgeExampleQuery
Query returns a query builder for SkipEdgeExample.
func (*SkipEdgeExampleClient) QueryUser ¶
func (c *SkipEdgeExampleClient) QueryUser(see *SkipEdgeExample) *UserQuery
QueryUser queries the user edge of a SkipEdgeExample.
func (*SkipEdgeExampleClient) Update ¶
func (c *SkipEdgeExampleClient) Update() *SkipEdgeExampleUpdate
Update returns an update builder for SkipEdgeExample.
func (*SkipEdgeExampleClient) UpdateOne ¶
func (c *SkipEdgeExampleClient) UpdateOne(see *SkipEdgeExample) *SkipEdgeExampleUpdateOne
UpdateOne returns an update builder for the given entity.
func (*SkipEdgeExampleClient) UpdateOneID ¶
func (c *SkipEdgeExampleClient) UpdateOneID(id int) *SkipEdgeExampleUpdateOne
UpdateOneID returns an update builder for the given id.
func (*SkipEdgeExampleClient) Use ¶
func (c *SkipEdgeExampleClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `skipedgeexample.Hooks(f(g(h())))`.
type SkipEdgeExampleCreate ¶
type SkipEdgeExampleCreate struct {
// contains filtered or unexported fields
}
SkipEdgeExampleCreate is the builder for creating a SkipEdgeExample entity.
func (*SkipEdgeExampleCreate) Exec ¶
func (seec *SkipEdgeExampleCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*SkipEdgeExampleCreate) ExecX ¶
func (seec *SkipEdgeExampleCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*SkipEdgeExampleCreate) Mutation ¶
func (seec *SkipEdgeExampleCreate) Mutation() *SkipEdgeExampleMutation
Mutation returns the SkipEdgeExampleMutation object of the builder.
func (*SkipEdgeExampleCreate) Save ¶
func (seec *SkipEdgeExampleCreate) Save(ctx context.Context) (*SkipEdgeExample, error)
Save creates the SkipEdgeExample in the database.
func (*SkipEdgeExampleCreate) SaveX ¶
func (seec *SkipEdgeExampleCreate) SaveX(ctx context.Context) *SkipEdgeExample
SaveX calls Save and panics if Save returns an error.
func (*SkipEdgeExampleCreate) SetNillableUserID ¶
func (seec *SkipEdgeExampleCreate) SetNillableUserID(id *int) *SkipEdgeExampleCreate
SetNillableUserID sets the "user" edge to the User entity by ID if the given value is not nil.
func (*SkipEdgeExampleCreate) SetUser ¶
func (seec *SkipEdgeExampleCreate) SetUser(u *User) *SkipEdgeExampleCreate
SetUser sets the "user" edge to the User entity.
func (*SkipEdgeExampleCreate) SetUserID ¶
func (seec *SkipEdgeExampleCreate) SetUserID(id int) *SkipEdgeExampleCreate
SetUserID sets the "user" edge to the User entity by ID.
type SkipEdgeExampleCreateBulk ¶
type SkipEdgeExampleCreateBulk struct {
// contains filtered or unexported fields
}
SkipEdgeExampleCreateBulk is the builder for creating many SkipEdgeExample entities in bulk.
func (*SkipEdgeExampleCreateBulk) Exec ¶
func (seecb *SkipEdgeExampleCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*SkipEdgeExampleCreateBulk) ExecX ¶
func (seecb *SkipEdgeExampleCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*SkipEdgeExampleCreateBulk) Save ¶
func (seecb *SkipEdgeExampleCreateBulk) Save(ctx context.Context) ([]*SkipEdgeExample, error)
Save creates the SkipEdgeExample entities in the database.
func (*SkipEdgeExampleCreateBulk) SaveX ¶
func (seecb *SkipEdgeExampleCreateBulk) SaveX(ctx context.Context) []*SkipEdgeExample
SaveX is like Save, but panics if an error occurs.
type SkipEdgeExampleDelete ¶
type SkipEdgeExampleDelete struct {
// contains filtered or unexported fields
}
SkipEdgeExampleDelete is the builder for deleting a SkipEdgeExample entity.
func (*SkipEdgeExampleDelete) Exec ¶
func (seed *SkipEdgeExampleDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*SkipEdgeExampleDelete) ExecX ¶
func (seed *SkipEdgeExampleDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*SkipEdgeExampleDelete) Where ¶
func (seed *SkipEdgeExampleDelete) Where(ps ...predicate.SkipEdgeExample) *SkipEdgeExampleDelete
Where appends a list predicates to the SkipEdgeExampleDelete builder.
type SkipEdgeExampleDeleteOne ¶
type SkipEdgeExampleDeleteOne struct {
// contains filtered or unexported fields
}
SkipEdgeExampleDeleteOne is the builder for deleting a single SkipEdgeExample entity.
func (*SkipEdgeExampleDeleteOne) Exec ¶
func (seedo *SkipEdgeExampleDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*SkipEdgeExampleDeleteOne) ExecX ¶
func (seedo *SkipEdgeExampleDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type SkipEdgeExampleEdges ¶
type SkipEdgeExampleEdges struct { // User holds the value of the user edge. User *User `json:"user,omitempty"` // contains filtered or unexported fields }
SkipEdgeExampleEdges holds the relations/edges for other nodes in the graph.
func (SkipEdgeExampleEdges) UserOrErr ¶
func (e SkipEdgeExampleEdges) UserOrErr() (*User, error)
UserOrErr returns the User value or an error if the edge was not loaded in eager-loading, or loaded but was not found.
type SkipEdgeExampleGroupBy ¶
type SkipEdgeExampleGroupBy struct {
// contains filtered or unexported fields
}
SkipEdgeExampleGroupBy is the group-by builder for SkipEdgeExample entities.
func (*SkipEdgeExampleGroupBy) Aggregate ¶
func (seegb *SkipEdgeExampleGroupBy) Aggregate(fns ...AggregateFunc) *SkipEdgeExampleGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*SkipEdgeExampleGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*SkipEdgeExampleGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleGroupBy) Scan ¶
func (seegb *SkipEdgeExampleGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*SkipEdgeExampleGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type SkipEdgeExampleMutation ¶
type SkipEdgeExampleMutation struct {
// contains filtered or unexported fields
}
SkipEdgeExampleMutation represents an operation that mutates the SkipEdgeExample nodes in the graph.
func (*SkipEdgeExampleMutation) AddField ¶
func (m *SkipEdgeExampleMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*SkipEdgeExampleMutation) AddedEdges ¶
func (m *SkipEdgeExampleMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*SkipEdgeExampleMutation) AddedField ¶
func (m *SkipEdgeExampleMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*SkipEdgeExampleMutation) AddedFields ¶
func (m *SkipEdgeExampleMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*SkipEdgeExampleMutation) AddedIDs ¶
func (m *SkipEdgeExampleMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*SkipEdgeExampleMutation) ClearEdge ¶
func (m *SkipEdgeExampleMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*SkipEdgeExampleMutation) ClearField ¶
func (m *SkipEdgeExampleMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*SkipEdgeExampleMutation) ClearUser ¶
func (m *SkipEdgeExampleMutation) ClearUser()
ClearUser clears the "user" edge to the User entity.
func (*SkipEdgeExampleMutation) ClearedEdges ¶
func (m *SkipEdgeExampleMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*SkipEdgeExampleMutation) ClearedFields ¶
func (m *SkipEdgeExampleMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (SkipEdgeExampleMutation) Client ¶
func (m SkipEdgeExampleMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*SkipEdgeExampleMutation) EdgeCleared ¶
func (m *SkipEdgeExampleMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*SkipEdgeExampleMutation) Field ¶
func (m *SkipEdgeExampleMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*SkipEdgeExampleMutation) FieldCleared ¶
func (m *SkipEdgeExampleMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*SkipEdgeExampleMutation) Fields ¶
func (m *SkipEdgeExampleMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*SkipEdgeExampleMutation) ID ¶
func (m *SkipEdgeExampleMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*SkipEdgeExampleMutation) IDs ¶
func (m *SkipEdgeExampleMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*SkipEdgeExampleMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*SkipEdgeExampleMutation) Op ¶
func (m *SkipEdgeExampleMutation) Op() Op
Op returns the operation name.
func (*SkipEdgeExampleMutation) RemovedEdges ¶
func (m *SkipEdgeExampleMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*SkipEdgeExampleMutation) RemovedIDs ¶
func (m *SkipEdgeExampleMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*SkipEdgeExampleMutation) ResetEdge ¶
func (m *SkipEdgeExampleMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*SkipEdgeExampleMutation) ResetField ¶
func (m *SkipEdgeExampleMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*SkipEdgeExampleMutation) ResetUser ¶
func (m *SkipEdgeExampleMutation) ResetUser()
ResetUser resets all changes to the "user" edge.
func (*SkipEdgeExampleMutation) SetField ¶
func (m *SkipEdgeExampleMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*SkipEdgeExampleMutation) SetUserID ¶
func (m *SkipEdgeExampleMutation) SetUserID(id int)
SetUserID sets the "user" edge to the User entity by id.
func (SkipEdgeExampleMutation) Tx ¶
func (m SkipEdgeExampleMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*SkipEdgeExampleMutation) Type ¶
func (m *SkipEdgeExampleMutation) Type() string
Type returns the node type of this mutation (SkipEdgeExample).
func (*SkipEdgeExampleMutation) UserCleared ¶
func (m *SkipEdgeExampleMutation) UserCleared() bool
UserCleared reports if the "user" edge to the User entity was cleared.
func (*SkipEdgeExampleMutation) UserID ¶
func (m *SkipEdgeExampleMutation) UserID() (id int, exists bool)
UserID returns the "user" edge ID in the mutation.
func (*SkipEdgeExampleMutation) UserIDs ¶
func (m *SkipEdgeExampleMutation) UserIDs() (ids []int)
UserIDs returns the "user" edge IDs in the mutation. Note that IDs always returns len(IDs) <= 1 for unique edges, and you should use UserID instead. It exists only for internal usage by the builders.
func (*SkipEdgeExampleMutation) Where ¶
func (m *SkipEdgeExampleMutation) Where(ps ...predicate.SkipEdgeExample)
Where appends a list predicates to the SkipEdgeExampleMutation builder.
type SkipEdgeExampleQuery ¶
type SkipEdgeExampleQuery struct {
// contains filtered or unexported fields
}
SkipEdgeExampleQuery is the builder for querying SkipEdgeExample entities.
func (*SkipEdgeExampleQuery) All ¶
func (seeq *SkipEdgeExampleQuery) All(ctx context.Context) ([]*SkipEdgeExample, error)
All executes the query and returns a list of SkipEdgeExamples.
func (*SkipEdgeExampleQuery) AllX ¶
func (seeq *SkipEdgeExampleQuery) AllX(ctx context.Context) []*SkipEdgeExample
AllX is like All, but panics if an error occurs.
func (*SkipEdgeExampleQuery) Clone ¶
func (seeq *SkipEdgeExampleQuery) Clone() *SkipEdgeExampleQuery
Clone returns a duplicate of the SkipEdgeExampleQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*SkipEdgeExampleQuery) Count ¶
func (seeq *SkipEdgeExampleQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*SkipEdgeExampleQuery) CountX ¶
func (seeq *SkipEdgeExampleQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*SkipEdgeExampleQuery) Exist ¶
func (seeq *SkipEdgeExampleQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*SkipEdgeExampleQuery) ExistX ¶
func (seeq *SkipEdgeExampleQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*SkipEdgeExampleQuery) First ¶
func (seeq *SkipEdgeExampleQuery) First(ctx context.Context) (*SkipEdgeExample, error)
First returns the first SkipEdgeExample entity from the query. Returns a *NotFoundError when no SkipEdgeExample was found.
func (*SkipEdgeExampleQuery) FirstID ¶
func (seeq *SkipEdgeExampleQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first SkipEdgeExample ID from the query. Returns a *NotFoundError when no SkipEdgeExample ID was found.
func (*SkipEdgeExampleQuery) FirstIDX ¶
func (seeq *SkipEdgeExampleQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*SkipEdgeExampleQuery) FirstX ¶
func (seeq *SkipEdgeExampleQuery) FirstX(ctx context.Context) *SkipEdgeExample
FirstX is like First, but panics if an error occurs.
func (*SkipEdgeExampleQuery) GroupBy ¶
func (seeq *SkipEdgeExampleQuery) GroupBy(field string, fields ...string) *SkipEdgeExampleGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
func (*SkipEdgeExampleQuery) IDs ¶
func (seeq *SkipEdgeExampleQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of SkipEdgeExample IDs.
func (*SkipEdgeExampleQuery) IDsX ¶
func (seeq *SkipEdgeExampleQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*SkipEdgeExampleQuery) Limit ¶
func (seeq *SkipEdgeExampleQuery) Limit(limit int) *SkipEdgeExampleQuery
Limit adds a limit step to the query.
func (*SkipEdgeExampleQuery) Offset ¶
func (seeq *SkipEdgeExampleQuery) Offset(offset int) *SkipEdgeExampleQuery
Offset adds an offset step to the query.
func (*SkipEdgeExampleQuery) Only ¶
func (seeq *SkipEdgeExampleQuery) Only(ctx context.Context) (*SkipEdgeExample, error)
Only returns a single SkipEdgeExample entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one SkipEdgeExample entity is found. Returns a *NotFoundError when no SkipEdgeExample entities are found.
func (*SkipEdgeExampleQuery) OnlyID ¶
func (seeq *SkipEdgeExampleQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only SkipEdgeExample ID in the query. Returns a *NotSingularError when more than one SkipEdgeExample ID is found. Returns a *NotFoundError when no entities are found.
func (*SkipEdgeExampleQuery) OnlyIDX ¶
func (seeq *SkipEdgeExampleQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*SkipEdgeExampleQuery) OnlyX ¶
func (seeq *SkipEdgeExampleQuery) OnlyX(ctx context.Context) *SkipEdgeExample
OnlyX is like Only, but panics if an error occurs.
func (*SkipEdgeExampleQuery) Order ¶
func (seeq *SkipEdgeExampleQuery) Order(o ...OrderFunc) *SkipEdgeExampleQuery
Order adds an order step to the query.
func (*SkipEdgeExampleQuery) QueryUser ¶
func (seeq *SkipEdgeExampleQuery) QueryUser() *UserQuery
QueryUser chains the current query on the "user" edge.
func (*SkipEdgeExampleQuery) Select ¶
func (seeq *SkipEdgeExampleQuery) Select(fields ...string) *SkipEdgeExampleSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
func (*SkipEdgeExampleQuery) Unique ¶
func (seeq *SkipEdgeExampleQuery) Unique(unique bool) *SkipEdgeExampleQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*SkipEdgeExampleQuery) Where ¶
func (seeq *SkipEdgeExampleQuery) Where(ps ...predicate.SkipEdgeExample) *SkipEdgeExampleQuery
Where adds a new predicate for the SkipEdgeExampleQuery builder.
func (*SkipEdgeExampleQuery) WithUser ¶
func (seeq *SkipEdgeExampleQuery) WithUser(opts ...func(*UserQuery)) *SkipEdgeExampleQuery
WithUser tells the query-builder to eager-load the nodes that are connected to the "user" edge. The optional arguments are used to configure the query builder of the edge.
type SkipEdgeExampleSelect ¶
type SkipEdgeExampleSelect struct { *SkipEdgeExampleQuery // contains filtered or unexported fields }
SkipEdgeExampleSelect is the builder for selecting fields of SkipEdgeExample entities.
func (*SkipEdgeExampleSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*SkipEdgeExampleSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*SkipEdgeExampleSelect) Scan ¶
func (sees *SkipEdgeExampleSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*SkipEdgeExampleSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type SkipEdgeExampleUpdate ¶
type SkipEdgeExampleUpdate struct {
// contains filtered or unexported fields
}
SkipEdgeExampleUpdate is the builder for updating SkipEdgeExample entities.
func (*SkipEdgeExampleUpdate) ClearUser ¶
func (seeu *SkipEdgeExampleUpdate) ClearUser() *SkipEdgeExampleUpdate
ClearUser clears the "user" edge to the User entity.
func (*SkipEdgeExampleUpdate) Exec ¶
func (seeu *SkipEdgeExampleUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*SkipEdgeExampleUpdate) ExecX ¶
func (seeu *SkipEdgeExampleUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*SkipEdgeExampleUpdate) Mutation ¶
func (seeu *SkipEdgeExampleUpdate) Mutation() *SkipEdgeExampleMutation
Mutation returns the SkipEdgeExampleMutation object of the builder.
func (*SkipEdgeExampleUpdate) Save ¶
func (seeu *SkipEdgeExampleUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*SkipEdgeExampleUpdate) SaveX ¶
func (seeu *SkipEdgeExampleUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*SkipEdgeExampleUpdate) SetNillableUserID ¶
func (seeu *SkipEdgeExampleUpdate) SetNillableUserID(id *int) *SkipEdgeExampleUpdate
SetNillableUserID sets the "user" edge to the User entity by ID if the given value is not nil.
func (*SkipEdgeExampleUpdate) SetUser ¶
func (seeu *SkipEdgeExampleUpdate) SetUser(u *User) *SkipEdgeExampleUpdate
SetUser sets the "user" edge to the User entity.
func (*SkipEdgeExampleUpdate) SetUserID ¶
func (seeu *SkipEdgeExampleUpdate) SetUserID(id int) *SkipEdgeExampleUpdate
SetUserID sets the "user" edge to the User entity by ID.
func (*SkipEdgeExampleUpdate) Where ¶
func (seeu *SkipEdgeExampleUpdate) Where(ps ...predicate.SkipEdgeExample) *SkipEdgeExampleUpdate
Where appends a list predicates to the SkipEdgeExampleUpdate builder.
type SkipEdgeExampleUpdateOne ¶
type SkipEdgeExampleUpdateOne struct {
// contains filtered or unexported fields
}
SkipEdgeExampleUpdateOne is the builder for updating a single SkipEdgeExample entity.
func (*SkipEdgeExampleUpdateOne) ClearUser ¶
func (seeuo *SkipEdgeExampleUpdateOne) ClearUser() *SkipEdgeExampleUpdateOne
ClearUser clears the "user" edge to the User entity.
func (*SkipEdgeExampleUpdateOne) Exec ¶
func (seeuo *SkipEdgeExampleUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*SkipEdgeExampleUpdateOne) ExecX ¶
func (seeuo *SkipEdgeExampleUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*SkipEdgeExampleUpdateOne) Mutation ¶
func (seeuo *SkipEdgeExampleUpdateOne) Mutation() *SkipEdgeExampleMutation
Mutation returns the SkipEdgeExampleMutation object of the builder.
func (*SkipEdgeExampleUpdateOne) Save ¶
func (seeuo *SkipEdgeExampleUpdateOne) Save(ctx context.Context) (*SkipEdgeExample, error)
Save executes the query and returns the updated SkipEdgeExample entity.
func (*SkipEdgeExampleUpdateOne) SaveX ¶
func (seeuo *SkipEdgeExampleUpdateOne) SaveX(ctx context.Context) *SkipEdgeExample
SaveX is like Save, but panics if an error occurs.
func (*SkipEdgeExampleUpdateOne) Select ¶
func (seeuo *SkipEdgeExampleUpdateOne) Select(field string, fields ...string) *SkipEdgeExampleUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*SkipEdgeExampleUpdateOne) SetNillableUserID ¶
func (seeuo *SkipEdgeExampleUpdateOne) SetNillableUserID(id *int) *SkipEdgeExampleUpdateOne
SetNillableUserID sets the "user" edge to the User entity by ID if the given value is not nil.
func (*SkipEdgeExampleUpdateOne) SetUser ¶
func (seeuo *SkipEdgeExampleUpdateOne) SetUser(u *User) *SkipEdgeExampleUpdateOne
SetUser sets the "user" edge to the User entity.
func (*SkipEdgeExampleUpdateOne) SetUserID ¶
func (seeuo *SkipEdgeExampleUpdateOne) SetUserID(id int) *SkipEdgeExampleUpdateOne
SetUserID sets the "user" edge to the User entity by ID.
type SkipEdgeExamples ¶
type SkipEdgeExamples []*SkipEdgeExample
SkipEdgeExamples is a parsable slice of SkipEdgeExample.
type TwoMethodService ¶
type TwoMethodService struct { // ID of the ent. ID int `json:"id,omitempty"` // contains filtered or unexported fields }
TwoMethodService is the model entity for the TwoMethodService schema.
func (*TwoMethodService) String ¶
func (tms *TwoMethodService) String() string
String implements the fmt.Stringer.
func (*TwoMethodService) Unwrap ¶
func (tms *TwoMethodService) Unwrap() *TwoMethodService
Unwrap unwraps the TwoMethodService entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*TwoMethodService) Update ¶
func (tms *TwoMethodService) Update() *TwoMethodServiceUpdateOne
Update returns a builder for updating this TwoMethodService. Note that you need to call TwoMethodService.Unwrap() before calling this method if this TwoMethodService was returned from a transaction, and the transaction was committed or rolled back.
type TwoMethodServiceClient ¶
type TwoMethodServiceClient struct {
// contains filtered or unexported fields
}
TwoMethodServiceClient is a client for the TwoMethodService schema.
func NewTwoMethodServiceClient ¶
func NewTwoMethodServiceClient(c config) *TwoMethodServiceClient
NewTwoMethodServiceClient returns a client for the TwoMethodService from the given config.
func (*TwoMethodServiceClient) Create ¶
func (c *TwoMethodServiceClient) Create() *TwoMethodServiceCreate
Create returns a create builder for TwoMethodService.
func (*TwoMethodServiceClient) CreateBulk ¶
func (c *TwoMethodServiceClient) CreateBulk(builders ...*TwoMethodServiceCreate) *TwoMethodServiceCreateBulk
CreateBulk returns a builder for creating a bulk of TwoMethodService entities.
func (*TwoMethodServiceClient) Delete ¶
func (c *TwoMethodServiceClient) Delete() *TwoMethodServiceDelete
Delete returns a delete builder for TwoMethodService.
func (*TwoMethodServiceClient) DeleteOne ¶
func (c *TwoMethodServiceClient) DeleteOne(tms *TwoMethodService) *TwoMethodServiceDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*TwoMethodServiceClient) DeleteOneID ¶
func (c *TwoMethodServiceClient) DeleteOneID(id int) *TwoMethodServiceDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*TwoMethodServiceClient) Get ¶
func (c *TwoMethodServiceClient) Get(ctx context.Context, id int) (*TwoMethodService, error)
Get returns a TwoMethodService entity by its id.
func (*TwoMethodServiceClient) GetX ¶
func (c *TwoMethodServiceClient) GetX(ctx context.Context, id int) *TwoMethodService
GetX is like Get, but panics if an error occurs.
func (*TwoMethodServiceClient) Hooks ¶
func (c *TwoMethodServiceClient) Hooks() []Hook
Hooks returns the client hooks.
func (*TwoMethodServiceClient) Query ¶
func (c *TwoMethodServiceClient) Query() *TwoMethodServiceQuery
Query returns a query builder for TwoMethodService.
func (*TwoMethodServiceClient) Update ¶
func (c *TwoMethodServiceClient) Update() *TwoMethodServiceUpdate
Update returns an update builder for TwoMethodService.
func (*TwoMethodServiceClient) UpdateOne ¶
func (c *TwoMethodServiceClient) UpdateOne(tms *TwoMethodService) *TwoMethodServiceUpdateOne
UpdateOne returns an update builder for the given entity.
func (*TwoMethodServiceClient) UpdateOneID ¶
func (c *TwoMethodServiceClient) UpdateOneID(id int) *TwoMethodServiceUpdateOne
UpdateOneID returns an update builder for the given id.
func (*TwoMethodServiceClient) Use ¶
func (c *TwoMethodServiceClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `twomethodservice.Hooks(f(g(h())))`.
type TwoMethodServiceCreate ¶
type TwoMethodServiceCreate struct {
// contains filtered or unexported fields
}
TwoMethodServiceCreate is the builder for creating a TwoMethodService entity.
func (*TwoMethodServiceCreate) Exec ¶
func (tmsc *TwoMethodServiceCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*TwoMethodServiceCreate) ExecX ¶
func (tmsc *TwoMethodServiceCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*TwoMethodServiceCreate) Mutation ¶
func (tmsc *TwoMethodServiceCreate) Mutation() *TwoMethodServiceMutation
Mutation returns the TwoMethodServiceMutation object of the builder.
func (*TwoMethodServiceCreate) Save ¶
func (tmsc *TwoMethodServiceCreate) Save(ctx context.Context) (*TwoMethodService, error)
Save creates the TwoMethodService in the database.
func (*TwoMethodServiceCreate) SaveX ¶
func (tmsc *TwoMethodServiceCreate) SaveX(ctx context.Context) *TwoMethodService
SaveX calls Save and panics if Save returns an error.
type TwoMethodServiceCreateBulk ¶
type TwoMethodServiceCreateBulk struct {
// contains filtered or unexported fields
}
TwoMethodServiceCreateBulk is the builder for creating many TwoMethodService entities in bulk.
func (*TwoMethodServiceCreateBulk) Exec ¶
func (tmscb *TwoMethodServiceCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*TwoMethodServiceCreateBulk) ExecX ¶
func (tmscb *TwoMethodServiceCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*TwoMethodServiceCreateBulk) Save ¶
func (tmscb *TwoMethodServiceCreateBulk) Save(ctx context.Context) ([]*TwoMethodService, error)
Save creates the TwoMethodService entities in the database.
func (*TwoMethodServiceCreateBulk) SaveX ¶
func (tmscb *TwoMethodServiceCreateBulk) SaveX(ctx context.Context) []*TwoMethodService
SaveX is like Save, but panics if an error occurs.
type TwoMethodServiceDelete ¶
type TwoMethodServiceDelete struct {
// contains filtered or unexported fields
}
TwoMethodServiceDelete is the builder for deleting a TwoMethodService entity.
func (*TwoMethodServiceDelete) Exec ¶
func (tmsd *TwoMethodServiceDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*TwoMethodServiceDelete) ExecX ¶
func (tmsd *TwoMethodServiceDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*TwoMethodServiceDelete) Where ¶
func (tmsd *TwoMethodServiceDelete) Where(ps ...predicate.TwoMethodService) *TwoMethodServiceDelete
Where appends a list predicates to the TwoMethodServiceDelete builder.
type TwoMethodServiceDeleteOne ¶
type TwoMethodServiceDeleteOne struct {
// contains filtered or unexported fields
}
TwoMethodServiceDeleteOne is the builder for deleting a single TwoMethodService entity.
func (*TwoMethodServiceDeleteOne) Exec ¶
func (tmsdo *TwoMethodServiceDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*TwoMethodServiceDeleteOne) ExecX ¶
func (tmsdo *TwoMethodServiceDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type TwoMethodServiceGroupBy ¶
type TwoMethodServiceGroupBy struct {
// contains filtered or unexported fields
}
TwoMethodServiceGroupBy is the group-by builder for TwoMethodService entities.
func (*TwoMethodServiceGroupBy) Aggregate ¶
func (tmsgb *TwoMethodServiceGroupBy) Aggregate(fns ...AggregateFunc) *TwoMethodServiceGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*TwoMethodServiceGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceGroupBy) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*TwoMethodServiceGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceGroupBy) Scan ¶
func (tmsgb *TwoMethodServiceGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*TwoMethodServiceGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type TwoMethodServiceMutation ¶
type TwoMethodServiceMutation struct {
// contains filtered or unexported fields
}
TwoMethodServiceMutation represents an operation that mutates the TwoMethodService nodes in the graph.
func (*TwoMethodServiceMutation) AddField ¶
func (m *TwoMethodServiceMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*TwoMethodServiceMutation) AddedEdges ¶
func (m *TwoMethodServiceMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*TwoMethodServiceMutation) AddedField ¶
func (m *TwoMethodServiceMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*TwoMethodServiceMutation) AddedFields ¶
func (m *TwoMethodServiceMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*TwoMethodServiceMutation) AddedIDs ¶
func (m *TwoMethodServiceMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*TwoMethodServiceMutation) ClearEdge ¶
func (m *TwoMethodServiceMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*TwoMethodServiceMutation) ClearField ¶
func (m *TwoMethodServiceMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*TwoMethodServiceMutation) ClearedEdges ¶
func (m *TwoMethodServiceMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*TwoMethodServiceMutation) ClearedFields ¶
func (m *TwoMethodServiceMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (TwoMethodServiceMutation) Client ¶
func (m TwoMethodServiceMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*TwoMethodServiceMutation) EdgeCleared ¶
func (m *TwoMethodServiceMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*TwoMethodServiceMutation) Field ¶
func (m *TwoMethodServiceMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*TwoMethodServiceMutation) FieldCleared ¶
func (m *TwoMethodServiceMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*TwoMethodServiceMutation) Fields ¶
func (m *TwoMethodServiceMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*TwoMethodServiceMutation) ID ¶
func (m *TwoMethodServiceMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*TwoMethodServiceMutation) IDs ¶
func (m *TwoMethodServiceMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*TwoMethodServiceMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*TwoMethodServiceMutation) Op ¶
func (m *TwoMethodServiceMutation) Op() Op
Op returns the operation name.
func (*TwoMethodServiceMutation) RemovedEdges ¶
func (m *TwoMethodServiceMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*TwoMethodServiceMutation) RemovedIDs ¶
func (m *TwoMethodServiceMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*TwoMethodServiceMutation) ResetEdge ¶
func (m *TwoMethodServiceMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*TwoMethodServiceMutation) ResetField ¶
func (m *TwoMethodServiceMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*TwoMethodServiceMutation) SetField ¶
func (m *TwoMethodServiceMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (TwoMethodServiceMutation) Tx ¶
func (m TwoMethodServiceMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*TwoMethodServiceMutation) Type ¶
func (m *TwoMethodServiceMutation) Type() string
Type returns the node type of this mutation (TwoMethodService).
func (*TwoMethodServiceMutation) Where ¶
func (m *TwoMethodServiceMutation) Where(ps ...predicate.TwoMethodService)
Where appends a list predicates to the TwoMethodServiceMutation builder.
type TwoMethodServiceQuery ¶
type TwoMethodServiceQuery struct {
// contains filtered or unexported fields
}
TwoMethodServiceQuery is the builder for querying TwoMethodService entities.
func (*TwoMethodServiceQuery) All ¶
func (tmsq *TwoMethodServiceQuery) All(ctx context.Context) ([]*TwoMethodService, error)
All executes the query and returns a list of TwoMethodServices.
func (*TwoMethodServiceQuery) AllX ¶
func (tmsq *TwoMethodServiceQuery) AllX(ctx context.Context) []*TwoMethodService
AllX is like All, but panics if an error occurs.
func (*TwoMethodServiceQuery) Clone ¶
func (tmsq *TwoMethodServiceQuery) Clone() *TwoMethodServiceQuery
Clone returns a duplicate of the TwoMethodServiceQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*TwoMethodServiceQuery) Count ¶
func (tmsq *TwoMethodServiceQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*TwoMethodServiceQuery) CountX ¶
func (tmsq *TwoMethodServiceQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*TwoMethodServiceQuery) Exist ¶
func (tmsq *TwoMethodServiceQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*TwoMethodServiceQuery) ExistX ¶
func (tmsq *TwoMethodServiceQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*TwoMethodServiceQuery) First ¶
func (tmsq *TwoMethodServiceQuery) First(ctx context.Context) (*TwoMethodService, error)
First returns the first TwoMethodService entity from the query. Returns a *NotFoundError when no TwoMethodService was found.
func (*TwoMethodServiceQuery) FirstID ¶
func (tmsq *TwoMethodServiceQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first TwoMethodService ID from the query. Returns a *NotFoundError when no TwoMethodService ID was found.
func (*TwoMethodServiceQuery) FirstIDX ¶
func (tmsq *TwoMethodServiceQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*TwoMethodServiceQuery) FirstX ¶
func (tmsq *TwoMethodServiceQuery) FirstX(ctx context.Context) *TwoMethodService
FirstX is like First, but panics if an error occurs.
func (*TwoMethodServiceQuery) GroupBy ¶
func (tmsq *TwoMethodServiceQuery) GroupBy(field string, fields ...string) *TwoMethodServiceGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
func (*TwoMethodServiceQuery) IDs ¶
func (tmsq *TwoMethodServiceQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of TwoMethodService IDs.
func (*TwoMethodServiceQuery) IDsX ¶
func (tmsq *TwoMethodServiceQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*TwoMethodServiceQuery) Limit ¶
func (tmsq *TwoMethodServiceQuery) Limit(limit int) *TwoMethodServiceQuery
Limit adds a limit step to the query.
func (*TwoMethodServiceQuery) Offset ¶
func (tmsq *TwoMethodServiceQuery) Offset(offset int) *TwoMethodServiceQuery
Offset adds an offset step to the query.
func (*TwoMethodServiceQuery) Only ¶
func (tmsq *TwoMethodServiceQuery) Only(ctx context.Context) (*TwoMethodService, error)
Only returns a single TwoMethodService entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one TwoMethodService entity is found. Returns a *NotFoundError when no TwoMethodService entities are found.
func (*TwoMethodServiceQuery) OnlyID ¶
func (tmsq *TwoMethodServiceQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only TwoMethodService ID in the query. Returns a *NotSingularError when more than one TwoMethodService ID is found. Returns a *NotFoundError when no entities are found.
func (*TwoMethodServiceQuery) OnlyIDX ¶
func (tmsq *TwoMethodServiceQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*TwoMethodServiceQuery) OnlyX ¶
func (tmsq *TwoMethodServiceQuery) OnlyX(ctx context.Context) *TwoMethodService
OnlyX is like Only, but panics if an error occurs.
func (*TwoMethodServiceQuery) Order ¶
func (tmsq *TwoMethodServiceQuery) Order(o ...OrderFunc) *TwoMethodServiceQuery
Order adds an order step to the query.
func (*TwoMethodServiceQuery) Select ¶
func (tmsq *TwoMethodServiceQuery) Select(fields ...string) *TwoMethodServiceSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
func (*TwoMethodServiceQuery) Unique ¶
func (tmsq *TwoMethodServiceQuery) Unique(unique bool) *TwoMethodServiceQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*TwoMethodServiceQuery) Where ¶
func (tmsq *TwoMethodServiceQuery) Where(ps ...predicate.TwoMethodService) *TwoMethodServiceQuery
Where adds a new predicate for the TwoMethodServiceQuery builder.
type TwoMethodServiceSelect ¶
type TwoMethodServiceSelect struct { *TwoMethodServiceQuery // contains filtered or unexported fields }
TwoMethodServiceSelect is the builder for selecting fields of TwoMethodService entities.
func (*TwoMethodServiceSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceSelect) Float64sX ¶
Float64sX is like Float64s, but panics if an error occurs.
func (*TwoMethodServiceSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*TwoMethodServiceSelect) Scan ¶
func (tmss *TwoMethodServiceSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*TwoMethodServiceSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type TwoMethodServiceUpdate ¶
type TwoMethodServiceUpdate struct {
// contains filtered or unexported fields
}
TwoMethodServiceUpdate is the builder for updating TwoMethodService entities.
func (*TwoMethodServiceUpdate) Exec ¶
func (tmsu *TwoMethodServiceUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*TwoMethodServiceUpdate) ExecX ¶
func (tmsu *TwoMethodServiceUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*TwoMethodServiceUpdate) Mutation ¶
func (tmsu *TwoMethodServiceUpdate) Mutation() *TwoMethodServiceMutation
Mutation returns the TwoMethodServiceMutation object of the builder.
func (*TwoMethodServiceUpdate) Save ¶
func (tmsu *TwoMethodServiceUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*TwoMethodServiceUpdate) SaveX ¶
func (tmsu *TwoMethodServiceUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*TwoMethodServiceUpdate) Where ¶
func (tmsu *TwoMethodServiceUpdate) Where(ps ...predicate.TwoMethodService) *TwoMethodServiceUpdate
Where appends a list predicates to the TwoMethodServiceUpdate builder.
type TwoMethodServiceUpdateOne ¶
type TwoMethodServiceUpdateOne struct {
// contains filtered or unexported fields
}
TwoMethodServiceUpdateOne is the builder for updating a single TwoMethodService entity.
func (*TwoMethodServiceUpdateOne) Exec ¶
func (tmsuo *TwoMethodServiceUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*TwoMethodServiceUpdateOne) ExecX ¶
func (tmsuo *TwoMethodServiceUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*TwoMethodServiceUpdateOne) Mutation ¶
func (tmsuo *TwoMethodServiceUpdateOne) Mutation() *TwoMethodServiceMutation
Mutation returns the TwoMethodServiceMutation object of the builder.
func (*TwoMethodServiceUpdateOne) Save ¶
func (tmsuo *TwoMethodServiceUpdateOne) Save(ctx context.Context) (*TwoMethodService, error)
Save executes the query and returns the updated TwoMethodService entity.
func (*TwoMethodServiceUpdateOne) SaveX ¶
func (tmsuo *TwoMethodServiceUpdateOne) SaveX(ctx context.Context) *TwoMethodService
SaveX is like Save, but panics if an error occurs.
func (*TwoMethodServiceUpdateOne) Select ¶
func (tmsuo *TwoMethodServiceUpdateOne) Select(field string, fields ...string) *TwoMethodServiceUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
type TwoMethodServices ¶
type TwoMethodServices []*TwoMethodService
TwoMethodServices is a parsable slice of TwoMethodService.
type Tx ¶
type Tx struct { // AllMethodsService is the client for interacting with the AllMethodsService builders. AllMethodsService *AllMethodsServiceClient // BlogPost is the client for interacting with the BlogPost builders. BlogPost *BlogPostClient // Category is the client for interacting with the Category builders. Category *CategoryClient // DependsOnSkipped is the client for interacting with the DependsOnSkipped builders. DependsOnSkipped *DependsOnSkippedClient // DuplicateNumberMessage is the client for interacting with the DuplicateNumberMessage builders. DuplicateNumberMessage *DuplicateNumberMessageClient // ExplicitSkippedMessage is the client for interacting with the ExplicitSkippedMessage builders. ExplicitSkippedMessage *ExplicitSkippedMessageClient // Image is the client for interacting with the Image builders. Image *ImageClient // ImplicitSkippedMessage is the client for interacting with the ImplicitSkippedMessage builders. ImplicitSkippedMessage *ImplicitSkippedMessageClient // InvalidFieldMessage is the client for interacting with the InvalidFieldMessage builders. InvalidFieldMessage *InvalidFieldMessageClient // MessageWithEnum is the client for interacting with the MessageWithEnum builders. MessageWithEnum *MessageWithEnumClient // MessageWithFieldOne is the client for interacting with the MessageWithFieldOne builders. MessageWithFieldOne *MessageWithFieldOneClient // MessageWithID is the client for interacting with the MessageWithID builders. MessageWithID *MessageWithIDClient // MessageWithOptionals is the client for interacting with the MessageWithOptionals builders. MessageWithOptionals *MessageWithOptionalsClient // MessageWithPackageName is the client for interacting with the MessageWithPackageName builders. MessageWithPackageName *MessageWithPackageNameClient // OneMethodService is the client for interacting with the OneMethodService builders. OneMethodService *OneMethodServiceClient // Portal is the client for interacting with the Portal builders. Portal *PortalClient // SkipEdgeExample is the client for interacting with the SkipEdgeExample builders. SkipEdgeExample *SkipEdgeExampleClient // TwoMethodService is the client for interacting with the TwoMethodService builders. TwoMethodService *TwoMethodServiceClient // User is the client for interacting with the User builders. User *UserClient // ValidMessage is the client for interacting with the ValidMessage builders. ValidMessage *ValidMessageClient // contains filtered or unexported fields }
Tx is a transactional client that is created by calling Client.Tx().
func TxFromContext ¶
TxFromContext returns a Tx stored inside a context, or nil if there isn't one.
func (*Tx) OnRollback ¶
func (tx *Tx) OnRollback(f RollbackHook)
OnRollback adds a hook to call on rollback.
type User ¶
type User struct { // ID of the ent. ID int `json:"id,omitempty"` // UserName holds the value of the "user_name" field. UserName string `json:"user_name,omitempty"` // Status holds the value of the "status" field. Status user.Status `json:"status,omitempty"` // Unnecessary holds the value of the "unnecessary" field. Unnecessary string `json:"unnecessary,omitempty"` // Edges holds the relations/edges for other nodes in the graph. // The values are being populated by the UserQuery when eager-loading is set. Edges UserEdges `json:"edges"` // contains filtered or unexported fields }
User is the model entity for the User schema.
func (*User) QueryBlogPosts ¶
func (u *User) QueryBlogPosts() *BlogPostQuery
QueryBlogPosts queries the "blog_posts" edge of the User entity.
func (*User) QueryProfilePic ¶
func (u *User) QueryProfilePic() *ImageQuery
QueryProfilePic queries the "profile_pic" edge of the User entity.
func (*User) QuerySkipEdge ¶
func (u *User) QuerySkipEdge() *SkipEdgeExampleQuery
QuerySkipEdge queries the "skip_edge" edge of the User entity.
func (*User) Unwrap ¶
Unwrap unwraps the User entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*User) Update ¶
func (u *User) Update() *UserUpdateOne
Update returns a builder for updating this User. Note that you need to call User.Unwrap() before calling this method if this User was returned from a transaction, and the transaction was committed or rolled back.
type UserClient ¶
type UserClient struct {
// contains filtered or unexported fields
}
UserClient is a client for the User schema.
func NewUserClient ¶
func NewUserClient(c config) *UserClient
NewUserClient returns a client for the User from the given config.
func (*UserClient) Create ¶
func (c *UserClient) Create() *UserCreate
Create returns a create builder for User.
func (*UserClient) CreateBulk ¶
func (c *UserClient) CreateBulk(builders ...*UserCreate) *UserCreateBulk
CreateBulk returns a builder for creating a bulk of User entities.
func (*UserClient) Delete ¶
func (c *UserClient) Delete() *UserDelete
Delete returns a delete builder for User.
func (*UserClient) DeleteOne ¶
func (c *UserClient) DeleteOne(u *User) *UserDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*UserClient) DeleteOneID ¶
func (c *UserClient) DeleteOneID(id int) *UserDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*UserClient) GetX ¶
func (c *UserClient) GetX(ctx context.Context, id int) *User
GetX is like Get, but panics if an error occurs.
func (*UserClient) Query ¶
func (c *UserClient) Query() *UserQuery
Query returns a query builder for User.
func (*UserClient) QueryBlogPosts ¶
func (c *UserClient) QueryBlogPosts(u *User) *BlogPostQuery
QueryBlogPosts queries the blog_posts edge of a User.
func (*UserClient) QueryProfilePic ¶
func (c *UserClient) QueryProfilePic(u *User) *ImageQuery
QueryProfilePic queries the profile_pic edge of a User.
func (*UserClient) QuerySkipEdge ¶
func (c *UserClient) QuerySkipEdge(u *User) *SkipEdgeExampleQuery
QuerySkipEdge queries the skip_edge edge of a User.
func (*UserClient) Update ¶
func (c *UserClient) Update() *UserUpdate
Update returns an update builder for User.
func (*UserClient) UpdateOne ¶
func (c *UserClient) UpdateOne(u *User) *UserUpdateOne
UpdateOne returns an update builder for the given entity.
func (*UserClient) UpdateOneID ¶
func (c *UserClient) UpdateOneID(id int) *UserUpdateOne
UpdateOneID returns an update builder for the given id.
func (*UserClient) Use ¶
func (c *UserClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `user.Hooks(f(g(h())))`.
type UserCreate ¶
type UserCreate struct {
// contains filtered or unexported fields
}
UserCreate is the builder for creating a User entity.
func (*UserCreate) AddBlogPostIDs ¶
func (uc *UserCreate) AddBlogPostIDs(ids ...int) *UserCreate
AddBlogPostIDs adds the "blog_posts" edge to the BlogPost entity by IDs.
func (*UserCreate) AddBlogPosts ¶
func (uc *UserCreate) AddBlogPosts(b ...*BlogPost) *UserCreate
AddBlogPosts adds the "blog_posts" edges to the BlogPost entity.
func (*UserCreate) Exec ¶
func (uc *UserCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*UserCreate) ExecX ¶
func (uc *UserCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*UserCreate) Mutation ¶
func (uc *UserCreate) Mutation() *UserMutation
Mutation returns the UserMutation object of the builder.
func (*UserCreate) Save ¶
func (uc *UserCreate) Save(ctx context.Context) (*User, error)
Save creates the User in the database.
func (*UserCreate) SaveX ¶
func (uc *UserCreate) SaveX(ctx context.Context) *User
SaveX calls Save and panics if Save returns an error.
func (*UserCreate) SetNillableProfilePicID ¶
func (uc *UserCreate) SetNillableProfilePicID(id *uuid.UUID) *UserCreate
SetNillableProfilePicID sets the "profile_pic" edge to the Image entity by ID if the given value is not nil.
func (*UserCreate) SetNillableSkipEdgeID ¶
func (uc *UserCreate) SetNillableSkipEdgeID(id *int) *UserCreate
SetNillableSkipEdgeID sets the "skip_edge" edge to the SkipEdgeExample entity by ID if the given value is not nil.
func (*UserCreate) SetNillableUnnecessary ¶
func (uc *UserCreate) SetNillableUnnecessary(s *string) *UserCreate
SetNillableUnnecessary sets the "unnecessary" field if the given value is not nil.
func (*UserCreate) SetProfilePic ¶
func (uc *UserCreate) SetProfilePic(i *Image) *UserCreate
SetProfilePic sets the "profile_pic" edge to the Image entity.
func (*UserCreate) SetProfilePicID ¶
func (uc *UserCreate) SetProfilePicID(id uuid.UUID) *UserCreate
SetProfilePicID sets the "profile_pic" edge to the Image entity by ID.
func (*UserCreate) SetSkipEdge ¶
func (uc *UserCreate) SetSkipEdge(s *SkipEdgeExample) *UserCreate
SetSkipEdge sets the "skip_edge" edge to the SkipEdgeExample entity.
func (*UserCreate) SetSkipEdgeID ¶
func (uc *UserCreate) SetSkipEdgeID(id int) *UserCreate
SetSkipEdgeID sets the "skip_edge" edge to the SkipEdgeExample entity by ID.
func (*UserCreate) SetStatus ¶
func (uc *UserCreate) SetStatus(u user.Status) *UserCreate
SetStatus sets the "status" field.
func (*UserCreate) SetUnnecessary ¶
func (uc *UserCreate) SetUnnecessary(s string) *UserCreate
SetUnnecessary sets the "unnecessary" field.
func (*UserCreate) SetUserName ¶
func (uc *UserCreate) SetUserName(s string) *UserCreate
SetUserName sets the "user_name" field.
type UserCreateBulk ¶
type UserCreateBulk struct {
// contains filtered or unexported fields
}
UserCreateBulk is the builder for creating many User entities in bulk.
func (*UserCreateBulk) Exec ¶
func (ucb *UserCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*UserCreateBulk) ExecX ¶
func (ucb *UserCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type UserDelete ¶
type UserDelete struct {
// contains filtered or unexported fields
}
UserDelete is the builder for deleting a User entity.
func (*UserDelete) Exec ¶
func (ud *UserDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*UserDelete) ExecX ¶
func (ud *UserDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*UserDelete) Where ¶
func (ud *UserDelete) Where(ps ...predicate.User) *UserDelete
Where appends a list predicates to the UserDelete builder.
type UserDeleteOne ¶
type UserDeleteOne struct {
// contains filtered or unexported fields
}
UserDeleteOne is the builder for deleting a single User entity.
func (*UserDeleteOne) Exec ¶
func (udo *UserDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*UserDeleteOne) ExecX ¶
func (udo *UserDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type UserEdges ¶
type UserEdges struct { // BlogPosts holds the value of the blog_posts edge. BlogPosts []*BlogPost `json:"blog_posts,omitempty"` // ProfilePic holds the value of the profile_pic edge. ProfilePic *Image `json:"profile_pic,omitempty"` // SkipEdge holds the value of the skip_edge edge. SkipEdge *SkipEdgeExample `json:"skip_edge,omitempty"` // contains filtered or unexported fields }
UserEdges holds the relations/edges for other nodes in the graph.
func (UserEdges) BlogPostsOrErr ¶
BlogPostsOrErr returns the BlogPosts value or an error if the edge was not loaded in eager-loading.
func (UserEdges) ProfilePicOrErr ¶
ProfilePicOrErr returns the ProfilePic value or an error if the edge was not loaded in eager-loading, or loaded but was not found.
func (UserEdges) SkipEdgeOrErr ¶
func (e UserEdges) SkipEdgeOrErr() (*SkipEdgeExample, error)
SkipEdgeOrErr returns the SkipEdge value or an error if the edge was not loaded in eager-loading, or loaded but was not found.
type UserGroupBy ¶
type UserGroupBy struct {
// contains filtered or unexported fields
}
UserGroupBy is the group-by builder for User entities.
func (*UserGroupBy) Aggregate ¶
func (ugb *UserGroupBy) Aggregate(fns ...AggregateFunc) *UserGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*UserGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*UserGroupBy) Scan ¶
func (ugb *UserGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*UserGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type UserMutation ¶
type UserMutation struct {
// contains filtered or unexported fields
}
UserMutation represents an operation that mutates the User nodes in the graph.
func (*UserMutation) AddBlogPostIDs ¶
func (m *UserMutation) AddBlogPostIDs(ids ...int)
AddBlogPostIDs adds the "blog_posts" edge to the BlogPost entity by ids.
func (*UserMutation) AddField ¶
func (m *UserMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*UserMutation) AddedEdges ¶
func (m *UserMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*UserMutation) AddedField ¶
func (m *UserMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*UserMutation) AddedFields ¶
func (m *UserMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*UserMutation) AddedIDs ¶
func (m *UserMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*UserMutation) BlogPostsCleared ¶
func (m *UserMutation) BlogPostsCleared() bool
BlogPostsCleared reports if the "blog_posts" edge to the BlogPost entity was cleared.
func (*UserMutation) BlogPostsIDs ¶
func (m *UserMutation) BlogPostsIDs() (ids []int)
BlogPostsIDs returns the "blog_posts" edge IDs in the mutation.
func (*UserMutation) ClearBlogPosts ¶
func (m *UserMutation) ClearBlogPosts()
ClearBlogPosts clears the "blog_posts" edge to the BlogPost entity.
func (*UserMutation) ClearEdge ¶
func (m *UserMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*UserMutation) ClearField ¶
func (m *UserMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*UserMutation) ClearProfilePic ¶
func (m *UserMutation) ClearProfilePic()
ClearProfilePic clears the "profile_pic" edge to the Image entity.
func (*UserMutation) ClearSkipEdge ¶
func (m *UserMutation) ClearSkipEdge()
ClearSkipEdge clears the "skip_edge" edge to the SkipEdgeExample entity.
func (*UserMutation) ClearUnnecessary ¶
func (m *UserMutation) ClearUnnecessary()
ClearUnnecessary clears the value of the "unnecessary" field.
func (*UserMutation) ClearedEdges ¶
func (m *UserMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*UserMutation) ClearedFields ¶
func (m *UserMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (UserMutation) Client ¶
func (m UserMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*UserMutation) EdgeCleared ¶
func (m *UserMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*UserMutation) Field ¶
func (m *UserMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*UserMutation) FieldCleared ¶
func (m *UserMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*UserMutation) Fields ¶
func (m *UserMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*UserMutation) ID ¶
func (m *UserMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*UserMutation) IDs ¶
func (m *UserMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*UserMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*UserMutation) OldStatus ¶
OldStatus returns the old "status" field's value of the User entity. If the User object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*UserMutation) OldUnnecessary ¶
func (m *UserMutation) OldUnnecessary(ctx context.Context) (v string, err error)
OldUnnecessary returns the old "unnecessary" field's value of the User entity. If the User object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*UserMutation) OldUserName ¶
func (m *UserMutation) OldUserName(ctx context.Context) (v string, err error)
OldUserName returns the old "user_name" field's value of the User entity. If the User object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*UserMutation) ProfilePicCleared ¶
func (m *UserMutation) ProfilePicCleared() bool
ProfilePicCleared reports if the "profile_pic" edge to the Image entity was cleared.
func (*UserMutation) ProfilePicID ¶
func (m *UserMutation) ProfilePicID() (id uuid.UUID, exists bool)
ProfilePicID returns the "profile_pic" edge ID in the mutation.
func (*UserMutation) ProfilePicIDs ¶
func (m *UserMutation) ProfilePicIDs() (ids []uuid.UUID)
ProfilePicIDs returns the "profile_pic" edge IDs in the mutation. Note that IDs always returns len(IDs) <= 1 for unique edges, and you should use ProfilePicID instead. It exists only for internal usage by the builders.
func (*UserMutation) RemoveBlogPostIDs ¶
func (m *UserMutation) RemoveBlogPostIDs(ids ...int)
RemoveBlogPostIDs removes the "blog_posts" edge to the BlogPost entity by IDs.
func (*UserMutation) RemovedBlogPostsIDs ¶
func (m *UserMutation) RemovedBlogPostsIDs() (ids []int)
RemovedBlogPosts returns the removed IDs of the "blog_posts" edge to the BlogPost entity.
func (*UserMutation) RemovedEdges ¶
func (m *UserMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*UserMutation) RemovedIDs ¶
func (m *UserMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*UserMutation) ResetBlogPosts ¶
func (m *UserMutation) ResetBlogPosts()
ResetBlogPosts resets all changes to the "blog_posts" edge.
func (*UserMutation) ResetEdge ¶
func (m *UserMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*UserMutation) ResetField ¶
func (m *UserMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*UserMutation) ResetProfilePic ¶
func (m *UserMutation) ResetProfilePic()
ResetProfilePic resets all changes to the "profile_pic" edge.
func (*UserMutation) ResetSkipEdge ¶
func (m *UserMutation) ResetSkipEdge()
ResetSkipEdge resets all changes to the "skip_edge" edge.
func (*UserMutation) ResetStatus ¶
func (m *UserMutation) ResetStatus()
ResetStatus resets all changes to the "status" field.
func (*UserMutation) ResetUnnecessary ¶
func (m *UserMutation) ResetUnnecessary()
ResetUnnecessary resets all changes to the "unnecessary" field.
func (*UserMutation) ResetUserName ¶
func (m *UserMutation) ResetUserName()
ResetUserName resets all changes to the "user_name" field.
func (*UserMutation) SetField ¶
func (m *UserMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*UserMutation) SetProfilePicID ¶
func (m *UserMutation) SetProfilePicID(id uuid.UUID)
SetProfilePicID sets the "profile_pic" edge to the Image entity by id.
func (*UserMutation) SetSkipEdgeID ¶
func (m *UserMutation) SetSkipEdgeID(id int)
SetSkipEdgeID sets the "skip_edge" edge to the SkipEdgeExample entity by id.
func (*UserMutation) SetStatus ¶
func (m *UserMutation) SetStatus(u user.Status)
SetStatus sets the "status" field.
func (*UserMutation) SetUnnecessary ¶
func (m *UserMutation) SetUnnecessary(s string)
SetUnnecessary sets the "unnecessary" field.
func (*UserMutation) SetUserName ¶
func (m *UserMutation) SetUserName(s string)
SetUserName sets the "user_name" field.
func (*UserMutation) SkipEdgeCleared ¶
func (m *UserMutation) SkipEdgeCleared() bool
SkipEdgeCleared reports if the "skip_edge" edge to the SkipEdgeExample entity was cleared.
func (*UserMutation) SkipEdgeID ¶
func (m *UserMutation) SkipEdgeID() (id int, exists bool)
SkipEdgeID returns the "skip_edge" edge ID in the mutation.
func (*UserMutation) SkipEdgeIDs ¶
func (m *UserMutation) SkipEdgeIDs() (ids []int)
SkipEdgeIDs returns the "skip_edge" edge IDs in the mutation. Note that IDs always returns len(IDs) <= 1 for unique edges, and you should use SkipEdgeID instead. It exists only for internal usage by the builders.
func (*UserMutation) Status ¶
func (m *UserMutation) Status() (r user.Status, exists bool)
Status returns the value of the "status" field in the mutation.
func (UserMutation) Tx ¶
func (m UserMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*UserMutation) Type ¶
func (m *UserMutation) Type() string
Type returns the node type of this mutation (User).
func (*UserMutation) Unnecessary ¶
func (m *UserMutation) Unnecessary() (r string, exists bool)
Unnecessary returns the value of the "unnecessary" field in the mutation.
func (*UserMutation) UnnecessaryCleared ¶
func (m *UserMutation) UnnecessaryCleared() bool
UnnecessaryCleared returns if the "unnecessary" field was cleared in this mutation.
func (*UserMutation) UserName ¶
func (m *UserMutation) UserName() (r string, exists bool)
UserName returns the value of the "user_name" field in the mutation.
func (*UserMutation) Where ¶
func (m *UserMutation) Where(ps ...predicate.User)
Where appends a list predicates to the UserMutation builder.
type UserQuery ¶
type UserQuery struct {
// contains filtered or unexported fields
}
UserQuery is the builder for querying User entities.
func (*UserQuery) Clone ¶
Clone returns a duplicate of the UserQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*UserQuery) First ¶
First returns the first User entity from the query. Returns a *NotFoundError when no User was found.
func (*UserQuery) FirstID ¶
FirstID returns the first User ID from the query. Returns a *NotFoundError when no User ID was found.
func (*UserQuery) GroupBy ¶
func (uq *UserQuery) GroupBy(field string, fields ...string) *UserGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { UserName string `json:"user_name,omitempty"` Count int `json:"count,omitempty"` } client.User.Query(). GroupBy(user.FieldUserName). Aggregate(ent.Count()). Scan(ctx, &v)
func (*UserQuery) Only ¶
Only returns a single User entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one User entity is found. Returns a *NotFoundError when no User entities are found.
func (*UserQuery) OnlyID ¶
OnlyID is like Only, but returns the only User ID in the query. Returns a *NotSingularError when more than one User ID is found. Returns a *NotFoundError when no entities are found.
func (*UserQuery) QueryBlogPosts ¶
func (uq *UserQuery) QueryBlogPosts() *BlogPostQuery
QueryBlogPosts chains the current query on the "blog_posts" edge.
func (*UserQuery) QueryProfilePic ¶
func (uq *UserQuery) QueryProfilePic() *ImageQuery
QueryProfilePic chains the current query on the "profile_pic" edge.
func (*UserQuery) QuerySkipEdge ¶
func (uq *UserQuery) QuerySkipEdge() *SkipEdgeExampleQuery
QuerySkipEdge chains the current query on the "skip_edge" edge.
func (*UserQuery) Select ¶
func (uq *UserQuery) Select(fields ...string) *UserSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { UserName string `json:"user_name,omitempty"` } client.User.Query(). Select(user.FieldUserName). Scan(ctx, &v)
func (*UserQuery) Unique ¶
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*UserQuery) WithBlogPosts ¶
func (uq *UserQuery) WithBlogPosts(opts ...func(*BlogPostQuery)) *UserQuery
WithBlogPosts tells the query-builder to eager-load the nodes that are connected to the "blog_posts" edge. The optional arguments are used to configure the query builder of the edge.
func (*UserQuery) WithProfilePic ¶
func (uq *UserQuery) WithProfilePic(opts ...func(*ImageQuery)) *UserQuery
WithProfilePic tells the query-builder to eager-load the nodes that are connected to the "profile_pic" edge. The optional arguments are used to configure the query builder of the edge.
func (*UserQuery) WithSkipEdge ¶
func (uq *UserQuery) WithSkipEdge(opts ...func(*SkipEdgeExampleQuery)) *UserQuery
WithSkipEdge tells the query-builder to eager-load the nodes that are connected to the "skip_edge" edge. The optional arguments are used to configure the query builder of the edge.
type UserSelect ¶
type UserSelect struct { *UserQuery // contains filtered or unexported fields }
UserSelect is the builder for selecting fields of User entities.
func (*UserSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*UserSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*UserSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*UserSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*UserSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*UserSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*UserSelect) Scan ¶
func (us *UserSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*UserSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type UserUpdate ¶
type UserUpdate struct {
// contains filtered or unexported fields
}
UserUpdate is the builder for updating User entities.
func (*UserUpdate) AddBlogPostIDs ¶
func (uu *UserUpdate) AddBlogPostIDs(ids ...int) *UserUpdate
AddBlogPostIDs adds the "blog_posts" edge to the BlogPost entity by IDs.
func (*UserUpdate) AddBlogPosts ¶
func (uu *UserUpdate) AddBlogPosts(b ...*BlogPost) *UserUpdate
AddBlogPosts adds the "blog_posts" edges to the BlogPost entity.
func (*UserUpdate) ClearBlogPosts ¶
func (uu *UserUpdate) ClearBlogPosts() *UserUpdate
ClearBlogPosts clears all "blog_posts" edges to the BlogPost entity.
func (*UserUpdate) ClearProfilePic ¶
func (uu *UserUpdate) ClearProfilePic() *UserUpdate
ClearProfilePic clears the "profile_pic" edge to the Image entity.
func (*UserUpdate) ClearSkipEdge ¶
func (uu *UserUpdate) ClearSkipEdge() *UserUpdate
ClearSkipEdge clears the "skip_edge" edge to the SkipEdgeExample entity.
func (*UserUpdate) ClearUnnecessary ¶
func (uu *UserUpdate) ClearUnnecessary() *UserUpdate
ClearUnnecessary clears the value of the "unnecessary" field.
func (*UserUpdate) Exec ¶
func (uu *UserUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*UserUpdate) ExecX ¶
func (uu *UserUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*UserUpdate) Mutation ¶
func (uu *UserUpdate) Mutation() *UserMutation
Mutation returns the UserMutation object of the builder.
func (*UserUpdate) RemoveBlogPostIDs ¶
func (uu *UserUpdate) RemoveBlogPostIDs(ids ...int) *UserUpdate
RemoveBlogPostIDs removes the "blog_posts" edge to BlogPost entities by IDs.
func (*UserUpdate) RemoveBlogPosts ¶
func (uu *UserUpdate) RemoveBlogPosts(b ...*BlogPost) *UserUpdate
RemoveBlogPosts removes "blog_posts" edges to BlogPost entities.
func (*UserUpdate) Save ¶
func (uu *UserUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*UserUpdate) SaveX ¶
func (uu *UserUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*UserUpdate) SetNillableProfilePicID ¶
func (uu *UserUpdate) SetNillableProfilePicID(id *uuid.UUID) *UserUpdate
SetNillableProfilePicID sets the "profile_pic" edge to the Image entity by ID if the given value is not nil.
func (*UserUpdate) SetNillableSkipEdgeID ¶
func (uu *UserUpdate) SetNillableSkipEdgeID(id *int) *UserUpdate
SetNillableSkipEdgeID sets the "skip_edge" edge to the SkipEdgeExample entity by ID if the given value is not nil.
func (*UserUpdate) SetNillableUnnecessary ¶
func (uu *UserUpdate) SetNillableUnnecessary(s *string) *UserUpdate
SetNillableUnnecessary sets the "unnecessary" field if the given value is not nil.
func (*UserUpdate) SetProfilePic ¶
func (uu *UserUpdate) SetProfilePic(i *Image) *UserUpdate
SetProfilePic sets the "profile_pic" edge to the Image entity.
func (*UserUpdate) SetProfilePicID ¶
func (uu *UserUpdate) SetProfilePicID(id uuid.UUID) *UserUpdate
SetProfilePicID sets the "profile_pic" edge to the Image entity by ID.
func (*UserUpdate) SetSkipEdge ¶
func (uu *UserUpdate) SetSkipEdge(s *SkipEdgeExample) *UserUpdate
SetSkipEdge sets the "skip_edge" edge to the SkipEdgeExample entity.
func (*UserUpdate) SetSkipEdgeID ¶
func (uu *UserUpdate) SetSkipEdgeID(id int) *UserUpdate
SetSkipEdgeID sets the "skip_edge" edge to the SkipEdgeExample entity by ID.
func (*UserUpdate) SetStatus ¶
func (uu *UserUpdate) SetStatus(u user.Status) *UserUpdate
SetStatus sets the "status" field.
func (*UserUpdate) SetUnnecessary ¶
func (uu *UserUpdate) SetUnnecessary(s string) *UserUpdate
SetUnnecessary sets the "unnecessary" field.
func (*UserUpdate) SetUserName ¶
func (uu *UserUpdate) SetUserName(s string) *UserUpdate
SetUserName sets the "user_name" field.
func (*UserUpdate) Where ¶
func (uu *UserUpdate) Where(ps ...predicate.User) *UserUpdate
Where appends a list predicates to the UserUpdate builder.
type UserUpdateOne ¶
type UserUpdateOne struct {
// contains filtered or unexported fields
}
UserUpdateOne is the builder for updating a single User entity.
func (*UserUpdateOne) AddBlogPostIDs ¶
func (uuo *UserUpdateOne) AddBlogPostIDs(ids ...int) *UserUpdateOne
AddBlogPostIDs adds the "blog_posts" edge to the BlogPost entity by IDs.
func (*UserUpdateOne) AddBlogPosts ¶
func (uuo *UserUpdateOne) AddBlogPosts(b ...*BlogPost) *UserUpdateOne
AddBlogPosts adds the "blog_posts" edges to the BlogPost entity.
func (*UserUpdateOne) ClearBlogPosts ¶
func (uuo *UserUpdateOne) ClearBlogPosts() *UserUpdateOne
ClearBlogPosts clears all "blog_posts" edges to the BlogPost entity.
func (*UserUpdateOne) ClearProfilePic ¶
func (uuo *UserUpdateOne) ClearProfilePic() *UserUpdateOne
ClearProfilePic clears the "profile_pic" edge to the Image entity.
func (*UserUpdateOne) ClearSkipEdge ¶
func (uuo *UserUpdateOne) ClearSkipEdge() *UserUpdateOne
ClearSkipEdge clears the "skip_edge" edge to the SkipEdgeExample entity.
func (*UserUpdateOne) ClearUnnecessary ¶
func (uuo *UserUpdateOne) ClearUnnecessary() *UserUpdateOne
ClearUnnecessary clears the value of the "unnecessary" field.
func (*UserUpdateOne) Exec ¶
func (uuo *UserUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*UserUpdateOne) ExecX ¶
func (uuo *UserUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*UserUpdateOne) Mutation ¶
func (uuo *UserUpdateOne) Mutation() *UserMutation
Mutation returns the UserMutation object of the builder.
func (*UserUpdateOne) RemoveBlogPostIDs ¶
func (uuo *UserUpdateOne) RemoveBlogPostIDs(ids ...int) *UserUpdateOne
RemoveBlogPostIDs removes the "blog_posts" edge to BlogPost entities by IDs.
func (*UserUpdateOne) RemoveBlogPosts ¶
func (uuo *UserUpdateOne) RemoveBlogPosts(b ...*BlogPost) *UserUpdateOne
RemoveBlogPosts removes "blog_posts" edges to BlogPost entities.
func (*UserUpdateOne) Save ¶
func (uuo *UserUpdateOne) Save(ctx context.Context) (*User, error)
Save executes the query and returns the updated User entity.
func (*UserUpdateOne) SaveX ¶
func (uuo *UserUpdateOne) SaveX(ctx context.Context) *User
SaveX is like Save, but panics if an error occurs.
func (*UserUpdateOne) Select ¶
func (uuo *UserUpdateOne) Select(field string, fields ...string) *UserUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*UserUpdateOne) SetNillableProfilePicID ¶
func (uuo *UserUpdateOne) SetNillableProfilePicID(id *uuid.UUID) *UserUpdateOne
SetNillableProfilePicID sets the "profile_pic" edge to the Image entity by ID if the given value is not nil.
func (*UserUpdateOne) SetNillableSkipEdgeID ¶
func (uuo *UserUpdateOne) SetNillableSkipEdgeID(id *int) *UserUpdateOne
SetNillableSkipEdgeID sets the "skip_edge" edge to the SkipEdgeExample entity by ID if the given value is not nil.
func (*UserUpdateOne) SetNillableUnnecessary ¶
func (uuo *UserUpdateOne) SetNillableUnnecessary(s *string) *UserUpdateOne
SetNillableUnnecessary sets the "unnecessary" field if the given value is not nil.
func (*UserUpdateOne) SetProfilePic ¶
func (uuo *UserUpdateOne) SetProfilePic(i *Image) *UserUpdateOne
SetProfilePic sets the "profile_pic" edge to the Image entity.
func (*UserUpdateOne) SetProfilePicID ¶
func (uuo *UserUpdateOne) SetProfilePicID(id uuid.UUID) *UserUpdateOne
SetProfilePicID sets the "profile_pic" edge to the Image entity by ID.
func (*UserUpdateOne) SetSkipEdge ¶
func (uuo *UserUpdateOne) SetSkipEdge(s *SkipEdgeExample) *UserUpdateOne
SetSkipEdge sets the "skip_edge" edge to the SkipEdgeExample entity.
func (*UserUpdateOne) SetSkipEdgeID ¶
func (uuo *UserUpdateOne) SetSkipEdgeID(id int) *UserUpdateOne
SetSkipEdgeID sets the "skip_edge" edge to the SkipEdgeExample entity by ID.
func (*UserUpdateOne) SetStatus ¶
func (uuo *UserUpdateOne) SetStatus(u user.Status) *UserUpdateOne
SetStatus sets the "status" field.
func (*UserUpdateOne) SetUnnecessary ¶
func (uuo *UserUpdateOne) SetUnnecessary(s string) *UserUpdateOne
SetUnnecessary sets the "unnecessary" field.
func (*UserUpdateOne) SetUserName ¶
func (uuo *UserUpdateOne) SetUserName(s string) *UserUpdateOne
SetUserName sets the "user_name" field.
type ValidMessage ¶
type ValidMessage struct { // ID of the ent. ID int `json:"id,omitempty"` // Name holds the value of the "name" field. Name string `json:"name,omitempty"` // Ts holds the value of the "ts" field. Ts time.Time `json:"ts,omitempty"` // UUID holds the value of the "uuid" field. UUID uuid.UUID `json:"uuid,omitempty"` // U8 holds the value of the "u8" field. U8 uint8 `json:"u8,omitempty"` // Opti8 holds the value of the "opti8" field. Opti8 *int8 `json:"opti8,omitempty"` // contains filtered or unexported fields }
ValidMessage is the model entity for the ValidMessage schema.
func (*ValidMessage) String ¶
func (vm *ValidMessage) String() string
String implements the fmt.Stringer.
func (*ValidMessage) Unwrap ¶
func (vm *ValidMessage) Unwrap() *ValidMessage
Unwrap unwraps the ValidMessage entity that was returned from a transaction after it was closed, so that all future queries will be executed through the driver which created the transaction.
func (*ValidMessage) Update ¶
func (vm *ValidMessage) Update() *ValidMessageUpdateOne
Update returns a builder for updating this ValidMessage. Note that you need to call ValidMessage.Unwrap() before calling this method if this ValidMessage was returned from a transaction, and the transaction was committed or rolled back.
type ValidMessageClient ¶
type ValidMessageClient struct {
// contains filtered or unexported fields
}
ValidMessageClient is a client for the ValidMessage schema.
func NewValidMessageClient ¶
func NewValidMessageClient(c config) *ValidMessageClient
NewValidMessageClient returns a client for the ValidMessage from the given config.
func (*ValidMessageClient) Create ¶
func (c *ValidMessageClient) Create() *ValidMessageCreate
Create returns a create builder for ValidMessage.
func (*ValidMessageClient) CreateBulk ¶
func (c *ValidMessageClient) CreateBulk(builders ...*ValidMessageCreate) *ValidMessageCreateBulk
CreateBulk returns a builder for creating a bulk of ValidMessage entities.
func (*ValidMessageClient) Delete ¶
func (c *ValidMessageClient) Delete() *ValidMessageDelete
Delete returns a delete builder for ValidMessage.
func (*ValidMessageClient) DeleteOne ¶
func (c *ValidMessageClient) DeleteOne(vm *ValidMessage) *ValidMessageDeleteOne
DeleteOne returns a delete builder for the given entity.
func (*ValidMessageClient) DeleteOneID ¶
func (c *ValidMessageClient) DeleteOneID(id int) *ValidMessageDeleteOne
DeleteOneID returns a delete builder for the given id.
func (*ValidMessageClient) Get ¶
func (c *ValidMessageClient) Get(ctx context.Context, id int) (*ValidMessage, error)
Get returns a ValidMessage entity by its id.
func (*ValidMessageClient) GetX ¶
func (c *ValidMessageClient) GetX(ctx context.Context, id int) *ValidMessage
GetX is like Get, but panics if an error occurs.
func (*ValidMessageClient) Hooks ¶
func (c *ValidMessageClient) Hooks() []Hook
Hooks returns the client hooks.
func (*ValidMessageClient) Query ¶
func (c *ValidMessageClient) Query() *ValidMessageQuery
Query returns a query builder for ValidMessage.
func (*ValidMessageClient) Update ¶
func (c *ValidMessageClient) Update() *ValidMessageUpdate
Update returns an update builder for ValidMessage.
func (*ValidMessageClient) UpdateOne ¶
func (c *ValidMessageClient) UpdateOne(vm *ValidMessage) *ValidMessageUpdateOne
UpdateOne returns an update builder for the given entity.
func (*ValidMessageClient) UpdateOneID ¶
func (c *ValidMessageClient) UpdateOneID(id int) *ValidMessageUpdateOne
UpdateOneID returns an update builder for the given id.
func (*ValidMessageClient) Use ¶
func (c *ValidMessageClient) Use(hooks ...Hook)
Use adds a list of mutation hooks to the hooks stack. A call to `Use(f, g, h)` equals to `validmessage.Hooks(f(g(h())))`.
type ValidMessageCreate ¶
type ValidMessageCreate struct {
// contains filtered or unexported fields
}
ValidMessageCreate is the builder for creating a ValidMessage entity.
func (*ValidMessageCreate) Exec ¶
func (vmc *ValidMessageCreate) Exec(ctx context.Context) error
Exec executes the query.
func (*ValidMessageCreate) ExecX ¶
func (vmc *ValidMessageCreate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ValidMessageCreate) Mutation ¶
func (vmc *ValidMessageCreate) Mutation() *ValidMessageMutation
Mutation returns the ValidMessageMutation object of the builder.
func (*ValidMessageCreate) Save ¶
func (vmc *ValidMessageCreate) Save(ctx context.Context) (*ValidMessage, error)
Save creates the ValidMessage in the database.
func (*ValidMessageCreate) SaveX ¶
func (vmc *ValidMessageCreate) SaveX(ctx context.Context) *ValidMessage
SaveX calls Save and panics if Save returns an error.
func (*ValidMessageCreate) SetName ¶
func (vmc *ValidMessageCreate) SetName(s string) *ValidMessageCreate
SetName sets the "name" field.
func (*ValidMessageCreate) SetNillableOpti8 ¶
func (vmc *ValidMessageCreate) SetNillableOpti8(i *int8) *ValidMessageCreate
SetNillableOpti8 sets the "opti8" field if the given value is not nil.
func (*ValidMessageCreate) SetOpti8 ¶
func (vmc *ValidMessageCreate) SetOpti8(i int8) *ValidMessageCreate
SetOpti8 sets the "opti8" field.
func (*ValidMessageCreate) SetTs ¶
func (vmc *ValidMessageCreate) SetTs(t time.Time) *ValidMessageCreate
SetTs sets the "ts" field.
func (*ValidMessageCreate) SetU8 ¶
func (vmc *ValidMessageCreate) SetU8(u uint8) *ValidMessageCreate
SetU8 sets the "u8" field.
func (*ValidMessageCreate) SetUUID ¶
func (vmc *ValidMessageCreate) SetUUID(u uuid.UUID) *ValidMessageCreate
SetUUID sets the "uuid" field.
type ValidMessageCreateBulk ¶
type ValidMessageCreateBulk struct {
// contains filtered or unexported fields
}
ValidMessageCreateBulk is the builder for creating many ValidMessage entities in bulk.
func (*ValidMessageCreateBulk) Exec ¶
func (vmcb *ValidMessageCreateBulk) Exec(ctx context.Context) error
Exec executes the query.
func (*ValidMessageCreateBulk) ExecX ¶
func (vmcb *ValidMessageCreateBulk) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ValidMessageCreateBulk) Save ¶
func (vmcb *ValidMessageCreateBulk) Save(ctx context.Context) ([]*ValidMessage, error)
Save creates the ValidMessage entities in the database.
func (*ValidMessageCreateBulk) SaveX ¶
func (vmcb *ValidMessageCreateBulk) SaveX(ctx context.Context) []*ValidMessage
SaveX is like Save, but panics if an error occurs.
type ValidMessageDelete ¶
type ValidMessageDelete struct {
// contains filtered or unexported fields
}
ValidMessageDelete is the builder for deleting a ValidMessage entity.
func (*ValidMessageDelete) Exec ¶
func (vmd *ValidMessageDelete) Exec(ctx context.Context) (int, error)
Exec executes the deletion query and returns how many vertices were deleted.
func (*ValidMessageDelete) ExecX ¶
func (vmd *ValidMessageDelete) ExecX(ctx context.Context) int
ExecX is like Exec, but panics if an error occurs.
func (*ValidMessageDelete) Where ¶
func (vmd *ValidMessageDelete) Where(ps ...predicate.ValidMessage) *ValidMessageDelete
Where appends a list predicates to the ValidMessageDelete builder.
type ValidMessageDeleteOne ¶
type ValidMessageDeleteOne struct {
// contains filtered or unexported fields
}
ValidMessageDeleteOne is the builder for deleting a single ValidMessage entity.
func (*ValidMessageDeleteOne) Exec ¶
func (vmdo *ValidMessageDeleteOne) Exec(ctx context.Context) error
Exec executes the deletion query.
func (*ValidMessageDeleteOne) ExecX ¶
func (vmdo *ValidMessageDeleteOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
type ValidMessageGroupBy ¶
type ValidMessageGroupBy struct {
// contains filtered or unexported fields
}
ValidMessageGroupBy is the group-by builder for ValidMessage entities.
func (*ValidMessageGroupBy) Aggregate ¶
func (vmgb *ValidMessageGroupBy) Aggregate(fns ...AggregateFunc) *ValidMessageGroupBy
Aggregate adds the given aggregation functions to the group-by query.
func (*ValidMessageGroupBy) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*ValidMessageGroupBy) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*ValidMessageGroupBy) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*ValidMessageGroupBy) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*ValidMessageGroupBy) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*ValidMessageGroupBy) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*ValidMessageGroupBy) Scan ¶
func (vmgb *ValidMessageGroupBy) Scan(ctx context.Context, v interface{}) error
Scan applies the group-by query and scans the result into the given value.
func (*ValidMessageGroupBy) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type ValidMessageMutation ¶
type ValidMessageMutation struct {
// contains filtered or unexported fields
}
ValidMessageMutation represents an operation that mutates the ValidMessage nodes in the graph.
func (*ValidMessageMutation) AddField ¶
func (m *ValidMessageMutation) AddField(name string, value ent.Value) error
AddField adds the value to the field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*ValidMessageMutation) AddOpti8 ¶
func (m *ValidMessageMutation) AddOpti8(i int8)
AddOpti8 adds i to the "opti8" field.
func (*ValidMessageMutation) AddU8 ¶
func (m *ValidMessageMutation) AddU8(u int8)
AddU8 adds u to the "u8" field.
func (*ValidMessageMutation) AddedEdges ¶
func (m *ValidMessageMutation) AddedEdges() []string
AddedEdges returns all edge names that were set/added in this mutation.
func (*ValidMessageMutation) AddedField ¶
func (m *ValidMessageMutation) AddedField(name string) (ent.Value, bool)
AddedField returns the numeric value that was incremented/decremented on a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*ValidMessageMutation) AddedFields ¶
func (m *ValidMessageMutation) AddedFields() []string
AddedFields returns all numeric fields that were incremented/decremented during this mutation.
func (*ValidMessageMutation) AddedIDs ¶
func (m *ValidMessageMutation) AddedIDs(name string) []ent.Value
AddedIDs returns all IDs (to other nodes) that were added for the given edge name in this mutation.
func (*ValidMessageMutation) AddedOpti8 ¶
func (m *ValidMessageMutation) AddedOpti8() (r int8, exists bool)
AddedOpti8 returns the value that was added to the "opti8" field in this mutation.
func (*ValidMessageMutation) AddedU8 ¶
func (m *ValidMessageMutation) AddedU8() (r int8, exists bool)
AddedU8 returns the value that was added to the "u8" field in this mutation.
func (*ValidMessageMutation) ClearEdge ¶
func (m *ValidMessageMutation) ClearEdge(name string) error
ClearEdge clears the value of the edge with the given name. It returns an error if that edge is not defined in the schema.
func (*ValidMessageMutation) ClearField ¶
func (m *ValidMessageMutation) ClearField(name string) error
ClearField clears the value of the field with the given name. It returns an error if the field is not defined in the schema.
func (*ValidMessageMutation) ClearOpti8 ¶
func (m *ValidMessageMutation) ClearOpti8()
ClearOpti8 clears the value of the "opti8" field.
func (*ValidMessageMutation) ClearedEdges ¶
func (m *ValidMessageMutation) ClearedEdges() []string
ClearedEdges returns all edge names that were cleared in this mutation.
func (*ValidMessageMutation) ClearedFields ¶
func (m *ValidMessageMutation) ClearedFields() []string
ClearedFields returns all nullable fields that were cleared during this mutation.
func (ValidMessageMutation) Client ¶
func (m ValidMessageMutation) Client() *Client
Client returns a new `ent.Client` from the mutation. If the mutation was executed in a transaction (ent.Tx), a transactional client is returned.
func (*ValidMessageMutation) EdgeCleared ¶
func (m *ValidMessageMutation) EdgeCleared(name string) bool
EdgeCleared returns a boolean which indicates if the edge with the given name was cleared in this mutation.
func (*ValidMessageMutation) Field ¶
func (m *ValidMessageMutation) Field(name string) (ent.Value, bool)
Field returns the value of a field with the given name. The second boolean return value indicates that this field was not set, or was not defined in the schema.
func (*ValidMessageMutation) FieldCleared ¶
func (m *ValidMessageMutation) FieldCleared(name string) bool
FieldCleared returns a boolean indicating if a field with the given name was cleared in this mutation.
func (*ValidMessageMutation) Fields ¶
func (m *ValidMessageMutation) Fields() []string
Fields returns all fields that were changed during this mutation. Note that in order to get all numeric fields that were incremented/decremented, call AddedFields().
func (*ValidMessageMutation) ID ¶
func (m *ValidMessageMutation) ID() (id int, exists bool)
ID returns the ID value in the mutation. Note that the ID is only available if it was provided to the builder or after it was returned from the database.
func (*ValidMessageMutation) IDs ¶
func (m *ValidMessageMutation) IDs(ctx context.Context) ([]int, error)
IDs queries the database and returns the entity ids that match the mutation's predicate. That means, if the mutation is applied within a transaction with an isolation level such as sql.LevelSerializable, the returned ids match the ids of the rows that will be updated or updated by the mutation.
func (*ValidMessageMutation) Name ¶
func (m *ValidMessageMutation) Name() (r string, exists bool)
Name returns the value of the "name" field in the mutation.
func (*ValidMessageMutation) OldField ¶
OldField returns the old value of the field from the database. An error is returned if the mutation operation is not UpdateOne, or the query to the database failed.
func (*ValidMessageMutation) OldName ¶
func (m *ValidMessageMutation) OldName(ctx context.Context) (v string, err error)
OldName returns the old "name" field's value of the ValidMessage entity. If the ValidMessage object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*ValidMessageMutation) OldOpti8 ¶
func (m *ValidMessageMutation) OldOpti8(ctx context.Context) (v *int8, err error)
OldOpti8 returns the old "opti8" field's value of the ValidMessage entity. If the ValidMessage object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*ValidMessageMutation) OldTs ¶
OldTs returns the old "ts" field's value of the ValidMessage entity. If the ValidMessage object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*ValidMessageMutation) OldU8 ¶
func (m *ValidMessageMutation) OldU8(ctx context.Context) (v uint8, err error)
OldU8 returns the old "u8" field's value of the ValidMessage entity. If the ValidMessage object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*ValidMessageMutation) OldUUID ¶
OldUUID returns the old "uuid" field's value of the ValidMessage entity. If the ValidMessage object wasn't provided to the builder, the object is fetched from the database. An error is returned if the mutation operation is not UpdateOne, or the database query fails.
func (*ValidMessageMutation) Op ¶
func (m *ValidMessageMutation) Op() Op
Op returns the operation name.
func (*ValidMessageMutation) Opti8 ¶
func (m *ValidMessageMutation) Opti8() (r int8, exists bool)
Opti8 returns the value of the "opti8" field in the mutation.
func (*ValidMessageMutation) Opti8Cleared ¶
func (m *ValidMessageMutation) Opti8Cleared() bool
Opti8Cleared returns if the "opti8" field was cleared in this mutation.
func (*ValidMessageMutation) RemovedEdges ¶
func (m *ValidMessageMutation) RemovedEdges() []string
RemovedEdges returns all edge names that were removed in this mutation.
func (*ValidMessageMutation) RemovedIDs ¶
func (m *ValidMessageMutation) RemovedIDs(name string) []ent.Value
RemovedIDs returns all IDs (to other nodes) that were removed for the edge with the given name in this mutation.
func (*ValidMessageMutation) ResetEdge ¶
func (m *ValidMessageMutation) ResetEdge(name string) error
ResetEdge resets all changes to the edge with the given name in this mutation. It returns an error if the edge is not defined in the schema.
func (*ValidMessageMutation) ResetField ¶
func (m *ValidMessageMutation) ResetField(name string) error
ResetField resets all changes in the mutation for the field with the given name. It returns an error if the field is not defined in the schema.
func (*ValidMessageMutation) ResetName ¶
func (m *ValidMessageMutation) ResetName()
ResetName resets all changes to the "name" field.
func (*ValidMessageMutation) ResetOpti8 ¶
func (m *ValidMessageMutation) ResetOpti8()
ResetOpti8 resets all changes to the "opti8" field.
func (*ValidMessageMutation) ResetTs ¶
func (m *ValidMessageMutation) ResetTs()
ResetTs resets all changes to the "ts" field.
func (*ValidMessageMutation) ResetU8 ¶
func (m *ValidMessageMutation) ResetU8()
ResetU8 resets all changes to the "u8" field.
func (*ValidMessageMutation) ResetUUID ¶
func (m *ValidMessageMutation) ResetUUID()
ResetUUID resets all changes to the "uuid" field.
func (*ValidMessageMutation) SetField ¶
func (m *ValidMessageMutation) SetField(name string, value ent.Value) error
SetField sets the value of a field with the given name. It returns an error if the field is not defined in the schema, or if the type mismatched the field type.
func (*ValidMessageMutation) SetName ¶
func (m *ValidMessageMutation) SetName(s string)
SetName sets the "name" field.
func (*ValidMessageMutation) SetOpti8 ¶
func (m *ValidMessageMutation) SetOpti8(i int8)
SetOpti8 sets the "opti8" field.
func (*ValidMessageMutation) SetTs ¶
func (m *ValidMessageMutation) SetTs(t time.Time)
SetTs sets the "ts" field.
func (*ValidMessageMutation) SetU8 ¶
func (m *ValidMessageMutation) SetU8(u uint8)
SetU8 sets the "u8" field.
func (*ValidMessageMutation) SetUUID ¶
func (m *ValidMessageMutation) SetUUID(u uuid.UUID)
SetUUID sets the "uuid" field.
func (*ValidMessageMutation) Ts ¶
func (m *ValidMessageMutation) Ts() (r time.Time, exists bool)
Ts returns the value of the "ts" field in the mutation.
func (ValidMessageMutation) Tx ¶
func (m ValidMessageMutation) Tx() (*Tx, error)
Tx returns an `ent.Tx` for mutations that were executed in transactions; it returns an error otherwise.
func (*ValidMessageMutation) Type ¶
func (m *ValidMessageMutation) Type() string
Type returns the node type of this mutation (ValidMessage).
func (*ValidMessageMutation) U8 ¶
func (m *ValidMessageMutation) U8() (r uint8, exists bool)
U8 returns the value of the "u8" field in the mutation.
func (*ValidMessageMutation) UUID ¶
func (m *ValidMessageMutation) UUID() (r uuid.UUID, exists bool)
UUID returns the value of the "uuid" field in the mutation.
func (*ValidMessageMutation) Where ¶
func (m *ValidMessageMutation) Where(ps ...predicate.ValidMessage)
Where appends a list predicates to the ValidMessageMutation builder.
type ValidMessageQuery ¶
type ValidMessageQuery struct {
// contains filtered or unexported fields
}
ValidMessageQuery is the builder for querying ValidMessage entities.
func (*ValidMessageQuery) All ¶
func (vmq *ValidMessageQuery) All(ctx context.Context) ([]*ValidMessage, error)
All executes the query and returns a list of ValidMessages.
func (*ValidMessageQuery) AllX ¶
func (vmq *ValidMessageQuery) AllX(ctx context.Context) []*ValidMessage
AllX is like All, but panics if an error occurs.
func (*ValidMessageQuery) Clone ¶
func (vmq *ValidMessageQuery) Clone() *ValidMessageQuery
Clone returns a duplicate of the ValidMessageQuery builder, including all associated steps. It can be used to prepare common query builders and use them differently after the clone is made.
func (*ValidMessageQuery) Count ¶
func (vmq *ValidMessageQuery) Count(ctx context.Context) (int, error)
Count returns the count of the given query.
func (*ValidMessageQuery) CountX ¶
func (vmq *ValidMessageQuery) CountX(ctx context.Context) int
CountX is like Count, but panics if an error occurs.
func (*ValidMessageQuery) Exist ¶
func (vmq *ValidMessageQuery) Exist(ctx context.Context) (bool, error)
Exist returns true if the query has elements in the graph.
func (*ValidMessageQuery) ExistX ¶
func (vmq *ValidMessageQuery) ExistX(ctx context.Context) bool
ExistX is like Exist, but panics if an error occurs.
func (*ValidMessageQuery) First ¶
func (vmq *ValidMessageQuery) First(ctx context.Context) (*ValidMessage, error)
First returns the first ValidMessage entity from the query. Returns a *NotFoundError when no ValidMessage was found.
func (*ValidMessageQuery) FirstID ¶
func (vmq *ValidMessageQuery) FirstID(ctx context.Context) (id int, err error)
FirstID returns the first ValidMessage ID from the query. Returns a *NotFoundError when no ValidMessage ID was found.
func (*ValidMessageQuery) FirstIDX ¶
func (vmq *ValidMessageQuery) FirstIDX(ctx context.Context) int
FirstIDX is like FirstID, but panics if an error occurs.
func (*ValidMessageQuery) FirstX ¶
func (vmq *ValidMessageQuery) FirstX(ctx context.Context) *ValidMessage
FirstX is like First, but panics if an error occurs.
func (*ValidMessageQuery) GroupBy ¶
func (vmq *ValidMessageQuery) GroupBy(field string, fields ...string) *ValidMessageGroupBy
GroupBy is used to group vertices by one or more fields/columns. It is often used with aggregate functions, like: count, max, mean, min, sum.
Example:
var v []struct { Name string `json:"name,omitempty"` Count int `json:"count,omitempty"` } client.ValidMessage.Query(). GroupBy(validmessage.FieldName). Aggregate(ent.Count()). Scan(ctx, &v)
func (*ValidMessageQuery) IDs ¶
func (vmq *ValidMessageQuery) IDs(ctx context.Context) ([]int, error)
IDs executes the query and returns a list of ValidMessage IDs.
func (*ValidMessageQuery) IDsX ¶
func (vmq *ValidMessageQuery) IDsX(ctx context.Context) []int
IDsX is like IDs, but panics if an error occurs.
func (*ValidMessageQuery) Limit ¶
func (vmq *ValidMessageQuery) Limit(limit int) *ValidMessageQuery
Limit adds a limit step to the query.
func (*ValidMessageQuery) Offset ¶
func (vmq *ValidMessageQuery) Offset(offset int) *ValidMessageQuery
Offset adds an offset step to the query.
func (*ValidMessageQuery) Only ¶
func (vmq *ValidMessageQuery) Only(ctx context.Context) (*ValidMessage, error)
Only returns a single ValidMessage entity found by the query, ensuring it only returns one. Returns a *NotSingularError when more than one ValidMessage entity is found. Returns a *NotFoundError when no ValidMessage entities are found.
func (*ValidMessageQuery) OnlyID ¶
func (vmq *ValidMessageQuery) OnlyID(ctx context.Context) (id int, err error)
OnlyID is like Only, but returns the only ValidMessage ID in the query. Returns a *NotSingularError when more than one ValidMessage ID is found. Returns a *NotFoundError when no entities are found.
func (*ValidMessageQuery) OnlyIDX ¶
func (vmq *ValidMessageQuery) OnlyIDX(ctx context.Context) int
OnlyIDX is like OnlyID, but panics if an error occurs.
func (*ValidMessageQuery) OnlyX ¶
func (vmq *ValidMessageQuery) OnlyX(ctx context.Context) *ValidMessage
OnlyX is like Only, but panics if an error occurs.
func (*ValidMessageQuery) Order ¶
func (vmq *ValidMessageQuery) Order(o ...OrderFunc) *ValidMessageQuery
Order adds an order step to the query.
func (*ValidMessageQuery) Select ¶
func (vmq *ValidMessageQuery) Select(fields ...string) *ValidMessageSelect
Select allows the selection one or more fields/columns for the given query, instead of selecting all fields in the entity.
Example:
var v []struct { Name string `json:"name,omitempty"` } client.ValidMessage.Query(). Select(validmessage.FieldName). Scan(ctx, &v)
func (*ValidMessageQuery) Unique ¶
func (vmq *ValidMessageQuery) Unique(unique bool) *ValidMessageQuery
Unique configures the query builder to filter duplicate records on query. By default, unique is set to true, and can be disabled using this method.
func (*ValidMessageQuery) Where ¶
func (vmq *ValidMessageQuery) Where(ps ...predicate.ValidMessage) *ValidMessageQuery
Where adds a new predicate for the ValidMessageQuery builder.
type ValidMessageSelect ¶
type ValidMessageSelect struct { *ValidMessageQuery // contains filtered or unexported fields }
ValidMessageSelect is the builder for selecting fields of ValidMessage entities.
func (*ValidMessageSelect) Bool ¶
Bool returns a single bool from a selector. It is only allowed when selecting one field.
func (*ValidMessageSelect) Bools ¶
Bools returns list of bools from a selector. It is only allowed when selecting one field.
func (*ValidMessageSelect) Float64 ¶
Float64 returns a single float64 from a selector. It is only allowed when selecting one field.
func (*ValidMessageSelect) Float64s ¶
Float64s returns list of float64s from a selector. It is only allowed when selecting one field.
func (*ValidMessageSelect) Int ¶
Int returns a single int from a selector. It is only allowed when selecting one field.
func (*ValidMessageSelect) Ints ¶
Ints returns list of ints from a selector. It is only allowed when selecting one field.
func (*ValidMessageSelect) Scan ¶
func (vms *ValidMessageSelect) Scan(ctx context.Context, v interface{}) error
Scan applies the selector query and scans the result into the given value.
func (*ValidMessageSelect) String ¶
String returns a single string from a selector. It is only allowed when selecting one field.
type ValidMessageUpdate ¶
type ValidMessageUpdate struct {
// contains filtered or unexported fields
}
ValidMessageUpdate is the builder for updating ValidMessage entities.
func (*ValidMessageUpdate) AddOpti8 ¶
func (vmu *ValidMessageUpdate) AddOpti8(i int8) *ValidMessageUpdate
AddOpti8 adds i to the "opti8" field.
func (*ValidMessageUpdate) AddU8 ¶
func (vmu *ValidMessageUpdate) AddU8(u int8) *ValidMessageUpdate
AddU8 adds u to the "u8" field.
func (*ValidMessageUpdate) ClearOpti8 ¶
func (vmu *ValidMessageUpdate) ClearOpti8() *ValidMessageUpdate
ClearOpti8 clears the value of the "opti8" field.
func (*ValidMessageUpdate) Exec ¶
func (vmu *ValidMessageUpdate) Exec(ctx context.Context) error
Exec executes the query.
func (*ValidMessageUpdate) ExecX ¶
func (vmu *ValidMessageUpdate) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ValidMessageUpdate) Mutation ¶
func (vmu *ValidMessageUpdate) Mutation() *ValidMessageMutation
Mutation returns the ValidMessageMutation object of the builder.
func (*ValidMessageUpdate) Save ¶
func (vmu *ValidMessageUpdate) Save(ctx context.Context) (int, error)
Save executes the query and returns the number of nodes affected by the update operation.
func (*ValidMessageUpdate) SaveX ¶
func (vmu *ValidMessageUpdate) SaveX(ctx context.Context) int
SaveX is like Save, but panics if an error occurs.
func (*ValidMessageUpdate) SetName ¶
func (vmu *ValidMessageUpdate) SetName(s string) *ValidMessageUpdate
SetName sets the "name" field.
func (*ValidMessageUpdate) SetNillableOpti8 ¶
func (vmu *ValidMessageUpdate) SetNillableOpti8(i *int8) *ValidMessageUpdate
SetNillableOpti8 sets the "opti8" field if the given value is not nil.
func (*ValidMessageUpdate) SetOpti8 ¶
func (vmu *ValidMessageUpdate) SetOpti8(i int8) *ValidMessageUpdate
SetOpti8 sets the "opti8" field.
func (*ValidMessageUpdate) SetTs ¶
func (vmu *ValidMessageUpdate) SetTs(t time.Time) *ValidMessageUpdate
SetTs sets the "ts" field.
func (*ValidMessageUpdate) SetU8 ¶
func (vmu *ValidMessageUpdate) SetU8(u uint8) *ValidMessageUpdate
SetU8 sets the "u8" field.
func (*ValidMessageUpdate) SetUUID ¶
func (vmu *ValidMessageUpdate) SetUUID(u uuid.UUID) *ValidMessageUpdate
SetUUID sets the "uuid" field.
func (*ValidMessageUpdate) Where ¶
func (vmu *ValidMessageUpdate) Where(ps ...predicate.ValidMessage) *ValidMessageUpdate
Where appends a list predicates to the ValidMessageUpdate builder.
type ValidMessageUpdateOne ¶
type ValidMessageUpdateOne struct {
// contains filtered or unexported fields
}
ValidMessageUpdateOne is the builder for updating a single ValidMessage entity.
func (*ValidMessageUpdateOne) AddOpti8 ¶
func (vmuo *ValidMessageUpdateOne) AddOpti8(i int8) *ValidMessageUpdateOne
AddOpti8 adds i to the "opti8" field.
func (*ValidMessageUpdateOne) AddU8 ¶
func (vmuo *ValidMessageUpdateOne) AddU8(u int8) *ValidMessageUpdateOne
AddU8 adds u to the "u8" field.
func (*ValidMessageUpdateOne) ClearOpti8 ¶
func (vmuo *ValidMessageUpdateOne) ClearOpti8() *ValidMessageUpdateOne
ClearOpti8 clears the value of the "opti8" field.
func (*ValidMessageUpdateOne) Exec ¶
func (vmuo *ValidMessageUpdateOne) Exec(ctx context.Context) error
Exec executes the query on the entity.
func (*ValidMessageUpdateOne) ExecX ¶
func (vmuo *ValidMessageUpdateOne) ExecX(ctx context.Context)
ExecX is like Exec, but panics if an error occurs.
func (*ValidMessageUpdateOne) Mutation ¶
func (vmuo *ValidMessageUpdateOne) Mutation() *ValidMessageMutation
Mutation returns the ValidMessageMutation object of the builder.
func (*ValidMessageUpdateOne) Save ¶
func (vmuo *ValidMessageUpdateOne) Save(ctx context.Context) (*ValidMessage, error)
Save executes the query and returns the updated ValidMessage entity.
func (*ValidMessageUpdateOne) SaveX ¶
func (vmuo *ValidMessageUpdateOne) SaveX(ctx context.Context) *ValidMessage
SaveX is like Save, but panics if an error occurs.
func (*ValidMessageUpdateOne) Select ¶
func (vmuo *ValidMessageUpdateOne) Select(field string, fields ...string) *ValidMessageUpdateOne
Select allows selecting one or more fields (columns) of the returned entity. The default is selecting all fields defined in the entity schema.
func (*ValidMessageUpdateOne) SetName ¶
func (vmuo *ValidMessageUpdateOne) SetName(s string) *ValidMessageUpdateOne
SetName sets the "name" field.
func (*ValidMessageUpdateOne) SetNillableOpti8 ¶
func (vmuo *ValidMessageUpdateOne) SetNillableOpti8(i *int8) *ValidMessageUpdateOne
SetNillableOpti8 sets the "opti8" field if the given value is not nil.
func (*ValidMessageUpdateOne) SetOpti8 ¶
func (vmuo *ValidMessageUpdateOne) SetOpti8(i int8) *ValidMessageUpdateOne
SetOpti8 sets the "opti8" field.
func (*ValidMessageUpdateOne) SetTs ¶
func (vmuo *ValidMessageUpdateOne) SetTs(t time.Time) *ValidMessageUpdateOne
SetTs sets the "ts" field.
func (*ValidMessageUpdateOne) SetU8 ¶
func (vmuo *ValidMessageUpdateOne) SetU8(u uint8) *ValidMessageUpdateOne
SetU8 sets the "u8" field.
func (*ValidMessageUpdateOne) SetUUID ¶
func (vmuo *ValidMessageUpdateOne) SetUUID(u uuid.UUID) *ValidMessageUpdateOne
SetUUID sets the "uuid" field.
type ValidMessages ¶
type ValidMessages []*ValidMessage
ValidMessages is a parsable slice of ValidMessage.
type ValidationError ¶
type ValidationError struct { Name string // Field or edge name. // contains filtered or unexported fields }
ValidationError returns when validating a field or edge fails.
func (*ValidationError) Error ¶
func (e *ValidationError) Error() string
Error implements the error interface.
func (*ValidationError) Unwrap ¶
func (e *ValidationError) Unwrap() error
Unwrap implements the errors.Wrapper interface.
Source Files ¶
- allmethodsservice.go
- allmethodsservice_create.go
- allmethodsservice_delete.go
- allmethodsservice_query.go
- allmethodsservice_update.go
- blogpost.go
- blogpost_create.go
- blogpost_delete.go
- blogpost_query.go
- blogpost_update.go
- category.go
- category_create.go
- category_delete.go
- category_query.go
- category_update.go
- client.go
- config.go
- context.go
- dependsonskipped.go
- dependsonskipped_create.go
- dependsonskipped_delete.go
- dependsonskipped_query.go
- dependsonskipped_update.go
- duplicatenumbermessage.go
- duplicatenumbermessage_create.go
- duplicatenumbermessage_delete.go
- duplicatenumbermessage_query.go
- duplicatenumbermessage_update.go
- ent.go
- explicitskippedmessage.go
- explicitskippedmessage_create.go
- explicitskippedmessage_delete.go
- explicitskippedmessage_query.go
- explicitskippedmessage_update.go
- generate.go
- image.go
- image_create.go
- image_delete.go
- image_query.go
- image_update.go
- implicitskippedmessage.go
- implicitskippedmessage_create.go
- implicitskippedmessage_delete.go
- implicitskippedmessage_query.go
- implicitskippedmessage_update.go
- invalidfieldmessage.go
- invalidfieldmessage_create.go
- invalidfieldmessage_delete.go
- invalidfieldmessage_query.go
- invalidfieldmessage_update.go
- messagewithenum.go
- messagewithenum_create.go
- messagewithenum_delete.go
- messagewithenum_query.go
- messagewithenum_update.go
- messagewithfieldone.go
- messagewithfieldone_create.go
- messagewithfieldone_delete.go
- messagewithfieldone_query.go
- messagewithfieldone_update.go
- messagewithid.go
- messagewithid_create.go
- messagewithid_delete.go
- messagewithid_query.go
- messagewithid_update.go
- messagewithoptionals.go
- messagewithoptionals_create.go
- messagewithoptionals_delete.go
- messagewithoptionals_query.go
- messagewithoptionals_update.go
- messagewithpackagename.go
- messagewithpackagename_create.go
- messagewithpackagename_delete.go
- messagewithpackagename_query.go
- messagewithpackagename_update.go
- mutation.go
- onemethodservice.go
- onemethodservice_create.go
- onemethodservice_delete.go
- onemethodservice_query.go
- onemethodservice_update.go
- portal.go
- portal_create.go
- portal_delete.go
- portal_query.go
- portal_update.go
- runtime.go
- skipedgeexample.go
- skipedgeexample_create.go
- skipedgeexample_delete.go
- skipedgeexample_query.go
- skipedgeexample_update.go
- twomethodservice.go
- twomethodservice_create.go
- twomethodservice_delete.go
- twomethodservice_query.go
- twomethodservice_update.go
- tx.go
- user.go
- user_create.go
- user_delete.go
- user_query.go
- user_update.go
- validmessage.go
- validmessage_create.go
- validmessage_delete.go
- validmessage_query.go
- validmessage_update.go