package
0.0.0-20240923224027-6a8559874c81
Repository: https://github.com/eduahcb/hub_api_go.git
Documentation: pkg.go.dev

# Functions

@Summary Cria uma tecnologia @Description Cria uma nova tecnologia @Tags Techs @Accept json @Produce json @Param request body techs.TechRequest true "Requisição para se cadastrar" @Router /techs [post] @Security BearerAuth @Success 201 {object} techs.TechResponse.
@Summary Deleta uma tecnologia @Description exclui uma nova tecnologia @Tags Techs @Accept json @Produce json @Param id path int true "tech id" @Router /techs/{id} [delete] @Security BearerAuth @Success 200 {object} techs.TechResponse.
@Summary Lista todas as tecnologias @Description lista todas as tecnologias do usuário @Tags Techs @Accept json @Produce json @Router /techs [get] @Security BearerAuth @Success 200 {array} techs.TechResponse.
@Summary Lista tecnologia por id @Description lista uma única tecnologia por id @Tags Techs @Accept json @Produce json @Router /techs/{id} [get] @Param id path int true "tech id" @Security BearerAuth @Success 200 {array} techs.TechResponse.
@Summary Atualiza tecnlogia @Description atualiza tecnlogia @Tags Techs @Accept json @Produce json @Param request body techs.TechRequest true "Requisição para se cadastrar" @Router /techs [put] @Security BearerAuth @Success 200 {object} techs.TechResponse.

# Structs

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