Documentation ¶
Index ¶
Constants ¶
View Source
const ( SexUnknown = Sex(1) SexMale = Sex(2) SexFemale = Sex(3) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { Quest struct { Id int64 `json:"id"` Description string `json:"description"` Progress string `json:"progress"` Completion string `json:"completion"` } `json:"quest"` Gossip string `json:"gossip"` Npc struct { Id Guid `json:"id"` Name string `json:"name"` Sex Sex `json:"Sex"` } `json:"npc"` Player struct { Name string `json:"name"` Realm string `json:"realm"` Sex Sex `json:"Sex"` Race string `json:"race"` Class string `json:"class"` } `json:"player"` Shortcut string `json:"shortcut"` L string `json:"locale"` }
Click to show internal directories.
Click to hide internal directories.