mirror of
https://github.com/MontFerret/ferret.git
synced 2025-01-18 03:22:02 +02:00
a3d3fe727d
* Made custom and random UA optional * Added pirvate context keys
9 lines
125 B
Go
9 lines
125 B
Go
package cli
|
|
|
|
type Options struct {
|
|
Cdp string
|
|
Params map[string]interface{}
|
|
Proxy string
|
|
UserAgent string
|
|
}
|