func eventsFrom()

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


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

internal class EventStorageImpl: EventStorage {