package
0.0.0-20250222175012-74a3a5e761ec
Repository: https://github.com/kyuff/example-petstore.git
Documentation: pkg.go.dev
# Functions
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.
# Constants
No description provided by the author
Defines values for OrderStatus.
Defines values for OrderStatus.
Defines values for FindPetsByStatusParamsStatus.
Defines values for FindPetsByStatusParamsStatus.
Defines values for FindPetsByStatusParamsStatus.
Defines values for PetStatus.
Defines values for PetStatus.
Defines values for PetStatus.
No description provided by the author
Defines values for OrderStatus.
# Structs
ApiResponse defines model for ApiResponse.
Category defines model for Category.
DeletePetParams defines parameters for DeletePet.
FindPetsByStatusParams defines parameters for FindPetsByStatus.
FindPetsByTagsParams defines parameters for FindPetsByTags.
No description provided by the author
LoginUserParams defines parameters for LoginUser.
Order defines model for Order.
Pet defines model for Pet.
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts contexts to parameters.
No description provided by the author
Tag defines model for Tag.
No description provided by the author
No description provided by the author
No description provided by the author
UpdatePetWithFormParams defines parameters for UpdatePetWithForm.
UploadFileParams defines parameters for UploadFile.
User defines model for User.
# Interfaces
ServeMux is an abstraction of http.ServeMux.
ServerInterface represents all server handlers.
# Type aliases
AddPetFormdataRequestBody defines body for AddPet for application/x-www-form-urlencoded ContentType.
AddPetJSONRequestBody defines body for AddPet for application/json ContentType.
CreateUserFormdataRequestBody defines body for CreateUser for application/x-www-form-urlencoded ContentType.
CreateUserJSONRequestBody defines body for CreateUser for application/json ContentType.
CreateUsersWithListInputJSONBody defines parameters for CreateUsersWithListInput.
CreateUsersWithListInputJSONRequestBody defines body for CreateUsersWithListInput for application/json ContentType.
FindPetsByStatusParamsStatus defines parameters for FindPetsByStatus.
No description provided by the author
OrderStatus Order Status.
PetStatus pet status in the store.
PlaceOrderFormdataRequestBody defines body for PlaceOrder for application/x-www-form-urlencoded ContentType.
PlaceOrderJSONRequestBody defines body for PlaceOrder for application/json ContentType.
UpdatePetFormdataRequestBody defines body for UpdatePet for application/x-www-form-urlencoded ContentType.
UpdatePetJSONRequestBody defines body for UpdatePet for application/json ContentType.
UpdateUserFormdataRequestBody defines body for UpdateUser for application/x-www-form-urlencoded ContentType.
UpdateUserJSONRequestBody defines body for UpdateUser for application/json ContentType.