mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 12:52:38 +01:00
10 lines
268 B
Go
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"`
|
|
}
|