Sign in
chromium
/
external
/
github.com
/
mafredri
/
cdp
/
refs/heads/proxy
/
.
/
protocol
/
schema
/
command.go
blob: c474df59e97ae67c99be1b358f4bcd8257576ce8 [
file
] [
log
] [
blame
] [
edit
]
// Code generated by cdpgen. DO NOT EDIT.
package schema
// GetDomainsReply represents the return values for GetDomains in the Schema domain.
type GetDomainsReply struct {
Domains []Domain `json:"domains"`
// List of supported domains.
}