package
0.0.0-20201206122121-e1e0af0ed4e6
Repository: https://github.com/batuhankucukali/istekbin-api.git
Documentation: pkg.go.dev

# Functions

CreateBin @Summary Create bin @Accept json @Header 201 {string} Location "uuid" @Failure 500 {object} echo.HTTPError @Router /bins [post].
CreateRequest @Summary Create request - EXAMPLE!!! - Swagger does not allowed multiple http method.
Home @Summary Welcome page @Accept plain @Success 200 {string} string "" @Router / [get].
ListBin @Summary List of created bin @Produce json @Success 200 {object} []Bin @Failure 404 {object} echo.HTTPError @Failure 500 {object} echo.HTTPError @Router /bins [get].
ListRequest @Summary List of created request @Accept json @Produce json @Success 200 {object} []Request @Param uuid path string true "uuid" @Failure 400 {object} echo.HTTPError @Failure 404 {object} echo.HTTPError @Failure 500 {object} echo.HTTPError @Router /l/{uuid} [get].

# Structs

No description provided by the author
No description provided by the author