events.go 261 B

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