Documentation ¶
Index ¶
- type DBTX
- type Item
- type ItemByItemIDParams
- type ItemQuest
- type ItemQuestByItemIDParams
- type ItemQuestReplaceParams
- type ItemRecipe
- type ItemRecipeByItemIDParams
- type ItemRecipeReplaceParams
- type ItemReplaceParams
- type ItemSearch
- type ItemSearchInsertParams
- 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 NpcSearch
- type NpcSearchInsertParams
- type NpcSpawn
- type NpcSpawnByNpcIDParams
- type NpcSpawnReplaceParams
- type NpcSpell
- type NpcSpellByNpcSpellsIDParams
- type NpcSpellReplaceParams
- 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) ItemQuestByItemID(ctx context.Context, arg ItemQuestByItemIDParams) (string, error)
- func (q *Queries) ItemQuestCreate(ctx context.Context) error
- func (q *Queries) ItemQuestReplace(ctx context.Context, arg ItemQuestReplaceParams) error
- func (q *Queries) ItemQuestTruncate(ctx context.Context, expiration int64) 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) ItemSearchByID(ctx context.Context, id int64) (ItemSearch, error)
- func (q *Queries) ItemSearchByName(ctx context.Context, name string) ([]ItemSearch, error)
- func (q *Queries) ItemSearchCreate(ctx context.Context) error
- func (q *Queries) ItemSearchInsert(ctx context.Context, arg ItemSearchInsertParams) 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) NpcSearchByID(ctx context.Context, id int64) (NpcSearch, error)
- func (q *Queries) NpcSearchByName(ctx context.Context, name string) ([]NpcSearch, error)
- func (q *Queries) NpcSearchCreate(ctx context.Context) error
- func (q *Queries) NpcSearchInsert(ctx context.Context, arg NpcSearchInsertParams) error
- func (q *Queries) NpcSpawnByNpcID(ctx context.Context, arg NpcSpawnByNpcIDParams) (string, error)
- func (q *Queries) NpcSpawnCreate(ctx context.Context) error
- func (q *Queries) NpcSpawnReplace(ctx context.Context, arg NpcSpawnReplaceParams) 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) NpcSpellReplace(ctx context.Context, arg NpcSpellReplaceParams) 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) QuestSearchByName(ctx context.Context, name string) ([]QuestSearch, error)
- func (q *Queries) QuestSearchCreate(ctx context.Context) error
- func (q *Queries) QuestSearchInsert(ctx context.Context, arg QuestSearchInsertParams) error
- func (q *Queries) QuestTruncate(ctx context.Context, expiration int64) error
- func (q *Queries) SpellByID(ctx context.Context, id int64) (Spell, error)
- func (q *Queries) SpellByName(ctx context.Context, name string) ([]Spell, error)
- func (q *Queries) SpellCreate(ctx context.Context) error
- func (q *Queries) SpellInsert(ctx context.Context, arg SpellInsertParams) error
- func (q *Queries) SpellSearchByName(ctx context.Context, name string) ([]Spell, error)
- func (q *Queries) WithTx(tx *sql.Tx) *Queries
- func (q *Queries) ZoneByLongName(ctx context.Context, arg ZoneByLongNameParams) (Zone, error)
- func (q *Queries) ZoneByShortName(ctx context.Context, arg ZoneByShortNameParams) (Zone, error)
- func (q *Queries) ZoneByZoneIDNumber(ctx context.Context, arg ZoneByZoneIDNumberParams) (Zone, error)
- func (q *Queries) ZoneCreate(ctx context.Context) error
- func (q *Queries) ZoneInsert(ctx context.Context, arg ZoneInsertParams) error
- func (q *Queries) ZoneSearchByName(ctx context.Context, arg ZoneSearchByNameParams) ([]Zone, error)
- type Quest
- type QuestByIDParams
- type QuestSearch
- type QuestSearchInsertParams
- type Spell
- type SpellInsertParams
- type Zone
- type ZoneByLongNameParams
- type ZoneByShortNameParams
- type ZoneByZoneIDNumberParams
- type ZoneInsertParams
- type ZoneSearchByNameParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemByItemIDParams ¶
type ItemQuestByItemIDParams ¶
type ItemQuestReplaceParams ¶
type ItemRecipe ¶
type ItemRecipeReplaceParams ¶
type ItemReplaceParams ¶
type ItemSearch ¶
type ItemSearchInsertParams ¶
type NpcByNpcIDParams ¶
type NpcFaction ¶
type NpcFactionReplaceParams ¶
type NpcLootReplaceParams ¶
type NpcMerchant ¶
type NpcQuestByNpcIDParams ¶
type NpcQuestReplaceParams ¶
type NpcReplaceParams ¶
type NpcSearchInsertParams ¶
type NpcSpawnByNpcIDParams ¶
type NpcSpawnReplaceParams ¶
type NpcSpellReplaceParams ¶
type PlayerReplaceParams ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) ItemByItemID ¶
func (*Queries) ItemQuestByItemID ¶
func (*Queries) ItemQuestReplace ¶
func (q *Queries) ItemQuestReplace(ctx context.Context, arg ItemQuestReplaceParams) error
func (*Queries) ItemQuestTruncate ¶
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) ItemSearchByID ¶
func (*Queries) ItemSearchByName ¶
func (*Queries) ItemSearchInsert ¶
func (q *Queries) ItemSearchInsert(ctx context.Context, arg ItemSearchInsertParams) 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) NpcSearchByID ¶
func (*Queries) NpcSearchByName ¶
func (*Queries) NpcSearchInsert ¶
func (q *Queries) NpcSearchInsert(ctx context.Context, arg NpcSearchInsertParams) error
func (*Queries) NpcSpawnByNpcID ¶
func (*Queries) NpcSpawnReplace ¶
func (q *Queries) NpcSpawnReplace(ctx context.Context, arg NpcSpawnReplaceParams) error
func (*Queries) NpcSpawnTruncate ¶
func (*Queries) NpcSpellByNpcSpellsID ¶
func (*Queries) NpcSpellReplace ¶
func (q *Queries) NpcSpellReplace(ctx context.Context, arg NpcSpellReplaceParams) error
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) QuestSearchByName ¶
func (*Queries) QuestSearchInsert ¶
func (q *Queries) QuestSearchInsert(ctx context.Context, arg QuestSearchInsertParams) error
func (*Queries) QuestTruncate ¶
func (*Queries) SpellByName ¶
func (*Queries) SpellInsert ¶
func (q *Queries) SpellInsert(ctx context.Context, arg SpellInsertParams) error
func (*Queries) SpellSearchByName ¶
func (*Queries) ZoneByLongName ¶
func (*Queries) ZoneByShortName ¶
func (*Queries) ZoneByZoneIDNumber ¶
func (*Queries) ZoneInsert ¶
func (q *Queries) ZoneInsert(ctx context.Context, arg ZoneInsertParams) error
func (*Queries) ZoneSearchByName ¶
type QuestByIDParams ¶
type QuestSearch ¶
type QuestSearchInsertParams ¶
type SpellInsertParams ¶
type ZoneByLongNameParams ¶
type ZoneByShortNameParams ¶
type ZoneInsertParams ¶
type ZoneSearchByNameParams ¶
Click to show internal directories.
Click to hide internal directories.