# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Handler creates http.Handler with routing matching OpenAPI spec.
HandlerFromMux creates http.Handler with routing matching OpenAPI spec based on the provided mux.
No description provided by the author
HandlerWithOptions creates http.Handler with additional options.
NewInventory returns a new inventory that starts at ID 1000.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
# Structs
No description provided by the author
Error defines model for Error.
FindItemsParams defines parameters for FindItems.
No description provided by the author
An Inventory object.
Item defines model for Item.
NewItem defines model for NewItem.
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts contexts to parameters.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ServerInterface represents all server handlers.
# Type aliases
AddItemJSONRequestBody defines body for AddItem for application/json ContentType.
No description provided by the author
UpdateItemJSONRequestBody defines body for UpdateItem for application/json ContentType.