4
Methods
1
Implementations
4
Required By
01

Methods

  • append
    (record: ActivityRecord) -> None
    Append an activity record to the log
  • get_by_entity
    (entity_ref: EntityRef, limit=None) -> list
    Get records for an entity, most recent first
  • get_by_actor
    (actor_id: UUID, limit=None) -> list
    Get records by actor, most recent first
  • get_by_owner
    (owner_id: UUID, limit=None) -> list
    Get records by owner, most recent first
02

Implementations

  • InMemoryActivityLogRepo
    from audit
    In-memory activity log for testing
03

Required By