Documentation
¶
Overview ¶
Package swagger Code generated by swaggo/swag. DO NOT EDIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SwaggerInfo = &swag.Spec{ Version: "1.0", Host: "", BasePath: "", Schemes: []string{}, Title: "Ze Burguer APIs", Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, LeftDelim: "{{", RightDelim: "}}", }
SwaggerInfo holds exported Swagger Info so clients can modify it
Functions ¶
This section is empty.
Types ¶
type InternalServerErrorResponse ¶
type InternalServerErrorResponse struct { Error string `json:"error" example:"Internal server error"` Data interface{} `json:"data"` }
type ResourceNotFoundResponse ¶
type ResourceNotFoundResponse struct { Error string `json:"error" example:"Resource not found"` Data interface{} `json:"data"` }
Click to show internal directories.
Click to hide internal directories.