Skip to main content

ALL_ACTIONS

Constant ALL_ACTIONS 

Source
pub const ALL_ACTIONS: &[PermissionAction];
Expand description

All permission actions built into GreptimeDB.

Downstream crates may define additional actions with PermissionAction::read and PermissionAction::write.