mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 04:44:28 +01:00
10 lines
261 B
Go
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"`
|
|
}
|