# Functions
CreateFruit add a new fruit to the market.
DeleteFruit removes a fruit from the market.
ListFruits lists the fruits of the market.
NewRouter returns a new router for the Pet Store.
No description provided by the author
# Structs
Fruit represents a sweet, fresh fruit.
FruitIdentityParams represents the parameters that are required to identity a unique fruit in the market.
ListFruitsParams represents the parameters that can be used to filter the fruit's market listing.
Market is a fruit market.
No description provided by the author