Documentation ¶
Index ¶
- Variables
- type Agent
- func (Ω *Agent) Connect() (b chan bool, e chan error)
- func (Ω *Agent) Login(username string, password string) (chan bool, chan error)
- func (Ω *Agent) LoginStatus() (loggedIn bool, userName string, restorable bool)
- func (Ω *Agent) NewRequest() *gorequest.SuperAgent
- func (Ω *Agent) Request() *gorequest.SuperAgent
Constants ¶
This section is empty.
Variables ¶
View Source
var TLSVerify bool = true
Functions ¶
This section is empty.
Types ¶
type Agent ¶
func (*Agent) LoginStatus ¶
func (*Agent) NewRequest ¶
func (Ω *Agent) NewRequest() *gorequest.SuperAgent
returns a new request object clone session from default request
func (*Agent) Request ¶
func (Ω *Agent) Request() *gorequest.SuperAgent
returns the default request object
Click to show internal directories.
Click to hide internal directories.