Versions in this module Expand all Collapse all v0 v0.29.1 Oct 20, 2022 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