mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add cdp support for xpath scrapers (#625)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
11
vendor/github.com/chromedp/cdproto/performance/events.go
generated
vendored
Normal file
11
vendor/github.com/chromedp/cdproto/performance/events.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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.
|
||||
}
|
||||
Reference in New Issue
Block a user