stash/vendor/github.com/chromedp/cdproto/audits/events.go
bnkai 4373f9bf01
Add cdp support for xpath scrapers (#625)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-08-04 10:42:40 +10:00

10 lines
261 B
Go

package audits
// Code generated by cdproto-gen. DO NOT EDIT.
// EventIssueAdded [no description].
//
// See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#event-issueAdded
type EventIssueAdded struct {
Issue *InspectorIssue `json:"issue"`
}