chromedp/cdp/tethering/events.go

40 lines
738 B
Go
Raw Normal View History

2017-01-24 15:09:23 +00:00
package tethering
// AUTOGENERATED. DO NOT EDIT.
import (
. "github.com/knq/chromedp/cdp"
)
var (
_ BackendNode
_ BackendNodeID
_ ComputedProperty
_ ErrorType
_ Frame
_ FrameID
_ LoaderID
_ Message
_ MessageError
_ MethodType
_ Node
_ NodeID
_ NodeType
_ PseudoType
_ RGBA
_ ShadowRootType
_ Timestamp
)
// EventAccepted informs that port was successfully bound and got a specified
// connection id.
type EventAccepted struct {
Port int64 `json:"port,omitempty"` // Port number that was successfully bound.
ConnectionID string `json:"connectionId,omitempty"` // Connection id to be used.
}
// EventTypes is all event types in the domain.
var EventTypes = []MethodType{
EventTetheringAccepted,
}