Documentation
¶
Overview ¶
Package schema provides type definitions for use with the Chrome Schema protocol
https://chromedevtools.github.io/devtools-protocol/tot/Schema/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Domain ¶
type Domain struct { // Domain name. Name string `json:"name"` // Domain version. Version string `json:"version"` }
Domain is a description of the protocol domain.
https://chromedevtools.github.io/devtools-protocol/tot/Schema/#type-Domain
type GetDomainsResult ¶
type GetDomainsResult struct { // List of supported domains. Domains []*Domain `json:"domains"` // Error information related to executing this method Err error `json:"-"` }
GetDomainsResult represents the result of calls to Schema.getDomains.
https://chromedevtools.github.io/devtools-protocol/tot/Schema/#method-getDomains
Click to show internal directories.
Click to hide internal directories.