1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-23 00:28:10 +02:00
Files
ferret/cli/options.go

9 lines
125 B
Go
Raw Normal View History

2018-09-25 21:49:42 -04:00
package cli
type Options struct {
Cdp string
Params map[string]interface{}
Proxy string
UserAgent string
}