Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AsError error = &AutoSignError{}
AsError 提供外部使用
Functions ¶
func ConvertRodCookies ¶
func ConvertRodCookies(cookies map[string]string, domain string) []*proto.NetworkCookie
ConvertRodCookies 将Cookies转换成rod Cookies
Types ¶
type AutoSignError ¶
type AutoSignError struct { //Module 模块 Module string // Method 方法 Method string // Message 信息 Message string // E 异常 E error }
AutoSignError auto-sign异常
func (AutoSignError) Error ¶
func (e AutoSignError) Error() string
Click to show internal directories.
Click to hide internal directories.