package v2
import "github.com/go-chi/chi/v5/_examples/versions/presenter/v2"
Index ¶
Types ¶
type Article ¶
type Article struct { *data.Article // Additional fields. SelfURL string `json:"self_url" xml:"self_url"` // Omitted fields. URL interface{} `json:"url,omitempty" xml:"url,omitempty"` }
Article presented in API version 2.
func NewArticleResponse ¶
func (*Article) Render ¶
Source Files ¶
- Version
- v5.0.5
- Published
- Oct 27, 2021
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 2 hours ago –
Tools for package owners.