Documentation ¶
Index ¶
- Variables
- type Amount
- type BigInt
- func (b BigInt) Add(c BigInt) BigInt
- func (b BigInt) MarshalGQL(w io.Writer)
- func (b BigInt) MarshalJSON() ([]byte, error)
- func (b *BigInt) Scan(src interface{}) error
- func (b *BigInt) UnmarshalGQL(v interface{}) error
- func (b *BigInt) UnmarshalJSON(p []byte) error
- func (b BigInt) Value() (driver.Value, error)
- type BodyPart
- type Dope
- type Event
- type GameHustler
- type GameHustlerItem
- type GameHustlerQuest
- type GameHustlerRelation
- type Hustler
- type Item
- type Listing
- type Position
- type RLEs
- type Search
- type Sprites
- type SyncState
- type Wallet
- type WalletItems
Constants ¶
This section is empty.
Variables ¶
View Source
var BigIntSchemaType = map[string]string{ dialect.Postgres: "numeric", }
Functions ¶
This section is empty.
Types ¶
type BigInt ¶
func (BigInt) MarshalGQL ¶
func (BigInt) MarshalJSON ¶
func (*BigInt) UnmarshalGQL ¶
func (*BigInt) UnmarshalJSON ¶
type GameHustler ¶
Hustler holds the schema definition for the Hustler entity.
func (GameHustler) Edges ¶
func (GameHustler) Edges() []ent.Edge
func (GameHustler) Fields ¶
func (GameHustler) Fields() []ent.Field
type GameHustlerItem ¶
Hustler holds the schema definition for the Hustler entity.
func (GameHustlerItem) Edges ¶
func (GameHustlerItem) Edges() []ent.Edge
func (GameHustlerItem) Fields ¶
func (GameHustlerItem) Fields() []ent.Field
type GameHustlerQuest ¶
func (GameHustlerQuest) Edges ¶
func (GameHustlerQuest) Edges() []ent.Edge
func (GameHustlerQuest) Fields ¶
func (GameHustlerQuest) Fields() []ent.Field
type GameHustlerRelation ¶
func (GameHustlerRelation) Edges ¶
func (GameHustlerRelation) Edges() []ent.Edge
func (GameHustlerRelation) Fields ¶
func (GameHustlerRelation) Fields() []ent.Field
type Search ¶
Search holds the schema definition for the Search entity.
func (Search) Annotations ¶
func (Search) Annotations() []schema.Annotation
Annotations of the Search.
type WalletItems ¶
WalletItems holds the schema definition for the WalletItems entity.
Click to show internal directories.
Click to hide internal directories.