mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 14:26:44 +01:00
9 lines
349 B
Go
9 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{}
|