bids

package
v0.0.0-...-4ee4993 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2022 License: MIT Imports: 0 Imported by: 0

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 CharacterStat struct {
	Rank       string
	Balance    int32
	Attendance []string
}

type ItemBid

type ItemBid struct {
	CalculatedBid int32
	BidMessages   []string
}

type ItemBids

type ItemBids struct {
	Item string
	Bids []*AnnotatedBid
}

type MemberInfo

type MemberInfo struct {
	Rank    string
	Comment string
}

Jump to

Keyboard shortcuts

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