func startNewBatch()

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


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

internal class EventStorageImpl: EventStorage {