mirror of
https://github.com/stashapp/stash.git
synced 2025-12-28 11:13:33 +01:00
* Update to go 1.19 * Update dependencies * Update cross-compile script * Add missing targets to cross-compile-all * Update cache action to remove warning
10 lines
420 B
Go
10 lines
420 B
Go
package security
|
|
|
|
// Code generated by cdproto-gen. DO NOT EDIT.
|
|
|
|
// EventVisibleSecurityStateChanged the security state of the page changed.
|
|
//
|
|
// See: https://chromedevtools.github.io/devtools-protocol/tot/Security#event-visibleSecurityStateChanged
|
|
type EventVisibleSecurityStateChanged struct {
|
|
VisibleSecurityState *VisibleSecurityState `json:"visibleSecurityState"` // Security state information about the page.
|
|
}
|