package
0.0.0-20250128164333-3c7990b9e5d5
Repository: https://github.com/pedrohrbarros/toolbox_backend.git
Documentation: pkg.go.dev

# Functions

@Summary Secret Generator @Description Generate secret based in the params @Tags Secret @Accept json @Produce json @Param request body secret.GenerateSecret.Request true "Lenght of the secret that'll be generated" @Success 200 {string} string "sl5=wv_X/OK/" @Failure 400 {object} error.ApiError @Failure 500 {object} error.ApiError @Router /secret-generator [post].