Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Init ¶
func Init(opt *InitOptions)
Types ¶
type InitOptions ¶
type InitOptions struct {
Proxy string // 使用代理
Retry int // 额外重试次数,默认为不做重试
RetryWait int // 重试等待时间,最小3秒
Timeout int // 超时时间,最小3秒
Debug bool
}
func (*InitOptions) Default ¶
func (o *InitOptions) Default()
Click to show internal directories.
Click to hide internal directories.