Changeset 423 in code for trunk/msgstore.go

Timestamp:
Oct 25, 2020, 4:47:38 PM (5 years ago)
Author:
contact
Message:

Add message store abstraction

Introduce a messageStore type, which will allow for multiple
implementations (e.g. in the DB or in-memory instead of on-disk).

The message store is per-user so that we don't need to deal with locking
and it's easier to implement per-user limits.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.