Documentation ¶ Index ¶ func Exec(query string, opts Options) func ExecFile(pathToFile string, opts Options) func NewLogger() *lumberjack.Logger func Repl(version string, opts Options) type Options type Timer func NewTimer() *Timer func (t *Timer) Print() string func (t *Timer) Start() func (t *Timer) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Exec ¶ func Exec(query string, opts Options) func ExecFile ¶ func ExecFile(pathToFile string, opts Options) func NewLogger ¶ func NewLogger() *lumberjack.Logger func Repl ¶ func Repl(version string, opts Options) Types ¶ type Options ¶ type Options struct { Cdp string Params map[string]interface{} Proxy string UserAgent string ShowTime bool } type Timer ¶ type Timer struct { // contains filtered or unexported fields } func NewTimer ¶ func NewTimer() *Timer func (*Timer) Print ¶ func (t *Timer) Print() string func (*Timer) Start ¶ func (t *Timer) Start() func (*Timer) Stop ¶ func (t *Timer) Stop() Source Files ¶ View all Source files exec.go logger.go options.go repl.go timer.go Directories ¶ Show internal Expand all Path Synopsis browser Click to show internal directories. Click to hide internal directories.