Documentation ¶ Index ¶ type Article func NewArticleResponse(article *data.Article) *Article func (a *Article) Render(w http.ResponseWriter, r *http.Request) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Article ¶ type Article struct { *data.Article Data map[string]bool `json:"data" xml:"data"` } Article presented in API version 1. func NewArticleResponse ¶ func NewArticleResponse(article *data.Article) *Article func (*Article) Render ¶ func (a *Article) Render(w http.ResponseWriter, r *http.Request) error Source Files ¶ View all Source files article.go Click to show internal directories. Click to hide internal directories.