|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
// Code generated by easyjson for marshaling/unmarshaling. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package ghost |
|
|
|
|
package data |
|
|
|
|
|
|
|
|
|
import ( |
|
|
|
|
json "encoding/json" |
|
|
|
@ -18,7 +18,7 @@ var ( |
|
|
|
|
_ easyjson.Marshaler |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost(in *jlexer.Lexer, out *Posts) { |
|
|
|
|
func easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData(in *jlexer.Lexer, out *Posts) { |
|
|
|
|
isTopLevel := in.IsStart() |
|
|
|
|
if in.IsNull() { |
|
|
|
|
if isTopLevel { |
|
|
|
@ -72,7 +72,7 @@ func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost(in |
|
|
|
|
in.Consumed() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost(out *jwriter.Writer, in Posts) { |
|
|
|
|
func easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData(out *jwriter.Writer, in Posts) { |
|
|
|
|
out.RawByte('{') |
|
|
|
|
first := true |
|
|
|
|
_ = first |
|
|
|
@ -102,14 +102,14 @@ func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost(out |
|
|
|
|
|
|
|
|
|
// MarshalEasyJSON supports easyjson.Marshaler interface
|
|
|
|
|
func (v Posts) MarshalEasyJSON(w *jwriter.Writer) { |
|
|
|
|
easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost(w, v) |
|
|
|
|
easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData(w, v) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// UnmarshalEasyJSON supports easyjson.Unmarshaler interface
|
|
|
|
|
func (v *Posts) UnmarshalEasyJSON(l *jlexer.Lexer) { |
|
|
|
|
easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost(l, v) |
|
|
|
|
easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData(l, v) |
|
|
|
|
} |
|
|
|
|
func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost1(in *jlexer.Lexer, out *Post) { |
|
|
|
|
func easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData1(in *jlexer.Lexer, out *Post) { |
|
|
|
|
isTopLevel := in.IsStart() |
|
|
|
|
if in.IsNull() { |
|
|
|
|
if isTopLevel { |
|
|
|
@ -148,7 +148,7 @@ func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost1(in |
|
|
|
|
in.Consumed() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost1(out *jwriter.Writer, in Post) { |
|
|
|
|
func easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData1(out *jwriter.Writer, in Post) { |
|
|
|
|
out.RawByte('{') |
|
|
|
|
first := true |
|
|
|
|
_ = first |
|
|
|
@ -182,14 +182,14 @@ func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost1(ou |
|
|
|
|
|
|
|
|
|
// MarshalEasyJSON supports easyjson.Marshaler interface
|
|
|
|
|
func (v Post) MarshalEasyJSON(w *jwriter.Writer) { |
|
|
|
|
easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost1(w, v) |
|
|
|
|
easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData1(w, v) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// UnmarshalEasyJSON supports easyjson.Unmarshaler interface
|
|
|
|
|
func (v *Post) UnmarshalEasyJSON(l *jlexer.Lexer) { |
|
|
|
|
easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost1(l, v) |
|
|
|
|
easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData1(l, v) |
|
|
|
|
} |
|
|
|
|
func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost2(in *jlexer.Lexer, out *Pagination) { |
|
|
|
|
func easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData2(in *jlexer.Lexer, out *Pagination) { |
|
|
|
|
isTopLevel := in.IsStart() |
|
|
|
|
if in.IsNull() { |
|
|
|
|
if isTopLevel { |
|
|
|
@ -226,7 +226,7 @@ func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost2(in |
|
|
|
|
in.Consumed() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost2(out *jwriter.Writer, in Pagination) { |
|
|
|
|
func easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData2(out *jwriter.Writer, in Pagination) { |
|
|
|
|
out.RawByte('{') |
|
|
|
|
first := true |
|
|
|
|
_ = first |
|
|
|
@ -255,14 +255,14 @@ func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost2(ou |
|
|
|
|
|
|
|
|
|
// MarshalEasyJSON supports easyjson.Marshaler interface
|
|
|
|
|
func (v Pagination) MarshalEasyJSON(w *jwriter.Writer) { |
|
|
|
|
easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost2(w, v) |
|
|
|
|
easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData2(w, v) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// UnmarshalEasyJSON supports easyjson.Unmarshaler interface
|
|
|
|
|
func (v *Pagination) UnmarshalEasyJSON(l *jlexer.Lexer) { |
|
|
|
|
easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost2(l, v) |
|
|
|
|
easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData2(l, v) |
|
|
|
|
} |
|
|
|
|
func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost3(in *jlexer.Lexer, out *Pages) { |
|
|
|
|
func easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData3(in *jlexer.Lexer, out *Pages) { |
|
|
|
|
isTopLevel := in.IsStart() |
|
|
|
|
if in.IsNull() { |
|
|
|
|
if isTopLevel { |
|
|
|
@ -316,7 +316,7 @@ func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost3(in |
|
|
|
|
in.Consumed() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost3(out *jwriter.Writer, in Pages) { |
|
|
|
|
func easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData3(out *jwriter.Writer, in Pages) { |
|
|
|
|
out.RawByte('{') |
|
|
|
|
first := true |
|
|
|
|
_ = first |
|
|
|
@ -346,14 +346,14 @@ func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost3(ou |
|
|
|
|
|
|
|
|
|
// MarshalEasyJSON supports easyjson.Marshaler interface
|
|
|
|
|
func (v Pages) MarshalEasyJSON(w *jwriter.Writer) { |
|
|
|
|
easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost3(w, v) |
|
|
|
|
easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData3(w, v) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// UnmarshalEasyJSON supports easyjson.Unmarshaler interface
|
|
|
|
|
func (v *Pages) UnmarshalEasyJSON(l *jlexer.Lexer) { |
|
|
|
|
easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost3(l, v) |
|
|
|
|
easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData3(l, v) |
|
|
|
|
} |
|
|
|
|
func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost4(in *jlexer.Lexer, out *Meta) { |
|
|
|
|
func easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData4(in *jlexer.Lexer, out *Meta) { |
|
|
|
|
isTopLevel := in.IsStart() |
|
|
|
|
if in.IsNull() { |
|
|
|
|
if isTopLevel { |
|
|
|
@ -384,7 +384,7 @@ func easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost4(in |
|
|
|
|
in.Consumed() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost4(out *jwriter.Writer, in Meta) { |
|
|
|
|
func easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData4(out *jwriter.Writer, in Meta) { |
|
|
|
|
out.RawByte('{') |
|
|
|
|
first := true |
|
|
|
|
_ = first |
|
|
|
@ -398,10 +398,10 @@ func easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost4(ou |
|
|
|
|
|
|
|
|
|
// MarshalEasyJSON supports easyjson.Marshaler interface
|
|
|
|
|
func (v Meta) MarshalEasyJSON(w *jwriter.Writer) { |
|
|
|
|
easyjson72852e1bEncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost4(w, v) |
|
|
|
|
easyjson794297d0EncodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData4(w, v) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// UnmarshalEasyJSON supports easyjson.Unmarshaler interface
|
|
|
|
|
func (v *Meta) UnmarshalEasyJSON(l *jlexer.Lexer) { |
|
|
|
|
easyjson72852e1bDecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhost4(l, v) |
|
|
|
|
easyjson794297d0DecodeCodeTokarchUkMainnikaNikitaTokarchUkFrontendGhostData4(l, v) |
|
|
|
|
} |