Skip to content

@sourceloop/video-conferencing-service / Exports / AuditLogRepository

Class: AuditLogRepository

Audit Log Repository for @sourceloop/audit-log.

Remarks

This will only be used, if the audit log flag is set in the environment variable. (More details provided in README.md)

Hierarchy

  • DefaultCrudRepository<AuditLog, typeof id>

    AuditLogRepository

Table of contents

Constructors

Constructors

constructor

new AuditLogRepository(dataSource)

Parameters

Name Type
dataSource DataSource

Overrides

DefaultCrudRepository< AuditLog, typeof AuditLog.prototype.id \>.constructor

Defined in

services/video-conferencing-service/src/repositories/audit.repository.ts:16