Versions in this module Expand all Collapse all v1 v1.2.19 Sep 25, 2020 v1.2.18 Sep 10, 2020 v1.2.17 Jul 26, 2020 v1.2.16 Jul 9, 2020 v1.2.15 Jul 7, 2020 v1.2.14 Jun 22, 2020 v1.2.12 Jun 10, 2019 v1.2.11 May 29, 2019 v1.2.10 Mar 25, 2019 Changes in this version + var LargeFixture = []byte(...) + var MediumFixture = []byte(...) + var SmallFixture = []byte(...) + type Avatars []*CBAvatar + func (m *Avatars) IsNil() bool + func (m *Avatars) MarshalJSONArray(enc *gojay.Encoder) + func (t *Avatars) UnmarshalJSONArray(dec *gojay.Decoder) error + type CBAvatar struct + Url string + func (m *CBAvatar) IsNil() bool + func (m *CBAvatar) MarshalJSONObject(enc *gojay.Encoder) + func (m *CBAvatar) NKeys() int + func (m *CBAvatar) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *CBAvatar) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v CBAvatar) MarshalEasyJSON(w *jwriter.Writer) + type CBGithub struct + Followers int + func (m *CBGithub) IsNil() bool + func (m *CBGithub) MarshalJSONObject(enc *gojay.Encoder) + func (m *CBGithub) NKeys() int + func (m *CBGithub) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *CBGithub) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CBGithub) UnmarshalJSON(data []byte) error + func (v CBGithub) MarshalEasyJSON(w *jwriter.Writer) + func (v CBGithub) MarshalJSON() ([]byte, error) + type CBGravatar struct + Avatars Avatars + func (m *CBGravatar) IsNil() bool + func (m *CBGravatar) MarshalJSONObject(enc *gojay.Encoder) + func (m *CBGravatar) NKeys() int + func (m *CBGravatar) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *CBGravatar) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CBGravatar) UnmarshalJSON(data []byte) error + func (v CBGravatar) MarshalEasyJSON(w *jwriter.Writer) + func (v CBGravatar) MarshalJSON() ([]byte, error) + type CBName struct + FullName string + func (m *CBName) IsNil() bool + func (m *CBName) MarshalJSONObject(enc *gojay.Encoder) + func (m *CBName) NKeys() int + func (m *CBName) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *CBName) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CBName) UnmarshalJSON(data []byte) error + func (v CBName) MarshalEasyJSON(w *jwriter.Writer) + func (v CBName) MarshalJSON() ([]byte, error) + type CBPerson struct + Github *CBGithub + Gravatar *CBGravatar + Name *CBName + func (m *CBPerson) IsNil() bool + func (m *CBPerson) MarshalJSONObject(enc *gojay.Encoder) + func (m *CBPerson) NKeys() int + func (m *CBPerson) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *CBPerson) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CBPerson) UnmarshalJSON(data []byte) error + func (v CBPerson) MarshalEasyJSON(w *jwriter.Writer) + func (v CBPerson) MarshalJSON() ([]byte, error) + type DSTopic struct + Id int + Slug string + func (m *DSTopic) IsNil() bool + func (m *DSTopic) MarshalJSONObject(enc *gojay.Encoder) + func (m *DSTopic) NKeys() int + func (m *DSTopic) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *DSTopic) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v DSTopic) MarshalEasyJSON(w *jwriter.Writer) + type DSTopics []*DSTopic + func (m *DSTopics) IsNil() bool + func (m *DSTopics) MarshalJSONArray(enc *gojay.Encoder) + func (t *DSTopics) UnmarshalJSONArray(dec *gojay.Decoder) error + type DSTopicsList struct + MoreTopicsUrl string + Topics DSTopics + func (m *DSTopicsList) IsNil() bool + func (m *DSTopicsList) MarshalJSONObject(enc *gojay.Encoder) + func (m *DSTopicsList) NKeys() int + func (m *DSTopicsList) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *DSTopicsList) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DSTopicsList) UnmarshalJSON(data []byte) error + func (v DSTopicsList) MarshalEasyJSON(w *jwriter.Writer) + func (v DSTopicsList) MarshalJSON() ([]byte, error) + type DSUser struct + Username string + func (m *DSUser) IsNil() bool + func (m *DSUser) MarshalJSONObject(enc *gojay.Encoder) + func (m *DSUser) NKeys() int + func (m *DSUser) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *DSUser) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DSUser) UnmarshalJSON(data []byte) error + func (v DSUser) MarshalEasyJSON(w *jwriter.Writer) + func (v DSUser) MarshalJSON() ([]byte, error) + type DSUsers []*DSUser + func (m *DSUsers) IsNil() bool + func (m *DSUsers) MarshalJSONArray(enc *gojay.Encoder) + func (t *DSUsers) UnmarshalJSONArray(dec *gojay.Decoder) error + type LargePayload struct + Topics *DSTopicsList + Users DSUsers + func NewLargePayload() *LargePayload + func (m *LargePayload) IsNil() bool + func (m *LargePayload) MarshalJSONObject(enc *gojay.Encoder) + func (m *LargePayload) NKeys() int + func (m *LargePayload) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *LargePayload) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LargePayload) UnmarshalJSON(data []byte) error + func (v LargePayload) MarshalEasyJSON(w *jwriter.Writer) + func (v LargePayload) MarshalJSON() ([]byte, error) + type MediumPayload struct + Company string + Person *CBPerson + func NewMediumPayload() *MediumPayload + func (m *MediumPayload) IsNil() bool + func (m *MediumPayload) MarshalJSONObject(enc *gojay.Encoder) + func (m *MediumPayload) NKeys() int + func (m *MediumPayload) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *MediumPayload) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *MediumPayload) UnmarshalJSON(data []byte) error + func (v MediumPayload) MarshalEasyJSON(w *jwriter.Writer) + func (v MediumPayload) MarshalJSON() ([]byte, error) + type SmallPayload struct + Gr int + Ip string + Sid int + St int + Tt string + Tz int + Ua string + Uuid string + V int + func NewSmallPayload() *SmallPayload + func (t *SmallPayload) IsNil() bool + func (t *SmallPayload) MarshalJSONObject(enc *gojay.Encoder) + func (t *SmallPayload) NKeys() int + func (t *SmallPayload) UnmarshalJSONObject(dec *gojay.Decoder, key string) error + func (v *SmallPayload) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SmallPayload) UnmarshalJSON(data []byte) error + func (v SmallPayload) MarshalEasyJSON(w *jwriter.Writer) + func (v SmallPayload) MarshalJSON() ([]byte, error)