Versions in this module Expand all Collapse all v0 v0.1.1 Jul 29, 2025 Changes in this version + type ApiResponse struct + Code int32 + Message string + Type string + type Category struct + ID int64 + Name string + type CreatePetRequest struct + Category *Category + Name string + PhotoURLs []string + Status string + Tags []Tag + type DeletePetRequest struct + ApiKey string + ID int64 + type GetPetByIdRequest struct + ID int64 + type Pet struct + Category *Category + ID int64 + Name string + PhotoURLs []string + Status string + Tags []Tag + type Tag struct + ID int64 + Name string + type UpdatePetRequest struct + Category *Category + ID int64 + Name string + PhotoURLs []string + Status string + Tags []Tag