stash/vendor/github.com/chromedp/cdproto/database/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
268 B
Go

package database
// Code generated by cdproto-gen. DO NOT EDIT.
// EventAddDatabase [no description].
//
// See: https://chromedevtools.github.io/devtools-protocol/tot/Database#event-addDatabase
type EventAddDatabase struct {
Database *Database `json:"database"`
}