mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
10 lines
349 B
Go
10 lines
349 B
Go
package emulation
|
|
|
|
// Code generated by cdproto-gen. DO NOT EDIT.
|
|
|
|
// EventVirtualTimeBudgetExpired notification sent after the virtual time
|
|
// budget for the current VirtualTimePolicy has run out.
|
|
//
|
|
// See: https://chromedevtools.github.io/devtools-protocol/tot/Emulation#event-virtualTimeBudgetExpired
|
|
type EventVirtualTimeBudgetExpired struct{}
|