RaftFleet.RecentlyRemovedGroups.update
You're seeing just the function
update, go back to RaftFleet.RecentlyRemovedGroups module for more information.
Specs
update(t(), Dict.t()) :: Croma.Result.t(t())
Updates an existing instance of RaftFleet.RecentlyRemovedGroups with the given dict.
The values in the dict are validated by each field's valid?/1 function.
Returns {:ok, valid_struct} or {:error, reason}.
Specs
update( t(), RaftFleet.NodesPerZone.t(), node(), nil | pos_integer(), pos_integer(), pos_integer() ) :: t()