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

# Packages

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

# Functions

@Summary Get Auth @Produce json @Tags Auth @ID Authentication @Param username query string true "username" @Param password query string true "password" @Param remember query bool true "remember" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /auth [get].
@Summary Post Auth @Produce json @Tags Auth @ID Authentication @Param username query string true "username" @Param password query string true "password" @Param remember query bool true "remember" @Success 200 {object} app.Response @Failure 500 {object} app.Response @Router /auth [post].