schema

package
v0.0.0-...-3befcbb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2023 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BigIntSchemaType = map[string]string{
	dialect.Postgres: "numeric",
}

Functions

This section is empty.

Types

type Amount

type Amount struct {
	ent.Schema
}

Amount holds the schema definition for the Amount entity.

func (Amount) Edges

func (Amount) Edges() []ent.Edge

Edges of the Amount.

func (Amount) Fields

func (Amount) Fields() []ent.Field

Fields of the Amount.

type BigInt

type BigInt struct {
	*big.Int
}

func NewBigInt

func NewBigInt(i int64) BigInt

func (BigInt) Add

func (b BigInt) Add(c BigInt) BigInt

func (BigInt) MarshalGQL

func (b BigInt) MarshalGQL(w io.Writer)

func (BigInt) MarshalJSON

func (b BigInt) MarshalJSON() ([]byte, error)

func (*BigInt) Scan

func (b *BigInt) Scan(src interface{}) error

func (*BigInt) UnmarshalGQL

func (b *BigInt) UnmarshalGQL(v interface{}) error

func (*BigInt) UnmarshalJSON

func (b *BigInt) UnmarshalJSON(p []byte) error

func (BigInt) Value

func (b BigInt) Value() (driver.Value, error)

type BodyPart

type BodyPart struct {
	ent.Schema
}

BodyPart holds the schema definition for the BodyPart entity.

func (BodyPart) Edges

func (BodyPart) Edges() []ent.Edge

Edges of the BodyPart.

func (BodyPart) Fields

func (BodyPart) Fields() []ent.Field

Fields of the BodyPart.

type Dope

type Dope struct {
	ent.Schema
}

Dope holds the schema definition for the Dope entity.

func (Dope) Edges

func (Dope) Edges() []ent.Edge

Edges of the Dope.

func (Dope) Fields

func (Dope) Fields() []ent.Field

Fields of the Dope.

type Event

type Event struct {
	ent.Schema
}

Event holds the schema definition for the Event entity.

func (Event) Fields

func (Event) Fields() []ent.Field

Fields of the Event.

func (Event) Indexes

func (Event) Indexes() []ent.Index

type GameHustler

type GameHustler struct {
	ent.Schema
}

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

type GameHustlerItem struct {
	ent.Schema
}

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

type GameHustlerQuest struct {
	ent.Schema
}

func (GameHustlerQuest) Edges

func (GameHustlerQuest) Edges() []ent.Edge

func (GameHustlerQuest) Fields

func (GameHustlerQuest) Fields() []ent.Field

type GameHustlerRelation

type GameHustlerRelation struct {
	ent.Schema
}

func (GameHustlerRelation) Edges

func (GameHustlerRelation) Edges() []ent.Edge

func (GameHustlerRelation) Fields

func (GameHustlerRelation) Fields() []ent.Field

type Hustler

type Hustler struct {
	ent.Schema
}

Hustler holds the schema definition for the Hustler entity.

func (Hustler) Edges

func (Hustler) Edges() []ent.Edge

Edges of the Hustler.

func (Hustler) Fields

func (Hustler) Fields() []ent.Field

Fields of the Hustler.

type Item

type Item struct {
	ent.Schema
}

Item holds the schema definition for the Item entity.

func (Item) Edges

func (Item) Edges() []ent.Edge

Edges of the Item.

func (Item) Fields

func (Item) Fields() []ent.Field

Fields of the Item.

type Listing

type Listing struct {
	ent.Schema
}

Listing holds the schema definition for the Listing entity.

func (Listing) Edges

func (Listing) Edges() []ent.Edge

Edges of the Listing.

func (Listing) Fields

func (Listing) Fields() []ent.Field

Fields of the Listing.

type Position

type Position struct {
	CurrentMap string  `json:"current_map"`
	X          float32 `json:"x"`
	Y          float32 `json:"y"`
}

type RLEs

type RLEs struct {
	Female string
	Male   string
}
type Search struct {
	ent.Schema
}

Search holds the schema definition for the Search entity.

func (Search) Annotations

func (Search) Annotations() []schema.Annotation

Annotations of the Search.

func (Search) Edges

func (Search) Edges() []ent.Edge

Edges of the Search.

func (Search) Fields

func (Search) Fields() []ent.Field

Fields of the Search.

type Sprites

type Sprites struct {
	Female string
	Male   string
}

type SyncState

type SyncState struct {
	ent.Schema
}

SyncState holds the schema definition for the SyncState entity.

func (SyncState) Edges

func (SyncState) Edges() []ent.Edge

Edges of the SyncState.

func (SyncState) Fields

func (SyncState) Fields() []ent.Field

Fields of the SyncState.

type Wallet

type Wallet struct {
	ent.Schema
}

Wallet holds the schema definition for the Wallet entity.

func (Wallet) Edges

func (Wallet) Edges() []ent.Edge

Edges of the Wallet.

func (Wallet) Fields

func (Wallet) Fields() []ent.Field

Fields of the Wallet.

type WalletItems

type WalletItems struct {
	ent.Schema
}

WalletItems holds the schema definition for the WalletItems entity.

func (WalletItems) Edges

func (WalletItems) Edges() []ent.Edge

Edges of the WalletItems.

func (WalletItems) Fields

func (WalletItems) Fields() []ent.Field

Fields of the WalletItems.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL