package
0.0.0-20220201141554-9d4902c82e86
Repository: https://github.com/castroeduardo/golang-api-rest.git
Documentation: pkg.go.dev

# Functions

@Summary Get a single article @Produce json @Tags v2 Articles @Security bearerAuth @Param id path int true "ID" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /api/v2/articles/{id} [get].