Versions in this module Expand all Collapse all v0 v0.8.4 Jul 24, 2021 v0.8.3 Jul 24, 2021 v0.8.2 Jul 22, 2021 v0.8.1 Jul 22, 2021 Changes in this version + type BigInt struct + func NewBigInt(i int64) BigInt + func (b *BigInt) Scan(src interface{}) error + func (b BigInt) Add(c BigInt) BigInt + func (b BigInt) Value() (driver.Value, error) + type Card struct + func (Card) Annotations() []schema.Annotation + func (Card) Edges() []ent.Edge + func (Card) Fields() []ent.Field + func (Card) Indexes() []ent.Index + func (Card) Mixin() []ent.Mixin + type CardMixin struct + func (CardMixin) Annotations() []schema.Annotation + type CheckError struct + func (c CheckError) Error() string + type Comment struct + func (Comment) Fields() []ent.Field + type FieldType struct + func (FieldType) Fields() []ent.Field + type File struct + func (File) Annotations() []schema.Annotation + func (File) Edges() []ent.Edge + func (File) Fields() []ent.Field + func (File) Indexes() []ent.Index + type FileType struct + func (FileType) Edges() []ent.Edge + func (FileType) Fields() []ent.Field + type Float32 float32 + type Float64 float64 + type Goods struct + func (Goods) Edges() []ent.Edge + func (Goods) Fields() []ent.Field + type Group struct + func (Group) Edges() []ent.Edge + func (Group) Fields() []ent.Field + type GroupInfo struct + func (GroupInfo) Edges() []ent.Edge + func (GroupInfo) Fields() []ent.Field + type Int int + type Int64 int64 + type Int8 int8 + type Item struct + func (Item) Edges() []ent.Edge + func (Item) Fields() []ent.Field + type Link struct + func (l *Link) Scan(value interface{}) (err error) + func (l Link) Value() (driver.Value, error) + type MAC struct + func (m *MAC) Scan(value interface{}) (err error) + func (m MAC) Value() (driver.Value, error) + type Node struct + func (Node) Edges() []ent.Edge + func (Node) Fields() []ent.Field + type Pair struct + K []byte + V []byte + func (p *Pair) Scan(value interface{}) (err error) + func (p Pair) Value() (driver.Value, error) + type Password string + func (p *Password) Scan(src interface{}) error + func (p Password) Value() (driver.Value, error) + type Pet struct + func (Pet) Annotations() []schema.Annotation + func (Pet) Edges() []ent.Edge + func (Pet) Fields() []ent.Field + func (Pet) Indexes() []ent.Index + type Priority int + const PriorityHigh + const PriorityLow + const PriorityMid + func (p Priority) String() string + func (p Priority) Validate() error + type Spec struct + func (Spec) Edges() []ent.Edge + type Status bool + type StringScanner string + func (s *StringScanner) Scan(value interface{}) (err error) + func (s StringScanner) Value() (driver.Value, error) + type Strings []string + func (s *Strings) Scan(v interface{}) (err error) + func (s Strings) Value() (driver.Value, error) + type Task struct + func (Task) Fields() []ent.Field + type Triple struct + E [3]string + func (t *Triple) Scan(value interface{}) (err error) + func (t Triple) Value() (driver.Value, error) + type User struct + func (User) Edges() []ent.Edge + func (User) Fields() []ent.Field + func (User) Mixin() []ent.Mixin + type UserMixin struct + func (UserMixin) Fields() []ent.Field + type VString string + func (s *VString) Scan(v interface{}) (err error) + func (s VString) Value() (driver.Value, error)