package
0.0.0-20220105132220-1b54efc27409
Repository: https://github.com/soldatov-s/go-garage-example.git
Documentation: pkg.go.dev

# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DataResult defines model for DataResult.
DeleteHandlerParams defines parameters for DeleteHandler.
Enity defines model for Enity.
ErrorAnsw defines model for ErrorAnsw.
ErrorAnswBody defines model for ErrorAnswBody.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ResultAnsw defines model for ResultAnsw.
ServerInterfaceWrapper converts echo contexts to parameters.

# Interfaces

No description provided by the author
No description provided by the author
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
No description provided by the author
No description provided by the author
ServerInterface represents all server handlers.

# Type aliases

PostHandlerJSONBody defines parameters for PostHandler.
PostHandlerJSONRequestBody defines body for PostHandler for application/json ContentType.