[#1085] shard: rename Evacuate to Dump

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-01-24 15:40:42 +03:00 committed by LeL
parent d06425c852
commit adb80bebb2
3 changed files with 27 additions and 27 deletions

View file

@ -56,7 +56,7 @@ func (r *RestoreRes) FailCount() int {
return r.failed
}
// Restore restores objects from the dump prepared by Evacuate.
// Restore restores objects from the dump prepared by Dump.
//
// Returns any error encountered.
func (s *Shard) Restore(prm *RestorePrm) (*RestoreRes, error) {