# Functions
AddBlessing adds a role blessing to a runner ID.
Create creates a new role.
Delete delets a role by ID.
List returns the platform's roles.
SetBlessings sets a role blessing definitions, the update uses PUT meaning it does not require a Role with the current + updated data, only requiring the changes which want to be updated.
Show returns a platform's role by ID.
Update updates a role definition, the update uses PUT meaning it does not require a Role with the current + updated data, only requiring the changes which want to be updated.
# Structs
AddBlessingParams is consumed by AddBlessing.
CreateParams is consumed by Create.
DeleteParams is consumed by Delete.
ListParams is consumed by List.
SetBlessingsParams is consumed by SetBlessings.
ShowParams is consumed by Show.
UpdateParams is consumed by Update.