Documentation
¶
Index ¶
Constants ¶
View Source
const (
Currency = "USD"
)
Variables ¶
View Source
var (
ErrNoBid = errors.New("no bid")
)
Functions ¶
Types ¶
type Auction ¶
type Auction struct { ID string PlacementID string PlacementType Type UserID string FloorCPM float64 Width, Height int UserAgent string IP string PriceCPM float64 AdMarkup string NotificationURL string }
func NewAuction ¶
func NewAuction() *Auction
type Bid ¶
Click to show internal directories.
Click to hide internal directories.