Function init_admin_controllers
Source pub fn init_admin_controllers(new_controllers: &[UserId]) -> Controllers
Expand description
Initializes a set of controllers with default administrative scope.
§Arguments
new_controllers: Slice of UserId representing the new controllers to be initialized.
§Returns
A Controllers collection populated with the specified new controllers.