stash/vendor/github.com/chromedp/cdproto/log/events.go
bnkai 4373f9bf01
Add cdp support for xpath scrapers (#625)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-08-04 10:42:40 +10:00

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.
}