package
0.0.0-20210406205959-83ca09a44b2c
Repository: https://github.com/wyllismonteiro/go-api-template.git
Documentation: pkg.go.dev

# Functions

GetSample Returns json with sample @Summary Show Sample @Description Get all samples @Tags sample @Accept json @Produce json @Param Authorization header string true "Insert your access token" default(Bearer <Add access token here>) @Success 200 {object} Sample @Failure 500 {object} httputil.HTTPError @Router / [get].
Routes All routes for sample.

# Structs

Sample stores sample data.