package
0.0.0-20240927153021-0daffed59b09
Repository: https://github.com/hx71/api-started-gin-golang.git
Documentation: pkg.go.dev

# Functions

@Tags Api Version API Version : passing specific parameter to DBaaS from Service @Accept json @Produce json @Success 200 {object} engine.ResponseSuccess @Failure 400 {object} engine.ResponseStatus / @Failure 404 {object} engine.ResponseStatus / @Failure 500 {object} engine.ResponseStatus @Router /api/v1/version [get].
@Tags Menus API Menus : passing specific parameter to DBaaS from Service @Security BearerAuth @Param filter body engine.Menu true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/menus [post].
@Tags Roles API Roles : passing specific parameter to DBaaS from Service @Security BearerAuth @Param filter body engine.Role true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/roles [post].
@Tags UserMenu API UserMenu : passing specific parameter to DBaaS from Service @Security BearerAuth @Param filter body []engine.UserMenu true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/user-menus [post].
@Tags Users API Users : passing specific parameter to DBaaS from Service @Security BearerAuth @Param filter body engine.User true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/users [post].
@Tags Menus API Menus : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/menus/{id} [delete].
@Tags Roles API Roles : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/roles/{id} [delete].
@Tags UserMenu API UserMenu : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/user-menus/{id} [delete].
@Tags Users API Users : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/users/{id} [delete].
@Tags Roles API Roles : passing specific parameter to DBaaS from Service @Security BearerAuth @Param limit query integer false "Limit Per Page" @Param page query integer false "Page Number" @Param sort query string false "Sort By {ex: created_at asc | desc}" @Param id.equals query string false "Seraching by column {ex: id} action {ex: equals | contains | in}" @Accept json @Produce json @Router /api/v1/roles [get].
@Tags UserMenu API UserMenu : passing specific parameter to DBaaS from Service @Security BearerAuth @Param limit query integer false "Limit Per Page" @Param page query integer false "Page Number" @Param sort query string false "Sort By {ex: created_at asc | desc}" @Param id.equals query string false "Seraching by column {ex: id} action {ex: equals | contains | in}" @Accept json @Produce json @Router /api/v1/user-menus [get].
@Tags Users API Users : passing specific parameter to DBaaS from Service @Security BearerAuth @Param limit query integer false "Limit Per Page" @Param page query integer false "Page Number" @Param sort query string false "Sort By {ex: created_at asc | desc}" @Param id.equals query string false "Seraching by column {ex: id} action {ex: equals | contains | in}" @Accept json @Produce json @Router /api/v1/users [get].
@Tags Menus API Menus : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/menus/{id} [get].
@Tags Roles API Roles : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/roles/{id} [get].
@Tags UserMenu API UserMenu : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/user-menus/{id} [get].
@Tags Users API Users : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/users/{id} [get].
@Tags Menus API Menus : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Param filter body engine.Menu true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/menus/{id} [put].
@Tags Roles API Roles : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Param filter body engine.Role true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/roles/{id} [put].
@Tags UserMenu API UserMenu : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Param filter body engine.UserMenu true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/user-menus/{id} [put].
@Tags Users API Users : passing specific parameter to DBaaS from Service @Security BearerAuth @Param id path string true "Pass session information to DBaaS Parameter" @Param filter body engine.User true "Pass session information to DBaaS Parameter" @Accept json @Produce json @Router /api/v1/users/{id} [put].

# 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
No description provided by the author