Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CefTrace ¶
type CefTrace struct{}
func NewCefTrace ¶
func NewCefTrace() *CefTrace
type CefTraceConfig ¶
type CefTraceConfig struct {
CefTrace *CefTraceOptions `mapstructure:"cef_trace" json:"cef_trace" yaml:"cef_trace"`
}
type CefTraceOptions ¶
type CefTraceOptions struct { // Enabled enable request and response capture Enabled bool `mapstructure:"enabled" json:"enabled" yaml:"enabled"` // DeviceVendor The Device vendor (Required) DeviceVendor string `mapstructure:"device_vendor" json:"device_vendor" yaml:"device_vendor"` // DeviceProduct (Required) DeviceProduct string `mapstructure:"device_product" json:"device_product" yaml:"device_product"` // DeviceVersion (Required) DeviceVersion string `mapstructure:"device_version" json:"device_version" yaml:"device_version"` // KeySignatureID (Optional) KeySignatureID string `mapstructure:"key_signature_id" json:"key_signature_id" yaml:"key_signature_id"` // InStderr Set to true to write in stderr instead of stdout InStderr bool `mapstructure:"in_stderr" json:"in_stderr" yaml:"in_stderr"` }
Click to show internal directories.
Click to hide internal directories.