Skip to content
  • Sami Hiltunen's avatar
    Use PartitionID type in backup package · 57689e36
    Sami Hiltunen authored
    Backup package has so far been using a uint64 instead of the proper
    PartitionID type. This was because the type was previously unexported.
    Now that it is exported, let's use the actual type.
    57689e36