Documentation
¶
Index ¶
- func HandleAddCapabilities(ctx *fiber.Ctx) error
- func HandleAddProfile(ctx *fiber.Ctx) error
- func HandleAddRestrictions(ctx *fiber.Ctx) error
- func HandleAddRotation(ctx *fiber.Ctx) error
- func HandleDeleteCapabilities(ctx *fiber.Ctx) error
- func HandleDeleteProfile(ctx *fiber.Ctx) error
- func HandleDeleteRestrictions(ctx *fiber.Ctx) error
- func HandleDeleteRotation(ctx *fiber.Ctx) error
- func HandleGetCapabilities(ctx *fiber.Ctx) error
- func HandleGetGroups(ctx *fiber.Ctx) error
- func HandleGetProfiles(ctx *fiber.Ctx) error
- func HandleGetRestrictions(ctx *fiber.Ctx) error
- func HandleGetRotations(ctx *fiber.Ctx) error
- func HandleUpdateCapabilities(ctx *fiber.Ctx) error
- func HandleUpdateProfile(ctx *fiber.Ctx) error
- func HandleUpdateRestrictions(ctx *fiber.Ctx) error
- func HandleUpdateRotation(ctx *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAddCapabilities ¶
HandleAddCapabilities handles add requests for a capabilities template for a group
func HandleAddProfile ¶
HandleAddProfile handles add requests for a profile for a group
func HandleAddRestrictions ¶
HandleAddRestrictions handles add requests for a restrictions template for a group
func HandleAddRotation ¶
HandleAddRotation handles add requests for a rotation template for a group
func HandleDeleteCapabilities ¶
HandleDeleteCapabilities handles delete requests for a capabilities template for a group
func HandleDeleteProfile ¶
HandleDeleteProfile handles delete requests for a profile for a group
func HandleDeleteRestrictions ¶
HandleDeleteRestrictions handles delete requests for a restrictions template for a group
func HandleDeleteRotation ¶
HandleDeleteRotation handles delete requests for a rotation template for a group
func HandleGetCapabilities ¶
HandleGetCapabilities handles get requests for the capability templates for a group
func HandleGetGroups ¶
HandleGetGroups handles requests to get the list of groups
func HandleGetProfiles ¶
HandleGetProfiles handles get requests for the profiles for a group
func HandleGetRestrictions ¶
HandleGetRestrictions handles get requests for the restrictions templates for a group
func HandleGetRotations ¶
HandleGetRotations handles get requests for the rotation templates for a group
func HandleUpdateCapabilities ¶
HandleUpdateCapabilities handles update requests for a capabilities template for a group
func HandleUpdateProfile ¶
HandleUpdateProfile handles update requests for a profile for a group
func HandleUpdateRestrictions ¶
HandleUpdateRestrictions handles update requests for a restrictions template for a group
func HandleUpdateRotation ¶
HandleUpdateRotation handles update requests for a rotation template for a group
Types ¶
This section is empty.