7fbfef7cf1
* Added "HAR" domain * Fixed issue with omitempty on domain types
18 lines
320 B
Go
18 lines
320 B
Go
package database
|
|
|
|
// AUTOGENERATED. DO NOT EDIT.
|
|
|
|
import (
|
|
cdp "github.com/knq/chromedp/cdp"
|
|
)
|
|
|
|
// EventAddDatabase [no description].
|
|
type EventAddDatabase struct {
|
|
Database *Database `json:"database"`
|
|
}
|
|
|
|
// EventTypes all event types in the domain.
|
|
var EventTypes = []cdp.MethodType{
|
|
cdp.EventDatabaseAddDatabase,
|
|
}
|