Versions in this module Expand all Collapse all v1 v1.0.0 Nov 5, 2019 Changes in this version + func AddAlias(name, command string) error + func AliasIsCyclic(alias Alias) bool + func GetAPIDriver() string + func GetDebug() bool + func GetExperimental() bool + func RemoveAlias(name string) error + func SetDebug(enabled bool) + func SetExperimental(enabled bool) + func SetPrintMode(printMode PrintMode) + type Alias struct + Command string + Name string + type Config struct + APIDriver string + Aliases map[string]Alias + CurrentPrintMode PrintMode + DebugEnabled bool + Experimental bool + func GetConfig() Config + type PrintMode string + const PrintJSON + const PrintLine + const PrintPretty Other modules containing this package github.com/AbGuthrie/goquery/v2