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