events.go 268 B

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