package
1.0.8
Repository: https://github.com/babbage88/go-infra.git
Documentation: pkg.go.dev

# Functions

swagger:route POST /create/permission createAppPermission idOfCreateAppPermission Create New App Permission.
swagger:route POST /roles/permission createRolePermissionMapping idOfCreateRolePermissionMapping Map App Permission to User Role.
No description provided by the author
swagger:route POST /create/role createUserRole idOfCreateUserRole Create New User Role.
swagger:route POST /user/disable disableUser idOfDisableUser Disable specified target User Id.
swagger:route POST /user/enable enableUser idOfEnableUser Enable specified target User Id.
No description provided by the author
No description provided by the author
No description provided by the author
swagger:route POST /user/delete SoftDeleteUserHandler idOfSoftDeleteUserById Soft Delete User by id.
swagger:route POST /update/userpass updateUserPw idOfUpdateUserPw Update user password.
swagger:route POST /user/role updateUserRole idOfUpdateUserRole Update User Role Mapping security: - bearer: responses: 200: EnableDisableUserResponse.

# Structs

No description provided by the author
Name and Description for new App Permission swagger:parameters idOfCreateAppPermission.
No description provided by the author
No description provided by the author
Create User Request takes in Username, Password, Email, and Role fo the new user.
No description provided by the author
Name and Description for new App Permission swagger:parameters idOfCreateRolePermissionMapping.
No description provided by the author
No description provided by the author
User Id of the executing and target users swagger:parameters idOfCreateUserRole.
No description provided by the author
No description provided by the author
User Id of the executing and target users swagger:parameters idOfDisableUser.
No description provided by the author
No description provided by the author
User Id of the executing and target users swagger:parameters idOfEnableUser.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Mark user as deleted in Database.
No description provided by the author
Allows and Admin user to update another user's password.
No description provided by the author
No description provided by the author
User Id of the executing and target users swagger:parameters idOfUpdateUserRole.
No description provided by the author
No description provided by the author