Documentation ¶
Index ¶
- type DBTX
- type Item
- type ItemByItemIDParams
- type ItemRecipe
- type ItemRecipeByItemIDParams
- type ItemRecipeReplaceParams
- type ItemReplaceParams
- type Npc
- type NpcByNpcIDParams
- type NpcFaction
- type NpcFactionByFactionIDParams
- type NpcFactionReplaceParams
- type NpcLoot
- type NpcLootByLootTableIDParams
- type NpcLootReplaceParams
- type NpcMerchant
- type NpcMerchantByNpcIDParams
- type NpcMerchantReplaceParams
- type NpcQuest
- type NpcQuestByNpcIDParams
- type NpcQuestReplaceParams
- type NpcReplaceParams
- type NpcSpawn
- type NpcSpawnByNpcIDParams
- type NpcSpell
- type NpcSpellByNpcSpellsIDParams
- type Player
- type PlayerByCharacterIDParams
- type PlayerReplaceParams
- type Queries
- func (q *Queries) ItemByItemID(ctx context.Context, arg ItemByItemIDParams) (string, error)
- func (q *Queries) ItemCreate(ctx context.Context) error
- func (q *Queries) ItemRecipeByItemID(ctx context.Context, arg ItemRecipeByItemIDParams) (string, error)
- func (q *Queries) ItemRecipeCreate(ctx context.Context) error
- func (q *Queries) ItemRecipeReplace(ctx context.Context, arg ItemRecipeReplaceParams) error
- func (q *Queries) ItemRecipeTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) ItemReplace(ctx context.Context, arg ItemReplaceParams) error
- func (q *Queries) ItemTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) NpcByNpcID(ctx context.Context, arg NpcByNpcIDParams) (string, error)
- func (q *Queries) NpcCreate(ctx context.Context) error
- func (q *Queries) NpcFactionByFactionID(ctx context.Context, arg NpcFactionByFactionIDParams) (string, error)
- func (q *Queries) NpcFactionCreate(ctx context.Context) error
- func (q *Queries) NpcFactionReplace(ctx context.Context, arg NpcFactionReplaceParams) error
- func (q *Queries) NpcFactionTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) NpcLootByLootTableID(ctx context.Context, arg NpcLootByLootTableIDParams) (string, error)
- func (q *Queries) NpcLootCreate(ctx context.Context) error
- func (q *Queries) NpcLootReplace(ctx context.Context, arg NpcLootReplaceParams) error
- func (q *Queries) NpcLootTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) NpcMerchantByNpcID(ctx context.Context, arg NpcMerchantByNpcIDParams) (string, error)
- func (q *Queries) NpcMerchantCreate(ctx context.Context) error
- func (q *Queries) NpcMerchantReplace(ctx context.Context, arg NpcMerchantReplaceParams) error
- func (q *Queries) NpcMerchantTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) NpcQuestByNpcID(ctx context.Context, arg NpcQuestByNpcIDParams) (string, error)
- func (q *Queries) NpcQuestCreate(ctx context.Context) error
- func (q *Queries) NpcQuestReplace(ctx context.Context, arg NpcQuestReplaceParams) error
- func (q *Queries) NpcQuestTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) NpcReplace(ctx context.Context, arg NpcReplaceParams) error
- func (q *Queries) NpcSpawnByNpcID(ctx context.Context, arg NpcSpawnByNpcIDParams) (string, error)
- func (q *Queries) NpcSpawnCreate(ctx context.Context) error
- func (q *Queries) NpcSpawnTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) NpcSpellByNpcSpellsID(ctx context.Context, arg NpcSpellByNpcSpellsIDParams) (string, error)
- func (q *Queries) NpcSpellCreate(ctx context.Context) error
- func (q *Queries) NpcSpellTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) NpcTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) PlayerByCharacterID(ctx context.Context, arg PlayerByCharacterIDParams) (string, error)
- func (q *Queries) PlayerCreate(ctx context.Context) error
- func (q *Queries) PlayerReplace(ctx context.Context, arg PlayerReplaceParams) error
- func (q *Queries) PlayerTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) QuestByID(ctx context.Context, arg QuestByIDParams) (string, error)
- func (q *Queries) QuestCreate(ctx context.Context) error
- func (q *Queries) QuestTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- type Quest
- type QuestByIDParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemByItemIDParams ¶
type ItemRecipe ¶
type ItemRecipeReplaceParams ¶
type ItemReplaceParams ¶
type NpcByNpcIDParams ¶
type NpcFaction ¶
type NpcFactionReplaceParams ¶
type NpcLootReplaceParams ¶
type NpcMerchant ¶
type NpcQuestByNpcIDParams ¶
type NpcQuestReplaceParams ¶
type NpcReplaceParams ¶
type NpcSpawnByNpcIDParams ¶
type PlayerReplaceParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) ItemByItemID ¶
func (*Queries) ItemRecipeByItemID ¶
func (*Queries) ItemRecipeReplace ¶
func (q *Queries) ItemRecipeReplace(ctx context.Context, arg ItemRecipeReplaceParams) error
func (*Queries) ItemRecipeTruncate ¶
func (*Queries) ItemReplace ¶
func (q *Queries) ItemReplace(ctx context.Context, arg ItemReplaceParams) error
func (*Queries) ItemTruncate ¶
func (*Queries) NpcByNpcID ¶
func (*Queries) NpcFactionByFactionID ¶
func (*Queries) NpcFactionReplace ¶
func (q *Queries) NpcFactionReplace(ctx context.Context, arg NpcFactionReplaceParams) error
func (*Queries) NpcFactionTruncate ¶
func (*Queries) NpcLootByLootTableID ¶
func (*Queries) NpcLootReplace ¶
func (q *Queries) NpcLootReplace(ctx context.Context, arg NpcLootReplaceParams) error
func (*Queries) NpcLootTruncate ¶
func (*Queries) NpcMerchantByNpcID ¶
func (*Queries) NpcMerchantReplace ¶
func (q *Queries) NpcMerchantReplace(ctx context.Context, arg NpcMerchantReplaceParams) error
func (*Queries) NpcMerchantTruncate ¶
func (*Queries) NpcQuestByNpcID ¶
func (*Queries) NpcQuestReplace ¶
func (q *Queries) NpcQuestReplace(ctx context.Context, arg NpcQuestReplaceParams) error
func (*Queries) NpcQuestTruncate ¶
func (*Queries) NpcReplace ¶
func (q *Queries) NpcReplace(ctx context.Context, arg NpcReplaceParams) error
func (*Queries) NpcSpawnByNpcID ¶
func (*Queries) NpcSpawnTruncate ¶
func (*Queries) NpcSpellByNpcSpellsID ¶
func (*Queries) NpcSpellTruncate ¶
func (*Queries) NpcTruncate ¶
func (*Queries) PlayerByCharacterID ¶
func (*Queries) PlayerReplace ¶
func (q *Queries) PlayerReplace(ctx context.Context, arg PlayerReplaceParams) error
func (*Queries) PlayerTruncate ¶
func (*Queries) QuestTruncate ¶
type QuestByIDParams ¶
Click to show internal directories.
Click to hide internal directories.