PsqlErrorLogsRepo

class PsqlErrorLogsRepo @Inject constructor(db: Database, mapper: ErrorLogsRowMapper) : ErrorLogsRepo

Constructors

Link copied to clipboard
@Inject
constructor(db: Database, mapper: ErrorLogsRowMapper)

Functions

Link copied to clipboard
open suspend override fun get(planId: UUID): List<ErrorLog>
Link copied to clipboard
open suspend override fun push(log: ErrorLog)