Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 v0.1.0 Dec 14, 2015 Changes in this version + func NewPetstore() (http.Handler, error) + type Pet struct + ID int64 + Name string + PhotoURLs []string + Status string + Tags []Tag + type Tag struct + ID int64 + Name string