mirror of
https://github.com/stashapp/stash.git
synced 2025-12-13 11:52:46 +01:00
10 lines
278 B
Go
10 lines
278 B
Go
package log
|
|
|
|
// Code generated by cdproto-gen. DO NOT EDIT.
|
|
|
|
// EventEntryAdded issued when new message was logged.
|
|
//
|
|
// See: https://chromedevtools.github.io/devtools-protocol/tot/Log#event-entryAdded
|
|
type EventEntryAdded struct {
|
|
Entry *Entry `json:"entry"` // The entry.
|
|
}
|