schema

package
v1.0.0-rc8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2019 License: BSD-2-Clause Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL