package audit // List actions const ( ActionCreate = "create" ActionUpdate = "update" ActionUpdatePermissions = "update-permissions" )