mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-21 10:19:50 +00:00
clean up
This commit is contained in:
parent
ec99992665
commit
21403e6411
@ -65,7 +65,6 @@ type
|
||||
Reservations* = ref object
|
||||
repo: RepoStore
|
||||
onAvailabilityAdded: ?OnAvailabilityAdded
|
||||
onMarkUnused: ?OnAvailabilityAdded
|
||||
GetNext* = proc(): Future[?seq[byte]] {.upraises: [], gcsafe, closure.}
|
||||
OnAvailabilityAdded* = proc(availability: Availability): Future[void] {.upraises: [], gcsafe.}
|
||||
StorableIter* = ref object
|
||||
|
Loading…
x
Reference in New Issue
Block a user