import "github.com/go-openapi/runtime/internal/testing/simplepetstore"
NewPetstore creates a new petstore api handler
type Pet struct { ID int64 `json:"id"` Name string `json:"name"` PhotoURLs []string `json:"photoUrls,omitempty"` Status string `json:"status,omitempty"` Tags []Tag `json:"tags,omitempty"` }
Pet the pet model
Tag the tag model
Package simplepetstore imports 9 packages (graph). Updated 2020-02-18. Refresh now. Tools for package owners.