Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoQueryAPI ¶
type GoQueryAPI interface { CheckHost(string) (hosts.Host, error) ScheduleQuery(string, string) (string, error) FetchResults(string) (Rows, string, error) }
GoQueryAPI defines the set of functions needed for goquery to interface with a backend These functions also must handle any needed authentication because the rest of goquery is blind to the implementation for code separation purposes.
Click to show internal directories.
Click to hide internal directories.