func batchReadyIds()

in Sources/Confidence/EventStorage.swift [13:18]


    func batchReadyIds() throws -> [String]
    func eventsFrom(id: String) throws -> [ConfidenceEvent]
    func remove(id: String) throws
}

internal class EventStorageImpl: EventStorage {