junobuild_shared::controllers

Function delete_controllers

Source
pub fn delete_controllers(
    remove_controllers: &[UserId],
    controllers: &mut Controllers,
)
Expand description

Removes specified controllers from the set.

ยงArguments

  • remove_controllers: Slice of UserId for the controllers to be removed.
  • controllers: Mutable reference to the current set of controllers to update.