Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lottery38 ¶
type Lottery38 struct {
LotterySession
}
func NewLottery38 ¶
func NewLottery38() *Lottery38
func (*Lottery38) GetMonthValues ¶
type Lottery39 ¶
type Lottery39 struct {
LotterySession
}
func NewLottery39 ¶
func NewLottery39() *Lottery39
func (*Lottery39) GetMonthValues ¶
type Lottery49 ¶
type Lottery49 struct {
LotterySession
}
func NewLottery49 ¶
func NewLottery49() *Lottery49
func (*Lottery49) GetMonthValues ¶
type LotteryInfo ¶
func QueryById ¶
func QueryById(game string, id string) LotteryInfo
func QueryByMonth ¶
func QueryByMonth(game string, year string, month string) []LotteryInfo
func QueryLast ¶
func QueryLast(game string) []LotteryInfo
type LotterySession ¶
type LotterySession struct {
// contains filtered or unexported fields
}
func (*LotterySession) RefreshForm ¶
func (ls *LotterySession) RefreshForm(doc *goquery.Document)
Click to show internal directories.
Click to hide internal directories.