mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 12:52:38 +01:00
11 lines
363 B
Go
11 lines
363 B
Go
package performance
|
|
|
|
// Code generated by cdproto-gen. DO NOT EDIT.
|
|
|
|
// EventMetrics current values of the metrics.
|
|
//
|
|
// See: https://chromedevtools.github.io/devtools-protocol/tot/Performance#event-metrics
|
|
type EventMetrics struct {
|
|
Metrics []*Metric `json:"metrics"` // Current values of the metrics.
|
|
Title string `json:"title"` // Timestamp title.
|
|
}
|