chromedp/cdp/log/easyjson.go

66 lines
2.8 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-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
package log
2017-01-24 15:09:23 +00:00
import (
2017-09-15 23:52:13 +00:00
"github.com/mailru/easyjson/jwriter"
"github.com/mailru/easyjson/jlexer"
2017-01-24 15:09:23 +00:00
)
2017-09-15 23:52:13 +00:00
func ( ClearParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* ClearParams ) UnmarshalJSON([]byte) error { return nil }
func ( ClearParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* ClearParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_ClearParams *ClearParams
2017-01-24 15:09:23 +00:00
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-01-24 15:09:23 +00:00
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 ( Entry ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* Entry ) UnmarshalJSON([]byte) error { return nil }
func ( Entry ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* Entry ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_Entry *Entry
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( EventEntryAdded ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* EventEntryAdded ) UnmarshalJSON([]byte) error { return nil }
func ( EventEntryAdded ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* EventEntryAdded ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_EventEntryAdded *EventEntryAdded
2017-09-15 23:52:13 +00:00
func ( StartViolationsReportParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* StartViolationsReportParams ) UnmarshalJSON([]byte) error { return nil }
func ( StartViolationsReportParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* StartViolationsReportParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_StartViolationsReportParams *StartViolationsReportParams
2017-09-15 23:52:13 +00:00
func ( StopViolationsReportParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* StopViolationsReportParams ) UnmarshalJSON([]byte) error { return nil }
func ( StopViolationsReportParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* StopViolationsReportParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_StopViolationsReportParams *StopViolationsReportParams
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
func ( ViolationSetting ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* ViolationSetting ) UnmarshalJSON([]byte) error { return nil }
func ( ViolationSetting ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* ViolationSetting ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-01-24 15:09:23 +00:00
2017-09-15 23:52:13 +00:00
type EasyJSON_exporter_ViolationSetting *ViolationSetting