mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 14:26:44 +01:00
11 lines
382 B
Go
11 lines
382 B
Go
package performancetimeline
|
|
|
|
// Code generated by cdproto-gen. DO NOT EDIT.
|
|
|
|
// EventTimelineEventAdded sent when a performance timeline event is added.
|
|
// See reportPerformanceTimeline method.
|
|
//
|
|
// See: https://chromedevtools.github.io/devtools-protocol/tot/PerformanceTimeline#event-timelineEventAdded
|
|
type EventTimelineEventAdded struct {
|
|
Event *TimelineEvent `json:"event"`
|
|
}
|