package
0.0.0-20241126070708-799c4e13a4d4
Repository: https://github.com/muhammadardie/echo-cms.git
Documentation: pkg.go.dev

# Functions

Create Users godoc @Summary Create an info for page user @Description Create an info for page user @ID create-users @Tags Users @Accept json @Produce json @Security Bearer @Param username body string true "Users username" @Param password body string true "Users password" @Param email body string true "Users email" @Success 200 {object} Users @Failure 400 {object} utils.HttpError @Failure 401 {object} utils.HttpError @Failure 500 {object} utils.HttpError @Router /users [post].
Delete Users godoc @Summary Delete an user info @Description Delete an user info @ID delete-user @Tags Users @Accept json @Produce json @Param id path string true "ID of the user" @Success 200 {object} Users @Failure 400 {object} utils.HttpError @Failure 401 {object} utils.HttpError @Router /users/{id} [delete].
Find Users godoc @Summary Find info users by ID @Description Find info users by ID @ID find-users @Tags Users @Accept json @Produce json @Security Bearer @Param id path string true "ID of the user to get" @Success 200 {object} utils.HttpSuccess{data=Users} @Failure 400 {object} utils.HttpError @Failure 401 {object} utils.HttpError @Router /users/{id} [get].
Get Users godoc @Summary Get recent user @Description Get most recent user @ID get-users @Tags Users @Accept json @Produce json @Security Bearer @Success 200 {object} utils.HttpSuccess{data=[]Users} @Failure 400 {object} utils.HttpError @Failure 401 {object} utils.HttpError @Router /users [get].
Update Users godoc @Summary Update an info for page user @Description Update an info for page user @ID update-user @Tags Users @Accept json @Produce json @Security Bearer @Param id path string true "ID of user to get" @Param username body string true "Users username" @Param password body string true "Users password" @Param email body string true "Users email" @Success 200 {object} Users @Failure 400 {object} utils.HttpError @Failure 401 {object} utils.HttpError @Failure 500 {object} utils.HttpError @Router /users/{id} [put].
No description provided by the author

# 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