mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-16 11:37:36 +02:00
570c1b4548
* SOme work * Some refactoring * Work on stabalizing queries * Removed unit test for debugging * Fixed linter errors * Added logging when NodeID is 0 * Added --time param to CLI
10 lines
141 B
Go
10 lines
141 B
Go
package cli
|
|
|
|
type Options struct {
|
|
Cdp string
|
|
Params map[string]interface{}
|
|
Proxy string
|
|
UserAgent string
|
|
ShowTime bool
|
|
}
|