Documentation ¶
Index ¶
- type Seckill
- func (this *Seckill) GetDiffTime() (int64, int64)
- func (this *Seckill) GetInitInfo() string
- func (this *Seckill) GetWareBusiness() ([]string, []string, error)
- func (this *Seckill) MakeReserve()
- func (this *Seckill) RequestSeckillUrl()
- func (this *Seckill) SeckillInitInfo() (string, error)
- func (this *Seckill) SeckillPage()
- func (this *Seckill) SetInitInfo(initInfo string)
- func (this *Seckill) SkuTitle() (string, error)
- func (this *Seckill) SubmitSeckillOrder() bool
- type Session
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Seckill ¶
type Seckill struct {
// contains filtered or unexported fields
}
func NewSeckill ¶
func NewSeckill(client *httpc.HttpClient, conf *goconfig.ConfigFile) *Seckill
func (*Seckill) GetDiffTime ¶
func (*Seckill) GetInitInfo ¶
func (*Seckill) GetWareBusiness ¶
func (*Seckill) MakeReserve ¶
func (this *Seckill) MakeReserve()
func (*Seckill) RequestSeckillUrl ¶
func (this *Seckill) RequestSeckillUrl()
func (*Seckill) SeckillInitInfo ¶
func (*Seckill) SeckillPage ¶
func (this *Seckill) SeckillPage()
func (*Seckill) SetInitInfo ¶
func (*Seckill) SubmitSeckillOrder ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func NewSession ¶
func (*Session) CheckLoginStatus ¶
func (*Session) LoadCookieToJar ¶
func (*Session) SaveCookieToFile ¶
type User ¶
type User struct {
// contains filtered or unexported fields
}
func NewUser ¶
func NewUser(client *httpc.HttpClient, conf *goconfig.ConfigFile) *User
func (*User) GetUserInfo ¶
func (*User) RefreshStatus ¶
Click to show internal directories.
Click to hide internal directories.