1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/cli/options.go
Tim Voronov a3d3fe727d
Bug/#31 ua (#73)
* Made custom and random UA optional

* Added pirvate context keys
2018-10-07 22:18:57 -04:00

9 lines
125 B
Go

package cli
type Options struct {
Cdp string
Params map[string]interface{}
Proxy string
UserAgent string
}