chromedp/cdp/overlay/easyjson.go

157 lines
7.9 KiB
Go
Raw Normal View History

2017-09-15 23:52:13 +00:00
// TEMPORARY AUTOGENERATED FILE: easyjson stub code to make the package
// compilable during generation.
2017-09-15 23:52:13 +00:00
package overlay
import (
2017-09-15 23:52:13 +00:00
"github.com/mailru/easyjson/jwriter"
"github.com/mailru/easyjson/jlexer"
)
2017-09-15 23:52:13 +00:00
func ( DisableParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* DisableParams ) UnmarshalJSON([]byte) error { return nil }
func ( DisableParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* DisableParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_DisableParams *DisableParams
2017-09-15 23:52:13 +00:00
func ( EnableParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EnableParams ) UnmarshalJSON([]byte) error { return nil }
func ( EnableParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EnableParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EnableParams *EnableParams
2017-09-15 23:52:13 +00:00
func ( EventInspectNodeRequested ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EventInspectNodeRequested ) UnmarshalJSON([]byte) error { return nil }
func ( EventInspectNodeRequested ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EventInspectNodeRequested ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EventInspectNodeRequested *EventInspectNodeRequested
2017-09-15 23:52:13 +00:00
func ( EventNodeHighlightRequested ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EventNodeHighlightRequested ) UnmarshalJSON([]byte) error { return nil }
func ( EventNodeHighlightRequested ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EventNodeHighlightRequested ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EventNodeHighlightRequested *EventNodeHighlightRequested
2017-09-15 23:52:13 +00:00
func ( EventScreenshotRequested ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EventScreenshotRequested ) UnmarshalJSON([]byte) error { return nil }
func ( EventScreenshotRequested ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EventScreenshotRequested ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EventScreenshotRequested *EventScreenshotRequested
2017-09-15 23:52:13 +00:00
func ( GetHighlightObjectForTestParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* GetHighlightObjectForTestParams ) UnmarshalJSON([]byte) error { return nil }
func ( GetHighlightObjectForTestParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* GetHighlightObjectForTestParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_GetHighlightObjectForTestParams *GetHighlightObjectForTestParams
2017-09-15 23:52:13 +00:00
func ( GetHighlightObjectForTestReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* GetHighlightObjectForTestReturns ) UnmarshalJSON([]byte) error { return nil }
func ( GetHighlightObjectForTestReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* GetHighlightObjectForTestReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_GetHighlightObjectForTestReturns *GetHighlightObjectForTestReturns
2017-09-15 23:52:13 +00:00
func ( HideHighlightParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* HideHighlightParams ) UnmarshalJSON([]byte) error { return nil }
func ( HideHighlightParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* HideHighlightParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_HideHighlightParams *HideHighlightParams
2017-09-15 23:52:13 +00:00
func ( HighlightConfig ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* HighlightConfig ) UnmarshalJSON([]byte) error { return nil }
func ( HighlightConfig ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* HighlightConfig ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_HighlightConfig *HighlightConfig
2017-09-15 23:52:13 +00:00
func ( HighlightFrameParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* HighlightFrameParams ) UnmarshalJSON([]byte) error { return nil }
func ( HighlightFrameParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* HighlightFrameParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_HighlightFrameParams *HighlightFrameParams
2017-09-15 23:52:13 +00:00
func ( HighlightNodeParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* HighlightNodeParams ) UnmarshalJSON([]byte) error { return nil }
func ( HighlightNodeParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* HighlightNodeParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_HighlightNodeParams *HighlightNodeParams
2017-07-31 02:26:12 +00:00
2017-09-15 23:52:13 +00:00
func ( HighlightQuadParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* HighlightQuadParams ) UnmarshalJSON([]byte) error { return nil }
func ( HighlightQuadParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* HighlightQuadParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-07-31 02:26:12 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_HighlightQuadParams *HighlightQuadParams
2017-07-31 02:26:12 +00:00
2017-09-15 23:52:13 +00:00
func ( HighlightRectParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* HighlightRectParams ) UnmarshalJSON([]byte) error { return nil }
func ( HighlightRectParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* HighlightRectParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-07-31 02:26:12 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_HighlightRectParams *HighlightRectParams
2017-09-15 23:52:13 +00:00
func ( SetInspectModeParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetInspectModeParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetInspectModeParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetInspectModeParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetInspectModeParams *SetInspectModeParams
2017-09-15 23:52:13 +00:00
func ( SetPausedInDebuggerMessageParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetPausedInDebuggerMessageParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetPausedInDebuggerMessageParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetPausedInDebuggerMessageParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetPausedInDebuggerMessageParams *SetPausedInDebuggerMessageParams
2017-09-15 23:52:13 +00:00
func ( SetShowDebugBordersParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetShowDebugBordersParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetShowDebugBordersParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetShowDebugBordersParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetShowDebugBordersParams *SetShowDebugBordersParams
2017-09-15 23:52:13 +00:00
func ( SetShowFPSCounterParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetShowFPSCounterParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetShowFPSCounterParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetShowFPSCounterParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetShowFPSCounterParams *SetShowFPSCounterParams
2017-09-15 23:52:13 +00:00
func ( SetShowPaintRectsParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetShowPaintRectsParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetShowPaintRectsParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetShowPaintRectsParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetShowPaintRectsParams *SetShowPaintRectsParams
2017-09-15 23:52:13 +00:00
func ( SetShowScrollBottleneckRectsParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetShowScrollBottleneckRectsParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetShowScrollBottleneckRectsParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetShowScrollBottleneckRectsParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetShowScrollBottleneckRectsParams *SetShowScrollBottleneckRectsParams
2017-09-15 23:52:13 +00:00
func ( SetShowViewportSizeOnResizeParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetShowViewportSizeOnResizeParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetShowViewportSizeOnResizeParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetShowViewportSizeOnResizeParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetShowViewportSizeOnResizeParams *SetShowViewportSizeOnResizeParams
2017-09-15 23:52:13 +00:00
func ( SetSuspendedParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* SetSuspendedParams ) UnmarshalJSON([]byte) error { return nil }
func ( SetSuspendedParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* SetSuspendedParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_SetSuspendedParams *SetSuspendedParams