package
Version:
v0.0.0-...-b754639
Opens a new window with list of versions in this module.
Published: Jun 12, 2015
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CreateRole creates a role.
DeleteRole deletes a role.
RetrieveRole retrieves a role.
RetrieveRoles retrieves roles.
UpdateRole updates a role.
type RoleForm struct {
Name string `form:"name" binding:"required"`
Description string `form:"description" binding:"required"`
}
RoleForm is used when creating or updating a role.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.