Documentation ¶
Index ¶
Constants ¶
View Source
const ChannelChange = "BidsChange"
View Source
const UnspecifiedItem = "Unspecified"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotatedBid ¶
type AnnotatedBid struct { Character string Bid ItemBid Stat CharacterStat }
type Bids ¶
type Bids interface { RefreshDKP() (int32, error) AuctionActive() (bool, error) HasGuildDump() (bool, error) FetchBids() ([]*ItemBids, error) Start() error End() error }
Bids provides the renderer the ability to interact with the bid tracking subsytem
type CharacterStat ¶
type ItemBids ¶
type ItemBids struct { Item string Bids []*AnnotatedBid }
type MemberInfo ¶
Click to show internal directories.
Click to hide internal directories.