chromedp/cdp/audits/easyjson.go

24 lines
983 B
Go
Raw Normal View History

2017-09-16 06:52:13 +07:00
// TEMPORARY AUTOGENERATED FILE: easyjson stub code to make the package
// compilable during generation.
2017-08-21 06:56:21 +07:00
2017-09-16 06:52:13 +07:00
package audits
2017-08-21 06:56:21 +07:00
import (
2017-09-16 06:52:13 +07:00
"github.com/mailru/easyjson/jwriter"
"github.com/mailru/easyjson/jlexer"
2017-08-21 06:56:21 +07:00
)
2017-09-16 06:52:13 +07:00
func ( GetEncodedResponseParams ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* GetEncodedResponseParams ) UnmarshalJSON([]byte) error { return nil }
func ( GetEncodedResponseParams ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* GetEncodedResponseParams ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-08-21 06:56:21 +07:00
2017-09-16 06:52:13 +07:00
type EasyJSON_exporter_GetEncodedResponseParams *GetEncodedResponseParams
2017-08-21 06:56:21 +07:00
2017-09-16 06:52:13 +07:00
func ( GetEncodedResponseReturns ) MarshalJSON() ([]byte, error) { return nil, nil }
func (* GetEncodedResponseReturns ) UnmarshalJSON([]byte) error { return nil }
func ( GetEncodedResponseReturns ) MarshalEasyJSON(w *jwriter.Writer) {}
func (* GetEncodedResponseReturns ) UnmarshalEasyJSON(l *jlexer.Lexer) {}
2017-08-21 06:56:21 +07:00
2017-09-16 06:52:13 +07:00
type EasyJSON_exporter_GetEncodedResponseReturns *GetEncodedResponseReturns