24 lines
983 B
Go
24 lines
983 B
Go
// TEMPORARY AUTOGENERATED FILE: easyjson stub code to make the package
|
|
// compilable during generation.
|
|
|
|
package audits
|
|
|
|
import (
|
|
"github.com/mailru/easyjson/jwriter"
|
|
"github.com/mailru/easyjson/jlexer"
|
|
)
|
|
|
|
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) {}
|
|
|
|
type EasyJSON_exporter_GetEncodedResponseParams *GetEncodedResponseParams
|
|
|
|
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) {}
|
|
|
|
type EasyJSON_exporter_GetEncodedResponseReturns *GetEncodedResponseReturns
|