Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitHubReposModel ¶
func (GitHubReposModel) MarshalEasyJSON ¶
func (v GitHubReposModel) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GitHubReposModel) MarshalJSON ¶
func (v GitHubReposModel) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GitHubReposModel) UnmarshalEasyJSON ¶
func (v *GitHubReposModel) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GitHubReposModel) UnmarshalJSON ¶
func (v *GitHubReposModel) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
type GitHubResponseModel ¶
type GitHubResponseModel struct {
Items []GitHubReposModel `json:"items"`
}
func (GitHubResponseModel) MarshalEasyJSON ¶
func (v GitHubResponseModel) MarshalEasyJSON(w *jwriter.Writer)
MarshalEasyJSON supports easyjson.Marshaler interface
func (GitHubResponseModel) MarshalJSON ¶
func (v GitHubResponseModel) MarshalJSON() ([]byte, error)
MarshalJSON supports json.Marshaler interface
func (*GitHubResponseModel) UnmarshalEasyJSON ¶
func (v *GitHubResponseModel) UnmarshalEasyJSON(l *jlexer.Lexer)
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*GitHubResponseModel) UnmarshalJSON ¶
func (v *GitHubResponseModel) UnmarshalJSON(data []byte) error
UnmarshalJSON supports json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.